How to Install and Uninstall python3-translationstring.noarch Package on CentOS 8 / RHEL 8

Last updated: May 18,2024

1. Install "python3-translationstring.noarch" package

Please follow the guidance below to install python3-translationstring.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-translationstring.noarch" package

Here is a brief guide to show you how to uninstall python3-translationstring.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python3-translationstring.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:08:14 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-translationstring
Version : 1.3
Release : 9.el8
Architecture : noarch
Size : 36 k
Source : python-translationstring-1.3-9.el8.src.rpm
Repository : epel
Summary : Library used for internationalization (i18n) duties related to translation
URL : http://pypi.python.org/pypi/translationstring
License : BSD
Description : A library used by various Pylons Project packages for
: internationalization (i18n) duties related to translation.
:
: This package provides a translation string class, a translation string factory
: class, translation and pluralization primitives, and a utility that helps
: Chameleon templates use translation facilities of this package. It does not
: depend on Babel, but its translation and pluralization services are meant to
: work best when provided with an instance of the babel.support.Translations class.
:
: Python 3 version.