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