Install libnetpbm9-dev
Installing libnetpbm9-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libnetpbm9-dev
libnetpbm9-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libnetpbm9-dev |
version | 2:10.0-15.3+b1 |
description | Development libraries and header files (v9) |
subsection | libdevel |
website | netpbm.alioth.debian.org |
maintainer | Andreas Barth |
Uninstall libnetpbm9-dev
To remove just libnetpbm9-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libnetpbm9-dev
Uninstall libnetpbm9-dev and it’s dependent packages
To remove the libnetpbm9-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libnetpbm9-dev
Purging libnetpbm9-dev
If you also want to delete configuration and/or data files of libnetpbm9-dev from Debian Sid then this will work:
sudo apt-get purge libnetpbm9-dev
To delete configuration and/or data files of libnetpbm9-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libnetpbm9-dev