LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Uninstalling? (https://www.linuxquestions.org/questions/linux-software-2/uninstalling-100306/)

BajaNick 10-04-2003 08:15 PM

Uninstalling?
 
How can i uninstall krb5 and openssl so i can replace them with older versions? thanks

quatsch 10-05-2003 12:45 AM

what is your distribution and how did you install them?

ehdwuld 10-05-2003 12:52 AM

if you are running an rpm distro such as RH or mandrake

rpm -Uvh < packagename> .rpm
will replace them for you

rpm -e < packagename without the rpm suffix >
will uninstall ( unless something depends on them )

/.configure
make
make install

will over write them

make uninstall < package name >
will remove ( if nothing depends on it )

BajaNick 10-05-2003 12:57 AM

eek, I cant uninstall openssl or krb5. is there a way to revert back to older versions?

ehdwuld 10-05-2003 01:00 AM

is it an rpm?

if so
rpm --replacepkgs --oldpackage <packagename>

quatsch 10-05-2003 01:01 AM

you really have to be more specific. What is your distro? How did you install the stuff? COmpiled yourself, through rpm, apt-get or what? What happens when you try to uninstall? Do you get error messages?


All times are GMT -5. The time now is 10:40 PM.