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

Last updated: October 06,2024

1. Install "babel.noarch" package

Learn how to install babel.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install babel.noarch

2. Uninstall "babel.noarch" package

This guide let you learn how to uninstall babel.noarch on CentOS Stream 9:

$ sudo dnf remove babel.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:44:54 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : babel
Version : 2.9.1
Release : 2.el9
Architecture : noarch
Size : 23 k
Source : babel-2.9.1-2.el9.src.rpm
Repository : appstream
Summary : Tools for internationalizing Python applications
URL : https://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.