How To Install teckit on Fedora 36
Introduction
In this tutorial we learn how to install teckit
on Fedora 36.
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).
We can use yum
or dnf
to install teckit
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install teckit.
Install teckit on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install teckit
using dnf
by running the following command:
sudo dnf -y install teckit
Install teckit on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
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 Fedora 36
To uninstall only the teckit
package we can use the following command:
sudo dnf remove teckit
teckit Package Contents on Fedora 36
/usr/bin/sfconv
/usr/bin/teckit_compile
/usr/bin/txtconv
/usr/lib/.build-id
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/70577654eeb4ec1696a45856b68fd39dce145e
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/4b561a8d7efa2ccdefd1fd5d07ff07a20c5949
/usr/lib/.build-id/db
/usr/lib/.build-id/db/9010ff4267af454e971957561a50b545fa9f12
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/d0f85b506d0a98bf4a733bf23b8a158b3327d0
/usr/lib/.build-id/fe
/usr/lib/.build-id/fe/2fe6b01c90778b2631c91be62481fb0f631c4c
/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/NEWS
/usr/share/doc/teckit/README
/usr/share/licenses/teckit
/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
Summary
In this tutorial we learn how to install teckit
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install teckit on Fedora 36” linkTitle: “teckit” type: “docs” description: “In this tutorial we learn how to install teckit in Fedora 36. teckit is Conversion library and mapping compiler” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/teckit-featured.png
Introduction
In this tutorial we learn how to install teckit
on Fedora 36.
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).
We can use yum
or dnf
to install teckit
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install teckit.
Install teckit on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install teckit
using dnf
by running the following command:
sudo dnf -y install teckit
Install teckit on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
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 Fedora 36
To uninstall only the teckit
package we can use the following command:
sudo dnf remove teckit
teckit Package Contents on Fedora 36
/usr/bin/sfconv
/usr/bin/teckit_compile
/usr/bin/txtconv
/usr/lib/.build-id
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/8deb7642dd6ad314526c5f7fdbb23d86283c40
/usr/lib/.build-id/58
/usr/lib/.build-id/58/925e28b50aea8ff5408b99a6c1da4345c1b5fc
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/59ebe9157f9bc7746301abb6e5f477530446db
/usr/lib/.build-id/86
/usr/lib/.build-id/86/5c10d201b5c472be7fe938d0e48a23ef59fa96
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/f1e10a41521d9c66fb22bb5f53dd38a0d1eea1
/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/NEWS
/usr/share/doc/teckit/README
/usr/share/licenses/teckit
/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
Summary
In this tutorial we learn how to install teckit
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).