Install poppler-utils
Installing poppler-utils package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install poppler-utils
poppler-utils package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | poppler-utils |
version | 0.38.0-2+b1 |
description | PDF utilities (based on Poppler) |
subsection | utils |
website | poppler.freedesktop.org |
maintainer | Loic Minier |
Uninstall poppler-utils
To remove just poppler-utils package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove poppler-utils
Uninstall poppler-utils and it’s dependent packages
To remove the poppler-utils package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove poppler-utils
Purging poppler-utils
If you also want to delete configuration and/or data files of poppler-utils from Debian Sid then this will work:
sudo apt-get purge poppler-utils
To delete configuration and/or data files of poppler-utils and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove poppler-utils