How to Install and Uninstall OpenNL.x86_64 Package on Fedora 36

Last updated: October 07,2024

1. Install "OpenNL.x86_64" package

This guide covers the steps necessary to install OpenNL.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install OpenNL.x86_64

2. Uninstall "OpenNL.x86_64" package

This guide let you learn how to uninstall OpenNL.x86_64 on Fedora 36:

$ sudo dnf remove OpenNL.x86_64 $ sudo dnf autoremove

3. Information about the OpenNL.x86_64 package on Fedora 36

Last metadata expiration check: 0:05:17 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : OpenNL
Version : 3.2.1
Release : 29.fc36
Architecture : x86_64
Size : 40 k
Source : OpenNL-3.2.1-29.fc36.src.rpm
Repository : fedora
Summary : A library for solving sparse linear systems
URL : http://alice.loria.fr/index.php/software/4-library/23-opennl.html
License : BSD
Description : 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: OpenNL 3.2.1, includes support for CUDA and Fermi architecture
: (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: conjugate gradient, BICGStab, GMRES
: Preconditionners: Jacobi, SSOR
: Iterative solver on the GPU (Concurrent Number Cruncher and Nathan Bell's
: ELL)
: Sparse direct solvers: OpenNL can be linked with SuperLU
: Simple demo program with LSCM (Least Squares Conformal Maps)