How to Install and Uninstall python-polib-doc Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python-polib-doc" package

This tutorial shows how to install python-polib-doc on openSUSE Leap

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

2. Uninstall "python-polib-doc" package

Please follow the guidelines below to uninstall python-polib-doc on openSUSE Leap:

$ sudo zypper remove python-polib-doc

3. Information about the python-polib-doc package on openSUSE Leap

Information for package python-polib-doc:
-----------------------------------------
Repository : Main Repository
Name : python-polib-doc
Version : 1.1.0-bp153.1.19
Arch : noarch
Vendor : openSUSE
Installed Size : 842,0 KiB
Installed : No
Status : not installed
Source package : python-polib-1.1.0-bp153.1.19.src
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.