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

Last updated: February 04,2025

1. Install "babel.noarch" package

This is a short guide on how to install babel.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install babel.noarch

2. Uninstall "babel.noarch" package

This tutorial shows how to uninstall babel.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove babel.noarch $ sudo dnf autoremove

3. Information about the babel.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 3:52:10 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : babel
Version : 2.5.1
Release : 9.module_el8.3.0+478+7570e00c
Architecture : noarch
Size : 27 k
Source : babel-2.5.1-9.module_el8.3.0+478+7570e00c.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.