How to Install and Uninstall babel.noarch Package on Rocky Linux 9

Last updated: September 28,2024

1. Install "babel.noarch" package

Please follow the step by step instructions below to install babel.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install babel.noarch

2. Uninstall "babel.noarch" package

This tutorial shows how to uninstall babel.noarch on Rocky Linux 9:

$ sudo dnf remove babel.noarch $ sudo dnf autoremove

3. Information about the babel.noarch package on Rocky Linux 9

Last metadata expiration check: 0:03:18 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : babel
Version : 2.9.1
Release : 2.el9
Architecture : noarch
Size : 22 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.