How To Install gnutls on Fedora 36
Introduction
In this tutorial we learn how to install gnutls
on Fedora 36.
What is gnutls
GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and other required structures.
We can use yum
or dnf
to install gnutls
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gnutls.
Install gnutls 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 gnutls
using dnf
by running the following command:
sudo dnf -y install gnutls
Install gnutls 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 gnutls
using yum
by running the following command:
sudo yum -y install gnutls
How To Uninstall gnutls on Fedora 36
To uninstall only the gnutls
package we can use the following command:
sudo dnf remove gnutls
gnutls Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/6a9f583db791a58cd1a9fd6a436883d7732b7a
/usr/lib64/.libgnutls.so.30.32.0.hmac
/usr/lib64/.libgnutls.so.30.hmac
/usr/lib64/libgnutls.so.30
/usr/lib64/libgnutls.so.30.32.0
/usr/share/doc/gnutls
/usr/share/doc/gnutls/AUTHORS
/usr/share/doc/gnutls/NEWS
/usr/share/doc/gnutls/README.md
/usr/share/doc/gnutls/THANKS
/usr/share/licenses/gnutls
/usr/share/licenses/gnutls/COPYING
/usr/share/licenses/gnutls/COPYING.LESSER
/usr/share/licenses/gnutls/LICENSE
/usr/share/locale/cs/LC_MESSAGES/gnutls.mo
/usr/share/locale/de/LC_MESSAGES/gnutls.mo
/usr/share/locale/eo/LC_MESSAGES/gnutls.mo
/usr/share/locale/es/LC_MESSAGES/gnutls.mo
/usr/share/locale/fi/LC_MESSAGES/gnutls.mo
/usr/share/locale/fr/LC_MESSAGES/gnutls.mo
/usr/share/locale/it/LC_MESSAGES/gnutls.mo
/usr/share/locale/ms/LC_MESSAGES/gnutls.mo
/usr/share/locale/nl/LC_MESSAGES/gnutls.mo
/usr/share/locale/pl/LC_MESSAGES/gnutls.mo
/usr/share/locale/pt_BR/LC_MESSAGES/gnutls.mo
/usr/share/locale/sr/LC_MESSAGES/gnutls.mo
/usr/share/locale/sv/LC_MESSAGES/gnutls.mo
/usr/share/locale/uk/LC_MESSAGES/gnutls.mo
/usr/share/locale/vi/LC_MESSAGES/gnutls.mo
/usr/share/locale/zh_CN/LC_MESSAGES/gnutls.mo
/usr/lib/.build-id
/usr/lib/.build-id/85
/usr/lib/.build-id/85/143ad9d18a4ecdb530a3cc72f265c2516187d3
/usr/lib64/.libgnutls.so.30.31.0.hmac
/usr/lib64/.libgnutls.so.30.hmac
/usr/lib64/libgnutls.so.30
/usr/lib64/libgnutls.so.30.31.0
/usr/share/doc/gnutls
/usr/share/doc/gnutls/AUTHORS
/usr/share/doc/gnutls/NEWS
/usr/share/doc/gnutls/README.md
/usr/share/doc/gnutls/THANKS
/usr/share/licenses/gnutls
/usr/share/licenses/gnutls/COPYING
/usr/share/licenses/gnutls/COPYING.LESSER
/usr/share/licenses/gnutls/LICENSE
/usr/share/locale/cs/LC_MESSAGES/gnutls.mo
/usr/share/locale/de/LC_MESSAGES/gnutls.mo
/usr/share/locale/eo/LC_MESSAGES/gnutls.mo
/usr/share/locale/es/LC_MESSAGES/gnutls.mo
/usr/share/locale/fi/LC_MESSAGES/gnutls.mo
/usr/share/locale/fr/LC_MESSAGES/gnutls.mo
/usr/share/locale/it/LC_MESSAGES/gnutls.mo
/usr/share/locale/ms/LC_MESSAGES/gnutls.mo
/usr/share/locale/nl/LC_MESSAGES/gnutls.mo
/usr/share/locale/pl/LC_MESSAGES/gnutls.mo
/usr/share/locale/pt_BR/LC_MESSAGES/gnutls.mo
/usr/share/locale/sr/LC_MESSAGES/gnutls.mo
/usr/share/locale/sv/LC_MESSAGES/gnutls.mo
/usr/share/locale/uk/LC_MESSAGES/gnutls.mo
/usr/share/locale/vi/LC_MESSAGES/gnutls.mo
/usr/share/locale/zh_CN/LC_MESSAGES/gnutls.mo
References
Summary
In this tutorial we learn how to install gnutls
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).