To uninstall qemu just follow these instructions.
sudo apt-get remove qemu
This will remove just the qemu package itself.
sudo apt-get remove --auto-remove qemu
This will remove the qemu package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for qemu then this will work.
sudo apt-get purge qemu
Or similarly, like this qemu
sudo apt-get purge --auto-remove qemu
Package | qemu |
Version | 1:2.3+dfsg-5ubuntu9 |
Maintainer | Ubuntu Developers <[email protected]> |
Home page | http://www.qemu.org/ |
Description | fast processor emulator |
Distro | ubuntu |
Release | wily |
Repo | universe |
Section | universe/metapackages |