Install libpopplerkit-dev
Installing libpopplerkit-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libpopplerkit-dev
libpopplerkit-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libpopplerkit-dev |
version | 0.0.20051227svn-7.1+b5 |
description | GNUstep framework for rendering PDF content (development files) |
subsection | libdevel |
maintainer | Debian GNUstep maintainers |
Uninstall libpopplerkit-dev
To remove just libpopplerkit-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libpopplerkit-dev
Uninstall libpopplerkit-dev and it’s dependent packages
To remove the libpopplerkit-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libpopplerkit-dev
Purging libpopplerkit-dev
If you also want to delete configuration and/or data files of libpopplerkit-dev from Debian Sid then this will work:
sudo apt-get purge libpopplerkit-dev
To delete configuration and/or data files of libpopplerkit-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libpopplerkit-dev