Unistall Bochs
RE:Unistall Bochs
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"
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"