Unistall Bochs

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Balaji

Unistall Bochs

Post by Balaji »

How can i uninstall BOCHS in Linux?
Gnome

RE:Unistall Bochs

Post 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"
Post Reply