< Home - < Back

icu4j


Information about the package, icu4j, which is shipped with common Linux distributions. The icu4j package is designed for, International Components for Unicode for Java.


Package Name:

icu4j

Summary:

International Components for Unicode for Java

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.

Architecture:

x86_64

Version:

4.2.1

Release:

5.el6

Size:

5.5 M

Repository:

base

From Repository:

Licence:

MIT and EPL



Handy Yum Commands for icu4j


Control the icu4j package with the following handy commands outlined below.


Command

Description of Command

yum install icu4j

This command will install icu4j on the server.

yum remove icu4j

This command will un-install icu4j on the server. When you run this command, you will be asked if you are sure that you want to remove icu4j, so you have to manually confirm that you want to do this.

yum -y remove icu4j

This command will un-install icu4j on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove icu4j when using the -y flag.

yum update icu4j

This command will update icu4j to the latest version. When you run this command, you will be asked if you are sure that you want to remove icu4j, so you have to manually confirm that you want to do this.

yum -y update icu4j

This command will update icu4j to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove icu4j when using the -y flag.

yum info icu4j

This command will show you core information about the icu4j package.

yum deplist icu4j

This command will show you the dependencies for icu4j. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update icu4j

This command will check if there is an update waiting on icu4j. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.