Results 1 to 5 of 5
Hi dear,
I have linx enterprise 4.
I tried to remove some packages such us ((web server mysql server)) and using different method:
1- system setting > add remove packages ...
- 02-24-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 2
URGENT: add remove packages
Hi dear,
I have linx enterprise 4.
I tried to remove some packages such us ((web server mysql server)) and using different method:
1- system setting > add remove packages > webserver
I used to get this message (( Package not found ..... UNlocatable package -php, required by...php-pear,3.4.9,3.1)))
2- I tried from the command line
rpm -e php
I got message " error:failed dependencies:
php =c is needed by installed php-pear-3.4.9-3.1.x86_64
I tried also rpm -e php-pear-3.4.9-3.1....and failed also
anybody can help me on this ???
Regards
Spyshy
- 02-24-2009 #2Linux Newbie
- Join Date
- Feb 2009
- Posts
- 99
it's dependencies ....
use yum command example: yum -y erase php
it would resolve dependency automatic.
- 02-25-2009 #3Just Joined!
- Join Date
- Feb 2009
- Posts
- 2
Thanx signmem
I tried this commend, but there was a msg said that this commend not recognized
Regards
- 02-25-2009 #4
You need to login to the terminal as root and then run that command. Some commands are only for root, so if you try and run them as a normal user the system will not find them because they are not in a normal users path.
- 02-25-2009 #5Linux Newbie
- Join Date
- Feb 2009
- Posts
- 99
ohoh ~~ your enterprise linux key is invalid.
maybe you have to try to edit /etc/yum.repos/rhel-debuginfo.repo file ..


Reply With Quote