How to Install and Uninstall python36-polib Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "python36-polib" package

Please follow the step by step instructions below to install python36-polib on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-polib

2. Uninstall "python36-polib" package

Learn how to uninstall python36-polib on openSuSE Tumbleweed:

$ sudo zypper remove python36-polib

3. Information about the python36-polib package on openSuSE Tumbleweed

Information for package python36-polib:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-polib
Version : 1.1.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 178,0 KiB
Installed : No
Status : not installed
Source package : python-polib-1.1.1-1.2.src
Summary : A library to manipulate gettext files
Description :
polib allows you to manipulate, create, modify gettext catalogs (.pot, .po and
binary .mo files). You can load existing files, iterate through it's entries,
add, modify entries, comments or metadata, etc... or create new po/pot files
from scratch.
polib provides a simple and pythonic API, exporting only two convenience
functions 'pofile' and 'mofile', and the 4 core classes: POFile, MOFile,
POEntry and MOEntry for creating new files/entries.