What can I do? Even "yum" is not available.
|
You really have two options at this point:
Repairing can be a very tricky thing to do. You will first need to pull down the rpms for yum and install them manually, assuming rpm will still work. From there look through your yum log and figure out what all packages to reinstall. It could be very labor intensive, and most likely not worth doing. However, with that disclaimer, this might help you get started. The dependency list for yum consists of:
You may need to get the additional packages for those to install, but as I said, this was a starting point. Once you have yum working you need to build out the list of packages that were removed. Since all yum operations are logged, this should actually be fairly easy. By going through
Now that you have your package list, you can start building out your re-install list by doing something like:
Although, in the end, a fresh install may be the easiest way to go, particularly if you're in a rush. |
|||
yum remove pcre *with a space? Did you get a list of what pcre depends on? I suspect something bigger is going on here. Post logs if you can. – egorgry Mar 18 '11 at 19:23-ycommand line option. Point of interest, newer versions of yum (only tested with yum-3.2.28) will attempt to prevent you from uninstalling yum with a big scary error unless you pass yet another option. – Scott Pack Mar 19 '11 at 19:33