How to Install and Uninstall python3-polib.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 09,2024

1. Install "python3-polib.noarch" package

In this section, we are going to explain the necessary steps to install python3-polib.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install python3-polib.noarch

2. Uninstall "python3-polib.noarch" package

This guide covers the steps necessary to uninstall python3-polib.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove python3-polib.noarch $ sudo dnf autoremove

3. Information about the python3-polib.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:30:22 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-polib
Version : 1.0.7
Release : 10.el8
Architecture : noarch
Size : 48 k
Source : python-polib-1.0.7-10.el8.src.rpm
Repository : epel
Summary : A library to parse and manage gettext catalogs
URL : http://bitbucket.org/izi/polib/
License : MIT
Description :
: polib allows you to manipulate, create, modify gettext files (pot, po and
: mo files). You can load existing files, iterate through it's entries, add,
: modify entries, comments or metadata, etc... or create new po files from
: scratch.
:
: polib provides a simple and pythonic API, exporting only three convenience
: functions 'pofile', 'mofile' and 'detect_encoding', and the 4 core classes:
: POFile, MOFile, POEntry and MOEntry for creating new files/entries.