How to Install and Uninstall babel.noarch Package on CentOS Stream 8

Last updated: January 10,2025

1. Install "babel.noarch" package

Please follow the steps below to install babel.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install babel.noarch

2. Uninstall "babel.noarch" package

In this section, we are going to explain the necessary steps to uninstall babel.noarch on CentOS Stream 8:

$ sudo dnf remove babel.noarch $ sudo dnf autoremove

3. Information about the babel.noarch package on CentOS Stream 8

Last metadata expiration check: 1:33:53 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : babel
Version : 2.5.1
Release : 10.module_el8+570+db61b4f9
Architecture : noarch
Size : 27 k
Source : babel-2.5.1-10.module_el8+570+db61b4f9.src.rpm
Repository : appstream
Summary : Tools for internationalizing Python applications
URL : http://babel.pocoo.org/
License : BSD
Description : Babel is composed of two major parts:
:
: * tools to build and work with gettext message catalogs
:
: * a Python interface to the CLDR (Common Locale Data Repository),
: providing access to various locale display names, localized number
: and date formatting, etc.