Install pod2pdf
Installing pod2pdf package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install pod2pdf
pod2pdf package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | pod2pdf |
version | 0.42-5 |
description | Plain Old Documentation to Portable Document Format converter |
subsection | perl |
website | search.cpan.org / dist / pod2pdf / |
maintainer | Guo Yixuan (郭溢譞) |
Uninstall pod2pdf
To remove just pod2pdf package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove pod2pdf
Uninstall pod2pdf and it’s dependent packages
To remove the pod2pdf package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove pod2pdf
Purging pod2pdf
If you also want to delete configuration and/or data files of pod2pdf from Debian Sid then this will work:
sudo apt-get purge pod2pdf
To delete configuration and/or data files of pod2pdf and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove pod2pdf