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