Remove php 5.3 from my system
up vote
1
down vote
favorite
Previously I have both PHP 5.6 and PHP7 installed in my pc and switch between them every time I need for a web-app with:
sudo update-alternatives --set php /usr/bin/php[version]
But I made the error to install 5.3 because I one app I wanted to test was running with that PHP.
But now, no matter what I do, everytime I run php -v
I always get:
PHP 5.3.29 (cli)
I don't know where it's installed, I tried with locate php5.3 but I don't get anything (?) and with locate php5 I get all my installations from 5.6 and 7 that I want to activate.
Uninstalling php 5.3 in ubuntu 14.04
I tried with php --ini to get a clue where is located but then:
Configuration File (php.ini) Path: /usr/local/lib
Loaded Configuration File: (none)
Scan for additional .ini files in: (none)
Additional .ini files parsed: (none)
In /usr/local/lib there's nothing about php (?)
Any help with this?
php php7
add a comment |
up vote
1
down vote
favorite
Previously I have both PHP 5.6 and PHP7 installed in my pc and switch between them every time I need for a web-app with:
sudo update-alternatives --set php /usr/bin/php[version]
But I made the error to install 5.3 because I one app I wanted to test was running with that PHP.
But now, no matter what I do, everytime I run php -v
I always get:
PHP 5.3.29 (cli)
I don't know where it's installed, I tried with locate php5.3 but I don't get anything (?) and with locate php5 I get all my installations from 5.6 and 7 that I want to activate.
Uninstalling php 5.3 in ubuntu 14.04
I tried with php --ini to get a clue where is located but then:
Configuration File (php.ini) Path: /usr/local/lib
Loaded Configuration File: (none)
Scan for additional .ini files in: (none)
Additional .ini files parsed: (none)
In /usr/local/lib there's nothing about php (?)
Any help with this?
php php7
try tofind / -name *php*
. This way you will be able to find all the PHP versions. For the future I would recommend to run stuff with update alternatives in a docker container/virtual machine.
– LittleByBlue
Mar 23 at 12:12
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Previously I have both PHP 5.6 and PHP7 installed in my pc and switch between them every time I need for a web-app with:
sudo update-alternatives --set php /usr/bin/php[version]
But I made the error to install 5.3 because I one app I wanted to test was running with that PHP.
But now, no matter what I do, everytime I run php -v
I always get:
PHP 5.3.29 (cli)
I don't know where it's installed, I tried with locate php5.3 but I don't get anything (?) and with locate php5 I get all my installations from 5.6 and 7 that I want to activate.
Uninstalling php 5.3 in ubuntu 14.04
I tried with php --ini to get a clue where is located but then:
Configuration File (php.ini) Path: /usr/local/lib
Loaded Configuration File: (none)
Scan for additional .ini files in: (none)
Additional .ini files parsed: (none)
In /usr/local/lib there's nothing about php (?)
Any help with this?
php php7
Previously I have both PHP 5.6 and PHP7 installed in my pc and switch between them every time I need for a web-app with:
sudo update-alternatives --set php /usr/bin/php[version]
But I made the error to install 5.3 because I one app I wanted to test was running with that PHP.
But now, no matter what I do, everytime I run php -v
I always get:
PHP 5.3.29 (cli)
I don't know where it's installed, I tried with locate php5.3 but I don't get anything (?) and with locate php5 I get all my installations from 5.6 and 7 that I want to activate.
Uninstalling php 5.3 in ubuntu 14.04
I tried with php --ini to get a clue where is located but then:
Configuration File (php.ini) Path: /usr/local/lib
Loaded Configuration File: (none)
Scan for additional .ini files in: (none)
Additional .ini files parsed: (none)
In /usr/local/lib there's nothing about php (?)
Any help with this?
php php7
php php7
edited Nov 28 at 14:17
abu_bua
3,16081023
3,16081023
asked Mar 23 at 10:40
Alison Lopez
213
213
try tofind / -name *php*
. This way you will be able to find all the PHP versions. For the future I would recommend to run stuff with update alternatives in a docker container/virtual machine.
– LittleByBlue
Mar 23 at 12:12
add a comment |
try tofind / -name *php*
. This way you will be able to find all the PHP versions. For the future I would recommend to run stuff with update alternatives in a docker container/virtual machine.
– LittleByBlue
Mar 23 at 12:12
try to
find / -name *php*
. This way you will be able to find all the PHP versions. For the future I would recommend to run stuff with update alternatives in a docker container/virtual machine.– LittleByBlue
Mar 23 at 12:12
try to
find / -name *php*
. This way you will be able to find all the PHP versions. For the future I would recommend to run stuff with update alternatives in a docker container/virtual machine.– LittleByBlue
Mar 23 at 12:12
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
For some reason it was only named as "php", so I couldn' track it down with the version number.
Then it was simply as
sudo apt-get purge php
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',
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
});
}
});
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%2f1018507%2fremove-php-5-3-from-my-system%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
up vote
1
down vote
accepted
For some reason it was only named as "php", so I couldn' track it down with the version number.
Then it was simply as
sudo apt-get purge php
add a comment |
up vote
1
down vote
accepted
For some reason it was only named as "php", so I couldn' track it down with the version number.
Then it was simply as
sudo apt-get purge php
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
For some reason it was only named as "php", so I couldn' track it down with the version number.
Then it was simply as
sudo apt-get purge php
For some reason it was only named as "php", so I couldn' track it down with the version number.
Then it was simply as
sudo apt-get purge php
answered Mar 23 at 16:00
Alison Lopez
213
213
add a comment |
add a comment |
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f1018507%2fremove-php-5-3-from-my-system%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
try to
find / -name *php*
. This way you will be able to find all the PHP versions. For the future I would recommend to run stuff with update alternatives in a docker container/virtual machine.– LittleByBlue
Mar 23 at 12:12