Page 1 of 1
Unistall Bochs
Posted: Fri Apr 30, 2004 11:00 pm
by Balaji
How can i uninstall BOCHS in Linux?
RE:Unistall Bochs
Posted: Fri Apr 30, 2004 11:00 pm
by Gnome
You'll have to be more specific than that. What distribution are you using? How was it installed?
Presuming you installed it from standard packages for whatever distro, then it'll work something like this:
Red Hat/Fedora (or another RPM-based distro):
rpm -e bochs
Debian:
apt-get remove bochs
Gentoo:
emerge --unmerge bochs
Those are the ones I'm familiar with, anyways. Other distros will have their own (similar) way. If you compiled from source, then you'll want to go into the directory with the source and run "make uninstall"