How To Install lrcalc on Fedora 36
Introduction
In this tutorial we learn how to install lrcalc
on Fedora 36.
What is lrcalc
The “Littlewood-Richardson Calculator” is a package of C and Maple programs for computing Littlewood-Richardson coefficients. The C programs form the engine of the package, providing fast calculation of single LR coefficients, products of Schur functions, and skew Schur functions. The Maple code mainly gives an interface which makes it possible to use the C programs from Maple. This interface uses the same notation as the SF package of John Stembridge, to make it easier to use both packages at the same time.
We can use yum
or dnf
to install lrcalc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lrcalc.
Install lrcalc 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 lrcalc
using dnf
by running the following command:
sudo dnf -y install lrcalc
Install lrcalc 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 lrcalc
using yum
by running the following command:
sudo yum -y install lrcalc
How To Uninstall lrcalc on Fedora 36
To uninstall only the lrcalc
package we can use the following command:
sudo dnf remove lrcalc
lrcalc Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/b043f907ef3c376f942295180811304f1abe89
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/9287343746549e63ffeac60717345ec0b7971b
/usr/lib/.build-id/c8
/usr/lib/.build-id/c8/0737736357cec8a4ba87b4ee02ec2cddde3307
/usr/lib64/liblrcalc.so.1
/usr/lib64/liblrcalc.so.1.0.1
/usr/lib64/lrcalc
/usr/lib64/lrcalc/lrcalc
/usr/lib64/lrcalc/schubmult
/usr/share/doc/lrcalc
/usr/share/doc/lrcalc/AUTHORS
/usr/share/doc/lrcalc/COPYING
/usr/share/doc/lrcalc/ChangeLog
/usr/share/doc/lrcalc/README
/usr/share/licenses/lrcalc
/usr/share/licenses/lrcalc/LICENSE
/usr/share/modulefiles/lrcalc-x86_64
---
title: "How To Install lrcalc on Fedora 36"
linkTitle: “lrcalc” type: “docs”
References
description: “In this tutorial we learn how to install lrcalc in Fedora 36. lrcalc is Littlewood-Richardson Calculator” date: “2022-08-17”
- lrcalc website lastmod: “2022-08-17”
#image: /images/fedora/36/lrcalc-featured.png
Summary
Introduction
In this tutorial we learn how to install lrcalc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
In this tutorial we learn how to install lrcalc
on Fedora 36.
What is lrcalc
The “Littlewood-Richardson Calculator” is a package of C and Maple programs for computing Littlewood-Richardson coefficients. The C programs form the engine of the package, providing fast calculation of single LR coefficients, products of Schur functions, and skew Schur functions. The Maple code mainly gives an interface which makes it possible to use the C programs from Maple. This interface uses the same notation as the SF package of John Stembridge, to make it easier to use both packages at the same time.
We can use yum
or dnf
to install lrcalc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lrcalc.
Install lrcalc 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 lrcalc
using dnf
by running the following command:
sudo dnf -y install lrcalc
Install lrcalc 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 lrcalc
using yum
by running the following command:
sudo yum -y install lrcalc
How To Uninstall lrcalc on Fedora 36
To uninstall only the lrcalc
package we can use the following command:
sudo dnf remove lrcalc
lrcalc Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/23
/usr/lib/.build-id/23/42fbec302dc21ac811132576a2e2f2db6227fd
/usr/lib/.build-id/81
/usr/lib/.build-id/81/7f49513a5714399de88c17f0f1d6c3dda8e98d
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/a5571887c6c01157830fd4d280b97a9c97869b
/usr/lib/liblrcalc.so.1
/usr/lib/liblrcalc.so.1.0.1
/usr/lib/lrcalc
/usr/lib/lrcalc/lrcalc
/usr/lib/lrcalc/schubmult
/usr/share/doc/lrcalc
/usr/share/doc/lrcalc/AUTHORS
/usr/share/doc/lrcalc/COPYING
/usr/share/doc/lrcalc/ChangeLog
/usr/share/doc/lrcalc/README
/usr/share/licenses/lrcalc
/usr/share/licenses/lrcalc/LICENSE
/usr/share/modulefiles/lrcalc-i386
References
Summary
In this tutorial we learn how to install lrcalc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).