PHP 7.3 not installing on Ubuntu 16.04 LTSCan't add repository due to 'missing' fingerprintWhy did my PHP5.5...
Why do distances seem to matter in the Foundation world?
What was Apollo 13's "Little Jolt" after MECO?
Is this a typo in Section 1.8.1 Mathematics for Computer Science?
What to do with someone that cheated their way through university and a PhD program?
Find the identical rows in a matrix
Why is the underscore command _ useful?
Contradiction proof for inequality of P and NP?
How do I deal with a coworker that keeps asking to make small superficial changes to a report, and it is seriously triggering my anxiety?
"My boss was furious with me and I have been fired" vs. "My boss was furious with me and I was fired"
Should the Product Owner dictate what info the UI needs to display?
How do I reattach a shelf to the wall when it ripped out of the wall?
Would the change in enthalpy (ΔH) for the dissolution of urea in water be positive or negative?
Magical attacks and overcoming damage resistance
How to have a sharp product image?
Is it acceptable to use working hours to read general interest books?
How to not starve gigantic beasts
How can I get rid of an unhelpful parallel branch when unpivoting a single row?
Why must Chinese maps be obfuscated?
Could moose/elk survive in the Amazon forest?
Rudin 2.10 (b) Example
Why did Rep. Omar conclude her criticism of US troops with the phrase "NotTodaySatan"?
Multiple fireplaces in an apartment building?
Apply a different color ramp to subset of categorized symbols in QGIS?
What is the unit of time_lock_delta in LND?
PHP 7.3 not installing on Ubuntu 16.04 LTS
Can't add repository due to 'missing' fingerprintWhy did my PHP5.5 upgrade fail?Cannot run PHP after upgrading from apache 2.2 to apache 2.4Trouble installing php-cliI can't find most packages in Ubuntu 16.04 LTS pakcage managerOwncloud 7 Migration from Ubuntu 12.04 to 16.04openjdk-7-jdk (package)Shutter is not getting installed in Ubuntu 16.04 due to unmet dependenciesAttempting to install php-zip - getting libzip4 dependancy (>=1.0) error even though I have 1.0.1 installedUbuntu 16.04. LTS unable to locate package postgresql-11
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I am trying to install php 7.3 over ubuntu 16.04. but its always shows
Reading state information... Done
E: Unable to locate package php7.3
E: Couldn't find any package by glob 'php7.3'
E: Couldn't find any package by regex 'php7.3'
i have tried everything available over net like following
LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
this also
add-apt-repository ppa:ondrej/php
with sudo access.
sudo apt install php7.3 php7.3-common php7.3-cli
nothing is working.
16.04 php
New contributor
add a comment |
I am trying to install php 7.3 over ubuntu 16.04. but its always shows
Reading state information... Done
E: Unable to locate package php7.3
E: Couldn't find any package by glob 'php7.3'
E: Couldn't find any package by regex 'php7.3'
i have tried everything available over net like following
LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
this also
add-apt-repository ppa:ondrej/php
with sudo access.
sudo apt install php7.3 php7.3-common php7.3-cli
nothing is working.
16.04 php
New contributor
add a comment |
I am trying to install php 7.3 over ubuntu 16.04. but its always shows
Reading state information... Done
E: Unable to locate package php7.3
E: Couldn't find any package by glob 'php7.3'
E: Couldn't find any package by regex 'php7.3'
i have tried everything available over net like following
LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
this also
add-apt-repository ppa:ondrej/php
with sudo access.
sudo apt install php7.3 php7.3-common php7.3-cli
nothing is working.
16.04 php
New contributor
I am trying to install php 7.3 over ubuntu 16.04. but its always shows
Reading state information... Done
E: Unable to locate package php7.3
E: Couldn't find any package by glob 'php7.3'
E: Couldn't find any package by regex 'php7.3'
i have tried everything available over net like following
LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
this also
add-apt-repository ppa:ondrej/php
with sudo access.
sudo apt install php7.3 php7.3-common php7.3-cli
nothing is working.
16.04 php
16.04 php
New contributor
New contributor
New contributor
asked 15 hours ago
CoderCoder
1
1
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Have you run sudo apt update
yet? If you haven't, your system isn't going to know that the PHP 7.3 packages are available.
Run sudo apt update
and then try the install commands you were trying.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Coder is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1138082%2fphp-7-3-not-installing-on-ubuntu-16-04-lts%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Have you run sudo apt update
yet? If you haven't, your system isn't going to know that the PHP 7.3 packages are available.
Run sudo apt update
and then try the install commands you were trying.
add a comment |
Have you run sudo apt update
yet? If you haven't, your system isn't going to know that the PHP 7.3 packages are available.
Run sudo apt update
and then try the install commands you were trying.
add a comment |
Have you run sudo apt update
yet? If you haven't, your system isn't going to know that the PHP 7.3 packages are available.
Run sudo apt update
and then try the install commands you were trying.
Have you run sudo apt update
yet? If you haven't, your system isn't going to know that the PHP 7.3 packages are available.
Run sudo apt update
and then try the install commands you were trying.
answered 15 hours ago
Thomas Ward♦Thomas Ward
45.5k23125178
45.5k23125178
add a comment |
add a comment |
Coder is a new contributor. Be nice, and check out our Code of Conduct.
Coder is a new contributor. Be nice, and check out our Code of Conduct.
Coder is a new contributor. Be nice, and check out our Code of Conduct.
Coder is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1138082%2fphp-7-3-not-installing-on-ubuntu-16-04-lts%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown