Results 1 to 3 of 3
hi,
i have been trying to install something on fedora 1 it installs ok but deosnt work as i didnt remove the old one i installed berklry db-4.1.25 and also ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-30-2004 #1Just Joined!
- Join Date
- Aug 2004
- Location
- Hull - England
- Posts
- 32
unistalling a .tar.gz
hi,
i have been trying to install something on fedora 1 it installs ok but deosnt work as i didnt remove the old one i installed berklry db-4.1.25 and also db-4.2.52 i installed the second thinkin the first was incompatable can some one please tell me how i would go about unistalling a .tar.gz, i can do it with a .rpm but a .tar.gz is new to me, i have been googleing for it but all i could find was how to install stuff, also how would i go about removing the original berkly data base theat came with fedora?
i will be greatfull for any help on this
- 08-30-2004 #2Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
from the same directory you typed "make install" some programs also have a "make uninstall" target which will uninstall the software for you.
If it doesnt then you will need to work out exactly what files it installed where by looking at the output for "make install" and remove them manually.
Jason
- 09-04-2004 #3Linux Enthusiast
- Join Date
- Jun 2004
- Location
- Windsor, CO
- Posts
- 656
Two important differences:
an rpm is a pre-compiled binary package
tar.gz is simply the source code compressed into one file
as stated above, you must use "make uninstall" to remove
the files installed when it was compiled.


Reply With Quote
