Results 1 to 3 of 3
Hi all
i installed php5 using the command bellow:
apt-get install php5
but how can i remove it?
i tried to use this command:
apt-get remove php5
but it tells ...
- 07-23-2006 #1Just Joined!
- Join Date
- Jun 2006
- Posts
- 6
how to remove package??
Hi all
i installed php5 using the command bellow:
apt-get install php5
but how can i remove it?
i tried to use this command:
apt-get remove php5
but it tells me that the php5 is not installed.. how can i remove php5 ?
and what about the .gzip and tar files that i extract them to /usr/local/ and install them using make and make install....how can i remove them? is it just by removing them using rm -rf or what?
thanx in advance...
- 07-23-2006 #2Linux User
- Join Date
- Aug 2005
- Location
- Italy
- Posts
- 401
try this to check if a package is installed:
If it outputs a double i (ii), it means the package is installed.Code:dpkg -l | grep php5
About packages compiled manually, you should be able to uninstall the software doing
Code:make uninstall
When using Windows, have you ever told "Ehi... do your business?"
Linux user #396597 (http://counter.li.org)
- 07-23-2006 #3Just Joined!
- Join Date
- Jul 2006
- Location
- Czech Republic
- Posts
- 35
php5 is just a meta-package. Try removing php5-common as well.


Reply With Quote
