How To Install lis-devel on Fedora 36
Introduction
In this tutorial we learn how to install lis-devel
on Fedora 36.
What is lis-devel
Lis, a Library of Iterative Solvers for linear systems, is a scalable parallel library for solving systems of linear equations and standard eigenvalue problems with real sparse matrices using iterative methods. This package contains the development headers and library.
We can use yum
or dnf
to install lis-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lis-devel.
Install lis-devel 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 lis-devel
using dnf
by running the following command:
sudo dnf -y install lis-devel
Install lis-devel 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 lis-devel
using yum
by running the following command:
sudo yum -y install lis-devel
How To Uninstall lis-devel on Fedora 36
To uninstall only the lis-devel
package we can use the following command:
sudo dnf remove lis-devel
lis-devel Package Contents on Fedora 36
/usr/include/lis.h
/usr/include/lis_config.h
/usr/include/lisf.h
/usr/lib64/liblis.so
References
Summary
In this tutorial we learn how to install lis-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install lis-devel on Fedora 36” linkTitle: “lis-devel” type: “docs” description: “In this tutorial we learn how to install lis-devel in Fedora 36. lis-devel is Development headers and library for lis” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/lis-devel-featured.png
Introduction
In this tutorial we learn how to install lis-devel
on Fedora 36.
What is lis-devel
Lis, a Library of Iterative Solvers for linear systems, is a scalable parallel library for solving systems of linear equations and standard eigenvalue problems with real sparse matrices using iterative methods. This package contains the development headers and library.
We can use yum
or dnf
to install lis-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lis-devel.
Install lis-devel 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 lis-devel
using dnf
by running the following command:
sudo dnf -y install lis-devel
Install lis-devel 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 lis-devel
using yum
by running the following command:
sudo yum -y install lis-devel
How To Uninstall lis-devel on Fedora 36
To uninstall only the lis-devel
package we can use the following command:
sudo dnf remove lis-devel
lis-devel Package Contents on Fedora 36
/usr/include/lis.h
/usr/include/lis_config.h
/usr/include/lisf.h
/usr/lib/liblis.so
References
Summary
In this tutorial we learn how to install lis-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).