< Home - < Back

jline


Information about the package, jline, which is shipped with common Linux distributions. The jline package is designed for, Java library for reading and editing user input in console.


Package Name:

jline

Summary:

Java library for reading and editing user input in console

Description:

JLine is a java library for reading and editing user input in console applications. It features tab-completion, command history, password masking, customizable keybindings, and pass-through handlers to use to chain to other console applications.

Architecture:

noarch

Version:

0.9.94

Release:

0.8.el6

Size:

86 k

Repository:

base

From Repository:

Licence:

BSD



Handy Yum Commands for jline


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


Command

Description of Command

yum install jline

This command will install jline on the server.

yum remove jline

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

yum -y remove jline

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

yum update jline

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

yum -y update jline

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

yum info jline

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

yum deplist jline

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

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