How To Install teckit on CentOS 8
Introduction
In this tutorial we learn how to install teckit
on CentOS 8.
What is teckit
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). teckit 2.5.8 1.el8 x86_64 392 k teckit-2.5.8-1.el8.src.rpm appstream Conversion library and mapping compiler http LGPLv2+ or CPL 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).
We can use yum
or dnf
to install teckit
on CentOS 8. In this tutorial we discuss both methods but you only need to choose one of method to install teckit.
Install teckit on CentOS 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
CentOS Linux 8 - AppStream 43 kB/s | 4.3 kB 00:00
CentOS Linux 8 - BaseOS 65 kB/s | 3.9 kB 00:00
CentOS Linux 8 - ContinuousRelease 43 kB/s | 3.0 kB 00:00
CentOS Linux 8 - Extras 23 kB/s | 1.5 kB 00:00
CentOS Linux 8 - FastTrack 40 kB/s | 3.0 kB 00:00
CentOS Linux 8 - HighAvailability 36 kB/s | 3.9 kB 00:00
CentOS Linux 8 - Plus 24 kB/s | 1.5 kB 00:00
CentOS Linux 8 - PowerTools 50 kB/s | 4.3 kB 00:00
Extra Packages for Enterprise Linux Modular 8 - x86_64 13 kB/s | 9.2 kB 00:00
Extra Packages for Enterprise Linux 8 - x86_64 24 kB/s | 8.5 kB 00:00
Metadata cache created.
After updating yum database, We can install teckit
using dnf
by running the following command:
sudo dnf -y install teckit
Install teckit on CentOS 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
CentOS Linux 8 - AppStream 43 kB/s | 4.3 kB 00:00
CentOS Linux 8 - BaseOS 65 kB/s | 3.9 kB 00:00
CentOS Linux 8 - ContinuousRelease 43 kB/s | 3.0 kB 00:00
CentOS Linux 8 - Extras 23 kB/s | 1.5 kB 00:00
CentOS Linux 8 - FastTrack 40 kB/s | 3.0 kB 00:00
CentOS Linux 8 - HighAvailability 36 kB/s | 3.9 kB 00:00
CentOS Linux 8 - Plus 24 kB/s | 1.5 kB 00:00
CentOS Linux 8 - PowerTools 50 kB/s | 4.3 kB 00:00
Extra Packages for Enterprise Linux Modular 8 - x86_64 13 kB/s | 9.2 kB 00:00
Extra Packages for Enterprise Linux 8 - x86_64 24 kB/s | 8.5 kB 00:00
Metadata cache created.
After updating yum database, We can install teckit
using yum
by running the following command:
sudo yum -y install teckit
How To Uninstall teckit on CentOS 8
To uninstall only the teckit
package we can use the following command:
sudo dnf remove teckit
teckit Package Contents on CentOS 8
/usr/bin/sfconv
/usr/bin/teckit_compile
/usr/bin/txtconv
/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/37d4139c8bdff2484fa73d1e594eed0042d381
/usr/lib/.build-id/18
/usr/lib/.build-id/18/e32428e881d84adacde61a67ac3f92ba8bf893
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/4f67960e45cc06ab140207057db851700787b8
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/3b482b64f3911333e7e5343f6e796e546c75b0
/usr/lib/.build-id/f7
/usr/lib/.build-id/f7/8f13fde27f0b8ac448944e85f2ec228a8d40d1
/usr/lib64/libTECkit.so.0
/usr/lib64/libTECkit.so.0.0.0
/usr/lib64/libTECkit_Compiler.so.0
/usr/lib64/libTECkit_Compiler.so.0.0.0
/usr/share/doc/teckit
/usr/share/doc/teckit/AUTHORS
/usr/share/doc/teckit/INSTALL
/usr/share/doc/teckit/NEWS
/usr/share/doc/teckit/README
/usr/share/licenses/teckit
/usr/share/licenses/teckit/COPYING
/usr/share/licenses/teckit/LICENSING.txt
/usr/share/licenses/teckit/License_CPLv05.txt
/usr/share/licenses/teckit/License_LGPLv21.txt
/usr/share/man/man1/sfconv.1.gz
/usr/share/man/man1/teckit_compile.1.gz
/usr/share/man/man1/txtconv.1.gz
/usr/bin/sfconv
/usr/bin/teckit_compile
/usr/bin/txtconv
/usr/lib/.build-id
/usr/lib/.build-id/06
/usr/lib/.build-id/06/51e60cdda6d8ddbefb51e7ae96386a1c5a18cc
/usr/lib/.build-id/0f
/usr/lib/.build-id/0f/092b92c19b85abc5efde0e71db186ccd00aaff
/usr/lib/.build-id/0f/f8176d053fbda5355da8513d573a7a2825e4a0
/usr/lib/.build-id/84
/usr/lib/.build-id/84/e14f4964ea5c9e600f736464e7391de3ad2382
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/6882cb64ef18dd67b8cfd127e4159670bb43c3
/usr/lib/libTECkit.so.0
/usr/lib/libTECkit.so.0.0.0
/usr/lib/libTECkit_Compiler.so.0
/usr/lib/libTECkit_Compiler.so.0.0.0
/usr/share/doc/teckit
/usr/share/doc/teckit/AUTHORS
/usr/share/doc/teckit/INSTALL
/usr/share/doc/teckit/NEWS
/usr/share/doc/teckit/README
/usr/share/licenses/teckit
/usr/share/licenses/teckit/COPYING
/usr/share/licenses/teckit/LICENSING.txt
/usr/share/licenses/teckit/License_CPLv05.txt
/usr/share/licenses/teckit/License_LGPLv21.txt
/usr/share/man/man1/sfconv.1.gz
/usr/share/man/man1/teckit_compile.1.gz
/usr/share/man/man1/txtconv.1.gz
References
- [teckit website](http://scripts.sil.org/teckit http://scripts.sil.org/teckit)
Summary
In this tutorial we learn how to install teckit
on CentOS 8 using yum and dnf.