How To Install OpenNL on Fedora 36
Introduction
In this tutorial we learn how to install OpenNL
on Fedora 36.
What is OpenNL
OpenNL (Open Numerical Library) is a library for solving sparse linear systems, especially designed for the Computer Graphics community. The goal for OpenNL is to be as small as possible, while offering the subset of functionalities required by this application field. The Makefiles of OpenNL can generate a single .c + .h file, very easy to integrate in other projects. The distribution includes an implementation of our Least Squares Conformal Maps parameterization method. New version (Concurrent Number Cruncher and Nathan Bell’s ELL formats) OpenNL offers the following set of functionalities Efficient sparse matrix data structure (for non-symmetric and symmetric matrices) Iterative builder for sparse linear system Iterative builder for sparse least-squares problems Iterative solvers Preconditionners Iterative solver on the GPU (Concurrent Number Cruncher and Nathan Bell’s ELL) Sparse direct solvers Simple demo program with LSCM (Least Squares Conformal Maps)
We can use yum
or dnf
to install OpenNL
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install OpenNL.
Install OpenNL 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 OpenNL
using dnf
by running the following command:
sudo dnf -y install OpenNL
Install OpenNL 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 OpenNL
using yum
by running the following command:
sudo yum -y install OpenNL
How To Uninstall OpenNL on Fedora 36
To uninstall only the OpenNL
package we can use the following command:
sudo dnf remove OpenNL
OpenNL Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/90
/usr/lib/.build-id/90/a7ebfdf45f42148f2431c6be102ae903a19fb6
/usr/lib64/libopennl.so.3
/usr/lib64/libopennl.so.3.2.1
/usr/share/doc/OpenNL
/usr/share/doc/OpenNL/INSTALL.txt
/usr/share/doc/OpenNL/LICENSE.txt
/usr/share/doc/OpenNL/README.txt
/usr/share/doc/OpenNL/User_Guide.txt
References
Summary
In this tutorial we learn how to install OpenNL
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install OpenNL on Fedora 36” linkTitle: “OpenNL” type: “docs” description: “In this tutorial we learn how to install OpenNL in Fedora 36. OpenNL is A library for solving sparse linear systems” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/OpenNL-featured.png
Introduction
In this tutorial we learn how to install OpenNL
on Fedora 36.
What is OpenNL
OpenNL (Open Numerical Library) is a library for solving sparse linear systems, especially designed for the Computer Graphics community. The goal for OpenNL is to be as small as possible, while offering the subset of functionalities required by this application field. The Makefiles of OpenNL can generate a single .c + .h file, very easy to integrate in other projects. The distribution includes an implementation of our Least Squares Conformal Maps parameterization method. New version (Concurrent Number Cruncher and Nathan Bell’s ELL formats) OpenNL offers the following set of functionalities Efficient sparse matrix data structure (for non-symmetric and symmetric matrices) Iterative builder for sparse linear system Iterative builder for sparse least-squares problems Iterative solvers Preconditionners Iterative solver on the GPU (Concurrent Number Cruncher and Nathan Bell’s ELL) Sparse direct solvers Simple demo program with LSCM (Least Squares Conformal Maps)
We can use yum
or dnf
to install OpenNL
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install OpenNL.
Install OpenNL 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 OpenNL
using dnf
by running the following command:
sudo dnf -y install OpenNL
Install OpenNL 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 OpenNL
using yum
by running the following command:
sudo yum -y install OpenNL
How To Uninstall OpenNL on Fedora 36
To uninstall only the OpenNL
package we can use the following command:
sudo dnf remove OpenNL
OpenNL Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/4280cb659c7ed5061f28d9796a8bff009e20b6
/usr/lib/libopennl.so.3
/usr/lib/libopennl.so.3.2.1
/usr/share/doc/OpenNL
/usr/share/doc/OpenNL/INSTALL.txt
/usr/share/doc/OpenNL/LICENSE.txt
/usr/share/doc/OpenNL/README.txt
/usr/share/doc/OpenNL/User_Guide.txt
References
Summary
In this tutorial we learn how to install OpenNL
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).