How To Install gsl on Fedora 36
Introduction
In this tutorial we learn how to install gsl
on Fedora 36.
What is gsl
The GNU Scientific Library (GSL) is a collection of routines for numerical analysis, written in C.
We can use yum
or dnf
to install gsl
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gsl.
Install gsl 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 gsl
using dnf
by running the following command:
sudo dnf -y install gsl
Install gsl 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 gsl
using yum
by running the following command:
sudo yum -y install gsl
How To Uninstall gsl on Fedora 36
To uninstall only the gsl
package we can use the following command:
sudo dnf remove gsl
gsl Package Contents on Fedora 36
/usr/bin/gsl-histogram
/usr/bin/gsl-randist
/usr/lib/.build-id
/usr/lib/.build-id/66
/usr/lib/.build-id/66/7f7f8c7f83892c7d35b71d9050257445fe496e
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/8b43eec3671d10a3dadfc416bb0bf5948674db
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/2ff7786c7dbdcff6d9fa9325288cf3ec6ce538
/usr/lib/.build-id/d4
/usr/lib/.build-id/d4/1f98a372202d603b796a356eb061213aa4392d
/usr/lib/libgsl.so.25
/usr/lib/libgsl.so.25.0.0
/usr/lib/libgslcblas.so.0
/usr/lib/libgslcblas.so.0.0.0
/usr/share/doc/gsl
/usr/share/doc/gsl/AUTHORS
/usr/share/doc/gsl/ChangeLog
/usr/share/doc/gsl/NEWS
/usr/share/doc/gsl/README
/usr/share/doc/gsl/THANKS
/usr/share/doc/gsl/TODO
/usr/share/licenses/gsl
/usr/share/licenses/gsl/COPYING
/usr/share/man/man1/gsl-histogram.1.gz
/usr/share/man/man1/gsl-randist.1.gz
References
Summary
In this tutorial we learn how to install gsl
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install gsl on Fedora 36” linkTitle: “gsl” type: “docs” description: “In this tutorial we learn how to install gsl in Fedora 36. gsl is The GNU Scientific Library for numerical analysis” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/gsl-featured.png
Introduction
In this tutorial we learn how to install gsl
on Fedora 36.
What is gsl
The GNU Scientific Library (GSL) is a collection of routines for numerical analysis, written in C.
We can use yum
or dnf
to install gsl
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gsl.
Install gsl 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 gsl
using dnf
by running the following command:
sudo dnf -y install gsl
Install gsl 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 gsl
using yum
by running the following command:
sudo yum -y install gsl
How To Uninstall gsl on Fedora 36
To uninstall only the gsl
package we can use the following command:
sudo dnf remove gsl
gsl Package Contents on Fedora 36
/usr/bin/gsl-histogram
/usr/bin/gsl-randist
/usr/lib/.build-id
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/de1c73472f11ec3f21c3b2881d1f60c93111ae
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/6bd49536083b72b9d08f3bf2223f9c4f8e332f
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/c44d489b1ccce20dbc09ac84e1777ce5f0a791
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/abd3be95633c871ff91041283dd477517cfead
/usr/lib64/libgsl.so.25
/usr/lib64/libgsl.so.25.0.0
/usr/lib64/libgslcblas.so.0
/usr/lib64/libgslcblas.so.0.0.0
/usr/share/doc/gsl
/usr/share/doc/gsl/AUTHORS
/usr/share/doc/gsl/ChangeLog
/usr/share/doc/gsl/NEWS
/usr/share/doc/gsl/README
/usr/share/doc/gsl/THANKS
/usr/share/doc/gsl/TODO
/usr/share/licenses/gsl
/usr/share/licenses/gsl/COPYING
/usr/share/man/man1/gsl-histogram.1.gz
/usr/share/man/man1/gsl-randist.1.gz
References
Summary
In this tutorial we learn how to install gsl
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).