< Home - < Back

tslib


Information about the package, tslib, which is shipped with common Linux distributions. The tslib package is designed for, Touchscreen Access Library.


Package Name:

tslib

Summary:

Touchscreen Access Library

Description:

The idea of tslib is to have a core library that provides standardised services, and a set of plugins to manage the conversion and filtering as needed. The plugins for a particular touchscreen are loaded automatically by the library under the control of a static configuration file, ts.conf. ts.conf gives the library basic configuration information. Each line specifies one module, and the parameters for that module. The modules are loaded in order, with the first one processing the touchscreen data first.

Architecture:

x86_64

Version:

1.0

Release:

2.el6

Size:

50 k

Repository:

epel

From Repository:

Licence:

LGPLv2



Handy Yum Commands for tslib


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


Command

Description of Command

yum install tslib

This command will install tslib on the server.

yum remove tslib

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

yum -y remove tslib

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

yum update tslib

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

yum -y update tslib

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

yum info tslib

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

yum deplist tslib

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

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