How To Install teckit-devel on Fedora 36

In this tutorial we learn how to install teckit-devel in Fedora 36. teckit-devel is Developmental files for TECkit library

Introduction

In this tutorial we learn how to install teckit-devel on Fedora 36.

What is teckit-devel

Header files, pkg-config module, and documentation for developing application that use TECkit, a character encoding and mapping, library.

We can use yum or dnf to install teckit-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install teckit-devel.

Install teckit-devel 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-devel using dnf by running the following command:

sudo dnf -y install teckit-devel

Install teckit-devel 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-devel using yum by running the following command:

sudo yum -y install teckit-devel

How To Uninstall teckit-devel on Fedora 36

To uninstall only the teckit-devel package we can use the following command:

sudo dnf remove teckit-devel

teckit-devel Package Contents on Fedora 36

/usr/include/teckit
/usr/include/teckit/TECkit_Common.h
/usr/include/teckit/TECkit_Compiler.h
/usr/include/teckit/TECkit_Engine.h
/usr/lib/libTECkit.so
/usr/lib/libTECkit_Compiler.so
/usr/lib/pkgconfig/teckit.pc
/usr/share/doc/teckit-devel
/usr/share/doc/teckit-devel/TECkit_Binary_Format.pdf
/usr/share/doc/teckit-devel/TECkit_Language.pdf
/usr/share/doc/teckit-devel/TECkit_Tools.pdf

References

Summary

In this tutorial we learn how to install teckit-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install teckit-devel on Fedora 36” linkTitle: “teckit-devel” type: “docs” description: “In this tutorial we learn how to install teckit-devel in Fedora 36. teckit-devel is Developmental files for TECkit library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/teckit-devel-featured.png

Introduction

In this tutorial we learn how to install teckit-devel on Fedora 36.

What is teckit-devel

Header files, pkg-config module, and documentation for developing application that use TECkit, a character encoding and mapping, library.

We can use yum or dnf to install teckit-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install teckit-devel.

Install teckit-devel 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-devel using dnf by running the following command:

sudo dnf -y install teckit-devel

Install teckit-devel 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-devel using yum by running the following command:

sudo yum -y install teckit-devel

How To Uninstall teckit-devel on Fedora 36

To uninstall only the teckit-devel package we can use the following command:

sudo dnf remove teckit-devel

teckit-devel Package Contents on Fedora 36

/usr/include/teckit
/usr/include/teckit/TECkit_Common.h
/usr/include/teckit/TECkit_Compiler.h
/usr/include/teckit/TECkit_Engine.h
/usr/lib64/libTECkit.so
/usr/lib64/libTECkit_Compiler.so
/usr/lib64/pkgconfig/teckit.pc
/usr/share/doc/teckit-devel
/usr/share/doc/teckit-devel/TECkit_Binary_Format.pdf
/usr/share/doc/teckit-devel/TECkit_Language.pdf
/usr/share/doc/teckit-devel/TECkit_Tools.pdf

References

Summary

In this tutorial we learn how to install teckit-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).