How To Install libgap on Fedora 36
Introduction
In this tutorial we learn how to install libgap on Fedora 36.
What is libgap
Library containing core GAP logic
We can use yum or dnf to install libgap on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libgap.
Install libgap 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 libgap using dnf by running the following command:
sudo dnf -y install libgap
Install libgap 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 libgap using yum by running the following command:
sudo yum -y install libgap
How To Uninstall libgap on Fedora 36
To uninstall only the libgap package we can use the following command:
sudo dnf remove libgap
libgap Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/be
/usr/lib/.build-id/be/0df16503027192d6895c834b5a0f52341b289e
/usr/lib64/libgap.so
/usr/lib64/libgap.so.0
/usr/lib64/libgap.so.0.0.0
References
Summary
In this tutorial we learn how to install libgap on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libgap on Fedora 36” linkTitle: “libgap” type: “docs” description: “In this tutorial we learn how to install libgap in Fedora 36. libgap is Library containing core GAP logic” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libgap-featured.png
Introduction
In this tutorial we learn how to install libgap on Fedora 36.
What is libgap
Library containing core GAP logic
We can use yum or dnf to install libgap on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libgap.
Install libgap 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 libgap using dnf by running the following command:
sudo dnf -y install libgap
Install libgap 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 libgap using yum by running the following command:
sudo yum -y install libgap
How To Uninstall libgap on Fedora 36
To uninstall only the libgap package we can use the following command:
sudo dnf remove libgap
libgap Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/38
/usr/lib/.build-id/38/9f9e04c5394650a5d958505a231885bf8e2090
/usr/lib/libgap.so
/usr/lib/libgap.so.0
/usr/lib/libgap.so.0.0.0
References
Summary
In this tutorial we learn how to install libgap on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).