How To Install lrslib-utils on Fedora 36
Introduction
In this tutorial we learn how to install lrslib-utils
on Fedora 36.
What is lrslib-utils
Sample programs that use lrslib.
We can use yum
or dnf
to install lrslib-utils
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lrslib-utils.
Install lrslib-utils 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-utils
using dnf
by running the following command:
sudo dnf -y install lrslib-utils
Install lrslib-utils 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-utils
using yum
by running the following command:
sudo yum -y install lrslib-utils
How To Uninstall lrslib-utils on Fedora 36
To uninstall only the lrslib-utils
package we can use the following command:
sudo dnf remove lrslib-utils
lrslib-utils Package Contents on Fedora 36
/usr/bin/lrs
/usr/bin/lrs-2nash
/usr/bin/lrs-buffer
/usr/bin/lrs-float2rat
/usr/bin/lrs-fourier
/usr/bin/lrs-rat2float
/usr/bin/lrs-setupnash
/usr/bin/lrs-setupnash2
/usr/bin/lrsgmp
/usr/bin/lrsn
/usr/bin/lrsnash
/usr/bin/lrsnash1
/usr/bin/lrsnash2
/usr/lib/.build-id
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/8cea4cdc82cf1cf7a5ba0571c0fcb677ba525f
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/4d84f0f9b1d93fee7d9cc506bf73e1ef2fea90
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/d61a065c37d8a60754bc5b5c5c87df5a2537f1
/usr/lib/.build-id/67
/usr/lib/.build-id/67/f9f9922a46327cabe85fcc09f166b6e66955a0
/usr/lib/.build-id/68
/usr/lib/.build-id/68/4a9a81c262947838f00ecc0c39e8fc151b3cfb
/usr/lib/.build-id/68/4a9a81c262947838f00ecc0c39e8fc151b3cfb.1
/usr/lib/.build-id/79
/usr/lib/.build-id/79/51fb83eaa34f7a47d6db45760aa70eddfadd3f
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/0bc6ad38619fa9f394c674b4787e764b8e89a7
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/04b99da64bedf7275dce57b4d662ebef0a36f4
/usr/lib/.build-id/b7
/usr/lib/.build-id/b7/8cef81e5ea3292bada74acf0ef044da5b0ed4a
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/8eaa12df85228bac326fb042160bc48ed160b7
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/68afbf18a0be40f5142f067158072f04400d2d
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/4ee1aae00316fff558547e6a62a9a7c7487ac5
/usr/share/man/man1/lrs-2nash.1.gz
/usr/share/man/man1/lrs-buffer.1.gz
/usr/share/man/man1/lrs-float2rat.1.gz
/usr/share/man/man1/lrs-fourier.1.gz
/usr/share/man/man1/lrs-rat2float.1.gz
/usr/share/man/man1/lrs-redund.1.gz
/usr/share/man/man1/lrs-redundgmp.1.gz
/usr/share/man/man1/lrs-setupnash.1.gz
/usr/share/man/man1/lrs-setupnash2.1.gz
/usr/share/man/man1/lrs.1.gz
/usr/share/man/man1/lrsgmp.1.gz
/usr/share/man/man1/lrslib.1.gz
/usr/share/man/man1/lrsn.1.gz
/usr/share/man/man1/lrsnash.1.gz
/usr/share/man/man1/lrsnash1.1.gz
/usr/share/man/man1/lrsnash2.1.gz
/usr/share/man/man1/mplrs.1.gz
/usr/share/man/man1/plrs.1.gz
References
Summary
In this tutorial we learn how to install lrslib-utils
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).