How To Install libtomcrypt-devel on Fedora 36

In this tutorial we learn how to install libtomcrypt-devel in Fedora 36. libtomcrypt-devel is Development files for libtomcrypt

Introduction

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

What is libtomcrypt-devel

The libtomcrypt-devel package contains libraries and header files for developing applications that use libtomcrypt.

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

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

sudo dnf -y install libtomcrypt-devel

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

sudo yum -y install libtomcrypt-devel

How To Uninstall libtomcrypt-devel on Fedora 36

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

sudo dnf remove libtomcrypt-devel

libtomcrypt-devel Package Contents on Fedora 36

/usr/include/tomcrypt.h
/usr/include/tomcrypt_argchk.h
/usr/include/tomcrypt_cfg.h
/usr/include/tomcrypt_cipher.h
/usr/include/tomcrypt_custom.h
/usr/include/tomcrypt_hash.h
/usr/include/tomcrypt_mac.h
/usr/include/tomcrypt_macros.h
/usr/include/tomcrypt_math.h
/usr/include/tomcrypt_misc.h
/usr/include/tomcrypt_pk.h
/usr/include/tomcrypt_pkcs.h
/usr/include/tomcrypt_prng.h
/usr/lib/libtomcrypt.so
/usr/lib/pkgconfig/libtomcrypt.pc

References

Summary

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


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

Introduction

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

What is libtomcrypt-devel

The libtomcrypt-devel package contains libraries and header files for developing applications that use libtomcrypt.

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

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

sudo dnf -y install libtomcrypt-devel

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

sudo yum -y install libtomcrypt-devel

How To Uninstall libtomcrypt-devel on Fedora 36

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

sudo dnf remove libtomcrypt-devel

libtomcrypt-devel Package Contents on Fedora 36

/usr/include/tomcrypt.h
/usr/include/tomcrypt_argchk.h
/usr/include/tomcrypt_cfg.h
/usr/include/tomcrypt_cipher.h
/usr/include/tomcrypt_custom.h
/usr/include/tomcrypt_hash.h
/usr/include/tomcrypt_mac.h
/usr/include/tomcrypt_macros.h
/usr/include/tomcrypt_math.h
/usr/include/tomcrypt_misc.h
/usr/include/tomcrypt_pk.h
/usr/include/tomcrypt_pkcs.h
/usr/include/tomcrypt_prng.h
/usr/lib64/libtomcrypt.so
/usr/lib64/pkgconfig/libtomcrypt.pc

References

Summary

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