How To Install gap-pkg-curlinterface on Fedora 36
Introduction
In this tutorial we learn how to install gap-pkg-curlinterface
on Fedora 36.
What is gap-pkg-curlinterface
This package provides a simple GAP wrapper around libcurl, to allow downloading files over http, ftp and https.
We can use yum
or dnf
to install gap-pkg-curlinterface
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gap-pkg-curlinterface.
Install gap-pkg-curlinterface 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 gap-pkg-curlinterface
using dnf
by running the following command:
sudo dnf -y install gap-pkg-curlinterface
Install gap-pkg-curlinterface 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 gap-pkg-curlinterface
using yum
by running the following command:
sudo yum -y install gap-pkg-curlinterface
How To Uninstall gap-pkg-curlinterface on Fedora 36
To uninstall only the gap-pkg-curlinterface
package we can use the following command:
sudo dnf remove gap-pkg-curlinterface
gap-pkg-curlinterface Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/86
/usr/lib/.build-id/86/8820a4f98bc43f204db7589653396214dcb9dd
/usr/lib/gap/pkg/curlInterface-2.2.2
/usr/lib/gap/pkg/curlInterface-2.2.2/PackageInfo.g
/usr/lib/gap/pkg/curlInterface-2.2.2/bin
/usr/lib/gap/pkg/curlInterface-2.2.2/bin/x86_64-redhat-linux-gnu-default64-kv7
/usr/lib/gap/pkg/curlInterface-2.2.2/bin/x86_64-redhat-linux-gnu-default64-kv7/curl.so
/usr/lib/gap/pkg/curlInterface-2.2.2/gap
/usr/lib/gap/pkg/curlInterface-2.2.2/gap/curl.gd
/usr/lib/gap/pkg/curlInterface-2.2.2/gap/curl.gi
/usr/lib/gap/pkg/curlInterface-2.2.2/init.g
/usr/lib/gap/pkg/curlInterface-2.2.2/makedoc.g
/usr/lib/gap/pkg/curlInterface-2.2.2/read.g
/usr/lib/gap/pkg/curlInterface-2.2.2/tst
/usr/lib/gap/pkg/curlInterface-2.2.2/tst/basic.tst
/usr/lib/gap/pkg/curlInterface-2.2.2/tst/errors.tst
/usr/lib/gap/pkg/curlInterface-2.2.2/tst/testall.g
/usr/share/doc/gap-pkg-curlinterface
/usr/share/doc/gap-pkg-curlinterface/CHANGES
/usr/share/doc/gap-pkg-curlinterface/README.md
/usr/share/licenses/gap-pkg-curlinterface
/usr/share/licenses/gap-pkg-curlinterface/GPL
/usr/share/licenses/gap-pkg-curlinterface/LICENSE
References
Summary
In this tutorial we learn how to install gap-pkg-curlinterface
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).