How to Install and Uninstall python-polib-doc Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python-polib-doc" package

Please follow the instructions below to install python-polib-doc on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python-polib-doc

2. Uninstall "python-polib-doc" package

This is a short guide on how to uninstall python-polib-doc on openSuSE Tumbleweed:

$ sudo zypper remove python-polib-doc

3. Information about the python-polib-doc package on openSuSE Tumbleweed

Information for package python-polib-doc:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python-polib-doc
Version : 1.2.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 442.7 KiB
Installed : No
Status : not installed
Source package : python-polib-1.2.0-2.1.src
Upstream URL : https://github.com/izimobil/polib/
Summary : A library to manipulate gettext files - documentation
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.
This package contains documentation in HTML format.