How to Install and Uninstall icu4j.src Package on Oracle Linux 8

Last updated: October 07,2024

1. Install "icu4j.src" package

Please follow the guidelines below to install icu4j.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install icu4j.src

2. Uninstall "icu4j.src" package

Please follow the guidelines below to uninstall icu4j.src on Oracle Linux 8:

$ sudo dnf remove icu4j.src $ sudo dnf autoremove

3. Information about the icu4j.src package on Oracle Linux 8

Last metadata expiration check: 1:05:37 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : icu4j
Epoch : 1
Version : 65.1
Release : 3.module+el8.3.0+9630+fe6f9367
Architecture : src
Size : 23 M
Source : None
Repository : ol8_appstream
Summary : International Components for Unicode for Java
URL : http://site.icu-project.org/
License : Unicode and MIT and BSD and Public Domain
Description : The International Components for Unicode (ICU) library provides robust and
: full-featured Unicode services on a wide variety of platforms. ICU supports
: the most current version of the Unicode standard, and provides support for
: supplementary characters (needed for GB 18030 repertoire support).
:
: Java provides a very strong foundation for global programs, and IBM and the
: ICU team played a key role in providing globalization technology into Sun's
: Java. But because of its long release schedule, Java cannot always keep
: up-to-date with evolving standards. The ICU team continues to extend Java's
: Unicode and internationalization support, focusing on improving
: performance, keeping current with the Unicode standard, and providing
: richer APIs, while remaining as compatible as possible with the original
: Java text and internationalization API design.