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