How to Install and Uninstall tslib.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "tslib.x86_64" package

This tutorial shows how to install tslib.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install tslib.x86_64

2. Uninstall "tslib.x86_64" package

This tutorial shows how to uninstall tslib.x86_64 on Rocky Linux 8:

$ sudo dnf remove tslib.x86_64 $ sudo dnf autoremove

3. Information about the tslib.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:55:01 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : tslib
Version : 1.22
Release : 4.el8
Architecture : x86_64
Size : 145 k
Source : tslib-1.22-4.el8.src.rpm
Repository : epel
Summary : Touchscreen Access Library
URL : https://github.com/kergoth/tslib
License : LGPLv2
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.