Install python3-polib
Installing python3-polib package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python3-polib
python3-polib package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python3-polib |
version | 1.0.7-1 |
description | Python 3 library to parse and manage gettext catalogs |
subsection | python |
website | bitbucket.org / izi / polib / src / |
maintainer | Angel Abad |
Uninstall python3-polib
To remove just python3-polib package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python3-polib
Uninstall python3-polib and it’s dependent packages
To remove the python3-polib package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python3-polib
Purging python3-polib
If you also want to delete configuration and/or data files of python3-polib from Debian Sid then this will work:
sudo apt-get purge python3-polib
To delete configuration and/or data files of python3-polib and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python3-polib