How to Install and Uninstall lrslib.i686 Package on Fedora 36

Last updated: October 06,2024

1. Install "lrslib.i686" package

This tutorial shows how to install lrslib.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install lrslib.i686

2. Uninstall "lrslib.i686" package

Learn how to uninstall lrslib.i686 on Fedora 36:

$ sudo dnf remove lrslib.i686 $ sudo dnf autoremove

3. Information about the lrslib.i686 package on Fedora 36

Last metadata expiration check: 2:46:55 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : lrslib
Version : 7.1b
Release : 3.fc36
Architecture : i686
Size : 113 k
Source : lrslib-7.1b-3.fc36.src.rpm
Repository : fedora
Summary : Reverse search for vertex enumeration/convex hull problems
URL : http://cgm.cs.mcgill.ca/~avis/C/lrs.html
License : GPLv2+
Description : 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.