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

Last updated: November 26,2024

1. Install "python2-polib" package

Here is a brief guide to show you how to install python2-polib on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-polib

2. Uninstall "python2-polib" package

This guide let you learn how to uninstall python2-polib on openSUSE Leap:

$ sudo zypper remove python2-polib

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

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

5. The same packages on other Linux Distributions