How to Install and Uninstall python3-polib Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python3-polib" package

Please follow the steps below to install python3-polib on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-polib

2. Uninstall "python3-polib" package

Here is a brief guide to show you how to uninstall python3-polib on openSUSE Leap:

$ sudo zypper remove python3-polib

3. Information about the python3-polib package on openSUSE Leap

Information for package python3-polib:
--------------------------------------
Repository : Main Repository
Name : python3-polib
Version : 1.1.0-1.31
Arch : noarch
Vendor : SUSE LLC
Installed Size : 185.3 KiB
Installed : No
Status : not installed
Source package : python-polib-1.1.0-1.31.src
Upstream URL : http://bitbucket.org/izi/polib/
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.