Install nbdkit
Installing nbdkit package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nbdkit
nbdkit package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nbdkit |
version | 1.1.11-1+b1 |
description | toolkit for creating NBD servers |
subsection | admin |
website | github.com / libguestfs / nbdkit |
maintainer | Hilko Bengen |
Uninstall nbdkit
To remove just nbdkit package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nbdkit
Uninstall nbdkit and it’s dependent packages
To remove the nbdkit package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nbdkit
Purging nbdkit
If you also want to delete configuration and/or data files of nbdkit from Debian Sid then this will work:
sudo apt-get purge nbdkit
To delete configuration and/or data files of nbdkit and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nbdkit