Tagged Questions
1
vote
2answers
89 views
How to quickly remove a set of outdated packages?
I have a newly installed CentOS 5.7 machine and mistakenly installed PHP 5.1 when I needed 5.2+.
Now I cannot seem to install PHP 5.3 (using "yum install php53") until I remove PHP 5.1.
I found this ...
1
vote
1answer
402 views
yum remove doesn't remove things completely?
I am trying to remove apache completely from my server,which is a ec2 instance, running Amazonian linux v2.6xx.
Lets assume I have a file in /etc/httpd/conf/xyz.txt
I am using the following code :
...
3
votes
1answer
1k views
How can I completely remove X-Windows from Fedora?
A while ago I installed my first Linux server using Fedora 10. I then upgraded to Fedora 11 and realized that I never use X-Windows on the machine, and during each update downloading a huge amount of ...