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

Last updated: November 16,2024

1. Install "python3-gettext.noarch" package

This guide covers the steps necessary to install python3-gettext.noarch on Fedora 34

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

2. Uninstall "python3-gettext.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-gettext.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:04:43 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-gettext
Version : 4.0
Release : 2.fc34
Architecture : noarch
Size : 25 k
Source : python-gettext-4.0-2.fc34.src.rpm
Repository : fedora
Summary : Python 3 Gettext po to mo file compiler
URL : https://pypi.org/project/python-gettext/
License : BSD
Description : This implementation of Gettext for Python 3 includes a Msgfmt class which can be
: used to generate compiled mo files from Gettext po files and includes support
: for the newer msgctxt keyword.