Results 1 to 4 of 4
how does one uninstall rsync ?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-25-2006 #1Just Joined!
- Join Date
- Jan 2006
- Posts
- 2
uninstall rsync
how does one uninstall rsync ?
- 01-25-2006 #2
How did you install it? What distro is it on?
If you installed from the source, go back to the build directory and do:
make uninstall
If you installed through yum, at the command prompt (as root) do:
yum uninstall rsync
If you have an RPM system, you can always do this:
rpm -q rsync
or
rpm -qa|grep rsync
to find the full name of the package, then do (as root):
rpm -e <rsync-package-name>Linux user #126863 - see http://linuxcounter.net/
- 01-25-2006 #3Just Joined!
- Join Date
- Jan 2006
- Posts
- 2
Red Hat Linux
Originally Posted by Roxoff
I installed it as a regular user, ./configure, make install...
I've tried make uninstall with no luck...
Code:-bash-3.00$ make uninstall make: *** No rule to make target `uninstall'. Stop. -bash-3.00$
- 01-25-2006 #4
Then I'm sorry to say you'll have to read through the makefile to find out what files get copied where when you do a 'make install', then you'll be able to go to each of the installed files and uninstall by hand. To do this, you imight have to learn a little about makefiles. Sorry.
Linux user #126863 - see http://linuxcounter.net/


Reply With Quote
