How to Install and Uninstall python3-polib.noarch Package on Fedora 34

Last updated: September 30,2024

1. Install "python3-polib.noarch" package

This tutorial shows how to install python3-polib.noarch on Fedora 34

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

2. Uninstall "python3-polib.noarch" package

Here is a brief guide to show you how to uninstall python3-polib.noarch on Fedora 34:

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

3. Information about the python3-polib.noarch package on Fedora 34

Last metadata expiration check: 1:04:01 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-polib
Version : 1.1.1
Release : 1.fc34
Architecture : noarch
Size : 40 k
Source : python-polib-1.1.1-1.fc34.src.rpm
Repository : updates
Summary : A library to parse and manage gettext catalogs
URL : https://github.com/izimobil/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.