How to Install and Uninstall teckit.x86_64 Package on Oracle Linux 8

Last updated: September 21,2024

1. Install "teckit.x86_64" package

This tutorial shows how to install teckit.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install teckit.x86_64

2. Uninstall "teckit.x86_64" package

This tutorial shows how to uninstall teckit.x86_64 on Oracle Linux 8:

$ sudo dnf remove teckit.x86_64 $ sudo dnf autoremove

3. Information about the teckit.x86_64 package on Oracle Linux 8

Last metadata expiration check: 6:08:55 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : teckit
Version : 2.5.8
Release : 1.el8
Architecture : x86_64
Size : 392 k
Source : teckit-2.5.8-1.el8.src.rpm
Repository : ol8_appstream
Summary : Conversion library and mapping compiler
URL : http://scripts.sil.org/teckit
License : LGPLv2+ or CPL
Description : TECkit is a low-level toolkit intended to be used by other
: applications that need to perform encoding conversions (e.g., when
: importing legacy data into a Unicode-based application). The
: primary component of the TECkit package is therefore a library that
: performs conversions; this is the "TECkit engine". The engine
: relies on mapping tables in a specific binary format (for which
: documentation is available); there is a compiler that creates such
: tables from a human-readable mapping description (a simple text file).