How to Install and Uninstall babel.src Package on Oracle Linux 9
Last updated: November 29,2024
1. Install "babel.src" package
Please follow the step by step instructions below to install babel.src on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
babel.src
Copied
2. Uninstall "babel.src" package
In this section, we are going to explain the necessary steps to uninstall babel.src on Oracle Linux 9:
$
sudo dnf remove
babel.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the babel.src package on Oracle Linux 9
Last metadata expiration check: 2:27:27 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : babel
Version : 2.9.1
Release : 2.el9
Architecture : src
Size : 8.3 M
Source : None
Repository : ol9_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.
Available Packages
Name : babel
Version : 2.9.1
Release : 2.el9
Architecture : src
Size : 8.3 M
Source : None
Repository : ol9_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.