How to Install and Uninstall python-polib Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "python-polib" package

This tutorial shows how to install python-polib on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-polib

2. Uninstall "python-polib" package

Learn how to uninstall python-polib on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-polib $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-polib package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-polib
Priority: optional
Section: universe/python
Installed-Size: 118
Maintainer: Ubuntu Developers
Original-Maintainer: Angel Abad
Architecture: all
Source: polib
Version: 1.0.7-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-polib-doc
Filename: pool/universe/p/polib/python-polib_1.0.7-1_all.deb
Size: 19758
MD5sum: f694153d3677e0af681ba6a0438c80e8
SHA1: 47836add4e5b667e3aebbfb4a6c6bfb88305d166
SHA256: c5715757ad288fe4ed138235c9df00edcc90070bed02e4dda5ee37d847304f9a
Description-en: Python library to parse and manage gettext catalogs
polib allows you to manipulate, create, modify gettext files
(pot, po and mo files). You can load existing files, iterate
through it's entries, add, modify entries, comments or metadata,
etc... or create new po files from scratch.
.
This package installs the library for Python 2.
Description-md5: b07e53e02edabf3eacc3ce226a8d81a0
Homepage: http://bitbucket.org/izi/polib/src/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu