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

Last updated: January 06,2025

1. Install "teckit.src" package

This guide let you learn how to install teckit.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install teckit.src

2. Uninstall "teckit.src" package

Please follow the instructions below to uninstall teckit.src on Oracle Linux 8:

$ sudo dnf remove teckit.src $ sudo dnf autoremove

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

Last metadata expiration check: 2:46:26 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : teckit
Version : 2.5.8
Release : 1.el8
Architecture : src
Size : 1.9 M
Source : None
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).