How To Install linbox on Fedora 36
Introduction
In this tutorial we learn how to install linbox
on Fedora 36.
What is linbox
LinBox is a C++ template library for exact, high-performance linear algebra computation with dense, sparse, and structured matrices over the integers and over finite fields.
We can use yum
or dnf
to install linbox
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install linbox.
Install linbox 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 linbox
using dnf
by running the following command:
sudo dnf -y install linbox
Install linbox 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 linbox
using yum
by running the following command:
sudo yum -y install linbox
How To Uninstall linbox on Fedora 36
To uninstall only the linbox
package we can use the following command:
sudo dnf remove linbox
linbox Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/50
/usr/lib/.build-id/50/1d55e0d6af74fe900219ee9e72da0f6def7e29
/usr/lib/liblinbox.so.0
/usr/lib/liblinbox.so.0.0.0
/usr/share/doc/linbox
/usr/share/doc/linbox/AUTHORS
/usr/share/doc/linbox/ChangeLog
/usr/share/doc/linbox/README.md
/usr/share/licenses/linbox
/usr/share/licenses/linbox/COPYING
/usr/share/licenses/linbox/COPYING.LESSER
References
Summary
In this tutorial we learn how to install linbox
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install linbox on Fedora 36” linkTitle: “linbox” type: “docs” description: “In this tutorial we learn how to install linbox in Fedora 36. linbox is C++ Library for High-Performance Exact Linear Algebra” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/linbox-featured.png
Introduction
In this tutorial we learn how to install linbox
on Fedora 36.
What is linbox
LinBox is a C++ template library for exact, high-performance linear algebra computation with dense, sparse, and structured matrices over the integers and over finite fields.
We can use yum
or dnf
to install linbox
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install linbox.
Install linbox 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 linbox
using dnf
by running the following command:
sudo dnf -y install linbox
Install linbox 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 linbox
using yum
by running the following command:
sudo yum -y install linbox
How To Uninstall linbox on Fedora 36
To uninstall only the linbox
package we can use the following command:
sudo dnf remove linbox
linbox Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/46
/usr/lib/.build-id/46/aea575bcfdc4f506a99663b3a8fe64dd2ffec9
/usr/lib64/liblinbox.so.0
/usr/lib64/liblinbox.so.0.0.0
/usr/share/doc/linbox
/usr/share/doc/linbox/AUTHORS
/usr/share/doc/linbox/ChangeLog
/usr/share/doc/linbox/README.md
/usr/share/licenses/linbox
/usr/share/licenses/linbox/COPYING
/usr/share/licenses/linbox/COPYING.LESSER
References
Summary
In this tutorial we learn how to install linbox
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).