How to Install and Uninstall python2-polib.noarch Package on AlmaLinux 8
Last updated: November 01,2024
1. Install "python2-polib.noarch" package
Learn how to install python2-polib.noarch on AlmaLinux 8
$
sudo dnf update
Copied
$
sudo dnf install
python2-polib.noarch
Copied
2. Uninstall "python2-polib.noarch" package
Please follow the steps below to uninstall python2-polib.noarch on AlmaLinux 8:
$
sudo dnf remove
python2-polib.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python2-polib.noarch package on AlmaLinux 8
Last metadata expiration check: 2:06:58 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python2-polib
Version : 1.0.7
Release : 10.el8
Architecture : noarch
Size : 47 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.
Available Packages
Name : python2-polib
Version : 1.0.7
Release : 10.el8
Architecture : noarch
Size : 47 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.