LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   attn: trickykid -- uninstalling programs (https://www.linuxquestions.org/questions/linux-general-1/attn-trickykid-uninstalling-programs-63454/)

alejandro 06-03-2003 01:56 PM

attn: trickykid -- uninstalling programs
 
or anyone else....

well thanks for the installing thread.... however, i am
trying to rid myself of an app that i installed
on my RedHat 8 box.

that seems to be a bigger pain. please help!

tangle 06-03-2003 01:58 PM

Did you install it from source or an rpm package?

XavierP 06-03-2003 01:59 PM

What app? How did you install it?

You have to give us more to go on.

trickykid 06-03-2003 02:53 PM

Usually if you install by source, example like a tar.gz file, if you have the directory you compiled from, most programs you can simply do a:

./configure -uninstall

That's only if the program has that functionality. Usually the programs README or INSTALL will mention if it has that builtin.
If not, then sometimes you may have to remove it all manually, hunting down the files that were installed.

If you installed by rpm, you can usually uninstall by doing a:

rpm -e package-name.rpm

alejandro 06-03-2003 03:06 PM

wow, thanks for the quick responses.
i'll be more descriptive next time.

i did a

./configure
make
make install

i don't remember seeing anything else in README or INSTALL.
i will give that a whirl.

acid_kewpie 06-03-2003 03:13 PM

Quote:

If you installed by rpm, you can usually uninstall by doing a:

rpm -e package-name.rpm
no you can't!

rpm -e package-name

no file suffix!

tcaptain 06-03-2003 03:14 PM

[QUOTE]Originally posted by acid_kewpie
[quote]If you installed by rpm, you can usually uninstall by doing a:

rpm -e package-name.rpm
Quote:

no you can't!

rpm -e package-name

no file suffix!
And don't forget the ever popular:

rpm -qa | grep substring

for finding the exact name of the package you want to uninstall :D

trickykid 06-03-2003 04:12 PM

[QUOTE]Originally posted by acid_kewpie
[quote]If you installed by rpm, you can usually uninstall by doing a:

rpm -e package-name.rpm
Quote:

no you can't!

rpm -e package-name

no file suffix!
So sorry for the mistake, master of the RPM's.. :p


All times are GMT -5. The time now is 07:53 PM.