How to Install and Uninstall icu4j.noarch Package on Fedora 36

Last updated: October 06,2024

1. Install "icu4j.noarch" package

In this section, we are going to explain the necessary steps to install icu4j.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install icu4j.noarch

2. Uninstall "icu4j.noarch" package

This is a short guide on how to uninstall icu4j.noarch on Fedora 36:

$ sudo dnf remove icu4j.noarch $ sudo dnf autoremove

3. Information about the icu4j.noarch package on Fedora 36

Last metadata expiration check: 5:31:24 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : icu4j
Epoch : 1
Version : 71.1
Release : 1.fc36
Architecture : noarch
Size : 12 M
Source : icu4j-71.1-1.fc36.src.rpm
Repository : updates
Summary : International Components for Unicode for Java
URL : https://icu.unicode.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.