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