Install podbrowser
Installing podbrowser package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install podbrowser
podbrowser package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | podbrowser |
version | 0.12-2 |
description | Documentation browser for Perl |
subsection | perl |
maintainer | Jeffrey Ratcliffe |
Uninstall podbrowser
To remove just podbrowser package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove podbrowser
Uninstall podbrowser and it’s dependent packages
To remove the podbrowser package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove podbrowser
Purging podbrowser
If you also want to delete configuration and/or data files of podbrowser from Debian Sid then this will work:
sudo apt-get purge podbrowser
To delete configuration and/or data files of podbrowser and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove podbrowser