How To Install saclib on Fedora 36
Introduction
In this tutorial we learn how to install saclib
on Fedora 36.
What is saclib
SACLIB is a library of C programs for computer algebra derived from the SAC2 system. Hoon Hong was the primary author of that earlier system.
We can use yum
or dnf
to install saclib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install saclib.
Install saclib 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 saclib
using dnf
by running the following command:
sudo dnf -y install saclib
Install saclib 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 saclib
using yum
by running the following command:
sudo yum -y install saclib
How To Uninstall saclib on Fedora 36
To uninstall only the saclib
package we can use the following command:
sudo dnf remove saclib
saclib Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/11
/usr/lib/.build-id/11/151b92c095f8a9e93adfea38b9fb4f85f7dbcc
/usr/lib64/libsaclib.so.2
/usr/lib64/libsaclib.so.2.2.8
/usr/share/doc/saclib
/usr/share/doc/saclib/README
/usr/share/licenses/saclib
/usr/share/licenses/saclib/LICENSE
References
Summary
In this tutorial we learn how to install saclib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install saclib on Fedora 36” linkTitle: “saclib” type: “docs” description: “In this tutorial we learn how to install saclib in Fedora 36. saclib is Computer algebra library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/saclib-featured.png
Introduction
In this tutorial we learn how to install saclib
on Fedora 36.
What is saclib
SACLIB is a library of C programs for computer algebra derived from the SAC2 system. Hoon Hong was the primary author of that earlier system.
We can use yum
or dnf
to install saclib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install saclib.
Install saclib 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 saclib
using dnf
by running the following command:
sudo dnf -y install saclib
Install saclib 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 saclib
using yum
by running the following command:
sudo yum -y install saclib
How To Uninstall saclib on Fedora 36
To uninstall only the saclib
package we can use the following command:
sudo dnf remove saclib
saclib Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/b60f3e9eb197b697d53b6d62b73e87c1a7e678
/usr/lib/libsaclib.so.2
/usr/lib/libsaclib.so.2.2.8
/usr/share/doc/saclib
/usr/share/doc/saclib/README
/usr/share/licenses/saclib
/usr/share/licenses/saclib/LICENSE
References
Summary
In this tutorial we learn how to install saclib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).