How To Install coxeter-tools on Fedora 36

In this tutorial we learn how to install coxeter-tools in Fedora 36. coxeter-tools is Coxeter command line tools

Introduction

In this tutorial we learn how to install coxeter-tools on Fedora 36.

What is coxeter-tools

Coxeter is a program for the exploration of combinatorial issues related to Coxeter groups and Hecke algebras, with a particular emphasis on the computation of Kazhdan-lusztig polynomials and related questions. It is not a symbolic algebra system; rather, it is an interface for accessing a direct C++ implementation of the concept of a Coxeter group.

We can use yum or dnf to install coxeter-tools on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install coxeter-tools.

Install coxeter-tools 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 coxeter-tools using dnf by running the following command:

sudo dnf -y install coxeter-tools

Install coxeter-tools 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 coxeter-tools using yum by running the following command:

sudo yum -y install coxeter-tools

How To Uninstall coxeter-tools on Fedora 36

To uninstall only the coxeter-tools package we can use the following command:

sudo dnf remove coxeter-tools

coxeter-tools Package Contents on Fedora 36

/usr/bin/coxeter
/usr/lib/.build-id
/usr/lib/.build-id/31
/usr/lib/.build-id/31/1441fac82c921dea77cf3cd0c93960b132a438

References

Summary

In this tutorial we learn how to install coxeter-tools on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).