How To Install libaesgm on Fedora 36
Introduction
In this tutorial we learn how to install libaesgm
on Fedora 36.
What is libaesgm
Library implementation of AES (Rijndael) cryptographic methods.
We can use yum
or dnf
to install libaesgm
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libaesgm.
Install libaesgm 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 libaesgm
using dnf
by running the following command:
sudo dnf -y install libaesgm
Install libaesgm 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 libaesgm
using yum
by running the following command:
sudo yum -y install libaesgm
How To Uninstall libaesgm on Fedora 36
To uninstall only the libaesgm
package we can use the following command:
sudo dnf remove libaesgm
libaesgm Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/2e2726982e8f6c080106d249604a3d8944d146
/usr/lib/libaesgm.so.0
/usr/lib/libaesgm.so.0.0.0
/usr/share/doc/libaesgm
/usr/share/doc/libaesgm/aes.txt
/usr/share/doc/libaesgm/license.txt
/usr/share/doc/libaesgm/vb.txt
/usr/share/doc/libaesgm/via_ace.txt
References
Summary
In this tutorial we learn how to install libaesgm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libaesgm on Fedora 36” linkTitle: “libaesgm” type: “docs” description: “In this tutorial we learn how to install libaesgm in Fedora 36. libaesgm is Library implementation of AES (Rijndael) cryptographic methods” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libaesgm-featured.png
Introduction
In this tutorial we learn how to install libaesgm
on Fedora 36.
What is libaesgm
Library implementation of AES (Rijndael) cryptographic methods.
We can use yum
or dnf
to install libaesgm
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libaesgm.
Install libaesgm 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 libaesgm
using dnf
by running the following command:
sudo dnf -y install libaesgm
Install libaesgm 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 libaesgm
using yum
by running the following command:
sudo yum -y install libaesgm
How To Uninstall libaesgm on Fedora 36
To uninstall only the libaesgm
package we can use the following command:
sudo dnf remove libaesgm
libaesgm Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/04
/usr/lib/.build-id/04/ad4743b42379a9e792452c3817a5721040887f
/usr/lib64/libaesgm.so.0
/usr/lib64/libaesgm.so.0.0.0
/usr/share/doc/libaesgm
/usr/share/doc/libaesgm/aes.txt
/usr/share/doc/libaesgm/license.txt
/usr/share/doc/libaesgm/vb.txt
/usr/share/doc/libaesgm/via_ace.txt
References
Summary
In this tutorial we learn how to install libaesgm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).