To uninstall nbdkit just follow these instructions.
sudo apt-get remove nbdkit
This will remove just the nbdkit package itself.
sudo apt-get remove --auto-remove nbdkit
This will remove the nbdkit package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for nbdkit then this will work.
sudo apt-get purge nbdkit
Or similarly, like this nbdkit
sudo apt-get purge --auto-remove nbdkit
Package | nbdkit |
Version | 1.1.12-1build1 |
Maintainer | Ubuntu Developers <[email protected]> |
Home page | https://github.com/libguestfs/nbdkit |
Description | toolkit for creating NBD servers |
Distro | ubuntu |
Release | yakkety |
Repo | universe |
Section | universe/admin |