I need to clean up my server from PHP 5.3 packages (there are plenty of them) in order to be able to compile PHP 5.2. I am wondering what is the easiest/safest method to get rid of them all?
Thanks
|
I need to clean up my server from PHP 5.3 packages (there are plenty of them) in order to be able to compile PHP 5.2. I am wondering what is the easiest/safest method to get rid of them all? Thanks |
||||
|
|
|
This should completely remove any package wich name starts with
|
|||||||||||
|
|
You'll probably want to purge all the php* packages from your system. Something with a wild-card should work
You may be interested in How to rollback to PHP 5.2 for where to go next. |
||||
|
|
|
I do not recommend running That was scary! Fortunately, I didn't type the Instead, at How to rollback to PHP 5.2? was a great solution:
|
||||
|
|
In your case, you could search for all the packages:
and then purge them:
|
||||
|
|