How To Install libgcrypt on Fedora 36
Introduction
In this tutorial we learn how to install libgcrypt
on Fedora 36.
What is libgcrypt
Libgcrypt is a general purpose crypto library based on the code used in GNU Privacy Guard. This is a development version.
We can use yum
or dnf
to install libgcrypt
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libgcrypt.
Install libgcrypt 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 libgcrypt
using dnf
by running the following command:
sudo dnf -y install libgcrypt
Install libgcrypt 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 libgcrypt
using yum
by running the following command:
sudo yum -y install libgcrypt
How To Uninstall libgcrypt on Fedora 36
To uninstall only the libgcrypt
package we can use the following command:
sudo dnf remove libgcrypt
libgcrypt Package Contents on Fedora 36
/etc/gcrypt
/usr/lib/.build-id
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/cb8b22f98733a62ada5308ac7c9cfb2935f035
/usr/lib64/libgcrypt.so.20
/usr/lib64/libgcrypt.so.20.4.1
/usr/share/doc/libgcrypt
/usr/share/doc/libgcrypt/AUTHORS
/usr/share/doc/libgcrypt/NEWS
/usr/share/doc/libgcrypt/THANKS
/usr/share/licenses/libgcrypt
/usr/share/licenses/libgcrypt/COPYING.LIB
/etc/gcrypt
/usr/lib/.build-id
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/03e5dff0c164925ad3b8ad1c3143a8eb8b1f9c
/usr/lib64/libgcrypt.so.20
/usr/lib64/libgcrypt.so.20.4.1
/usr/share/doc/libgcrypt
/usr/share/doc/libgcrypt/AUTHORS
/usr/share/doc/libgcrypt/NEWS
/usr/share/doc/libgcrypt/THANKS
/usr/share/licenses/libgcrypt
/usr/share/licenses/libgcrypt/COPYING.LIB
References
Summary
In this tutorial we learn how to install libgcrypt
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).