< Home - < Back

jchardet


Information about the package, jchardet, which is shipped with common Linux distributions. The jchardet package is designed for, Automatic charset detection algorithm.


Package Name:

jchardet

Summary:

Automatic charset detection algorithm

Description:

jchardet is a java port of the source from Mozilla's automatic charset detection algorithm. The original author is Frank Tang. What is available here is the java port of that code. The original source in C++ can be found from http://lxr.mozilla.org/mozilla/source/intl/chardet/. More information can be found at http://www.mozilla.org/projects/intl/chardet.html.

Architecture:

noarch

Version:

1.1

Release:

1.el6

Size:

44 k

Repository:

epel

From Repository:

Licence:

MPLv1.1



Handy Yum Commands for jchardet


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


Command

Description of Command

yum install jchardet

This command will install jchardet on the server.

yum remove jchardet

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

yum -y remove jchardet

This command will un-install jchardet 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 jchardet when using the -y flag.

yum update jchardet

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

yum -y update jchardet

This command will update jchardet 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 jchardet when using the -y flag.

yum info jchardet

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

yum deplist jchardet

This command will show you the dependencies for jchardet. 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 jchardet

This command will check if there is an update waiting on jchardet. 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.