How to Install and Uninstall babel.noarch Package on Oracle Linux 8

Last updated: May 18,2024

1. Install "babel.noarch" package

This is a short guide on how to install babel.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install babel.noarch

2. Uninstall "babel.noarch" package

This guide let you learn how to uninstall babel.noarch on Oracle Linux 8:

$ sudo dnf remove babel.noarch $ sudo dnf autoremove

3. Information about the babel.noarch package on Oracle Linux 8

Last metadata expiration check: 6:13:28 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : babel
Version : 2.5.1
Release : 10.module+el8.5.0+20361+8a9d3d27
Architecture : noarch
Size : 27 k
Source : babel-2.5.1-10.module+el8.5.0+20361+8a9d3d27.src.rpm
Repository : ol8_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.