How To Install lrslib on Fedora 36
Introduction
In this tutorial we learn how to install lrslib
on Fedora 36.
What is lrslib
lrslib is a self-contained ANSI C implementation as a callable library of the reverse search algorithm for vertex enumeration/convex hull problems and comes with a choice of three arithmetic packages. Input file formats are compatible with Komei Fukuda’s cdd package (cddlib). All computations are done exactly in either multiple precision or fixed integer arithmetic. Output is not stored in memory, so even problems with very large output sizes can sometimes be solved.
We can use yum
or dnf
to install lrslib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lrslib.
Install lrslib 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 lrslib
using dnf
by running the following command:
sudo dnf -y install lrslib
Install lrslib 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 lrslib
using yum
by running the following command:
sudo yum -y install lrslib
How To Uninstall lrslib on Fedora 36
To uninstall only the lrslib
package we can use the following command:
sudo dnf remove lrslib
lrslib Package Contents on Fedora 36
---
title: "How To Install lrslib on Fedora 36"
linkTitle: "lrslib"
type: "docs"
description: "In this tutorial we learn how to install lrslib in Fedora 36. lrslib is Reverse search for vertex enumeration/convex hull problems"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/lrslib-featured.png
---
## Introduction
In this tutorial we learn how to install `lrslib` on Fedora 36.
/usr/lib/.build-id
/usr/lib/.build-id/2c
/usr/lib/.build-id/2c/594af7843a709ffe1ca6513c29264a2b39a549
/usr/lib64/liblrs.so.1
/usr/lib64/liblrs.so.1.0.0
/usr/share/doc/lrslib
/usr/share/doc/lrslib/README
/usr/share/licenses/lrslib
/usr/share/licenses/lrslib/COPYING
### What is `lrslib`
> lrslib is a self-contained ANSI C implementation as a callable library of the reverse search algorithm for vertex enumeration/convex hull problems and comes with a choice of three arithmetic packages. Input file formats are compatible with Komei Fukuda's cdd package (cddlib). All computations are done exactly in either multiple precision or fixed integer arithmetic. Output is not stored in memory, so even problems with very large output sizes can sometimes be solved.
We can use yum
or dnf
to install lrslib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lrslib.
References
Install lrslib on Fedora 36 Using dnf
- lrslib website
Update yum database with
dnf
using the following command.
Summary
In this tutorial we learn how to install `lrslib` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
sudo dnf makecache --refresh
After updating yum database, We can install lrslib
using dnf
by running the following command:
sudo dnf -y install lrslib
Install lrslib 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 lrslib
using yum
by running the following command:
sudo yum -y install lrslib
How To Uninstall lrslib on Fedora 36
To uninstall only the lrslib
package we can use the following command:
sudo dnf remove lrslib
lrslib Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/b681c9d7ea00cc903d4d5d3af48c57b64b0843
/usr/lib/liblrs.so.1
/usr/lib/liblrs.so.1.0.0
/usr/share/doc/lrslib
/usr/share/doc/lrslib/README
/usr/share/licenses/lrslib
/usr/share/licenses/lrslib/COPYING
References
Summary
In this tutorial we learn how to install lrslib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).