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