How To Install ppl-utils on Fedora 36

In this tutorial we learn how to install ppl-utils in Fedora 36. ppl-utils is Utilities using the Parma Polyhedra Library

Introduction

In this tutorial we learn how to install ppl-utils on Fedora 36.

What is ppl-utils

This package contains the mixed integer linear programming solver ppl_lpsol. the program ppl_lcdd for vertex/facet enumeration of convex polyhedra, and the parametric integer programming solver ppl_pips.

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

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

sudo dnf -y install ppl-utils

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

sudo yum -y install ppl-utils

How To Uninstall ppl-utils on Fedora 36

To uninstall only the ppl-utils package we can use the following command:

sudo dnf remove ppl-utils

ppl-utils Package Contents on Fedora 36

/usr/bin/ppl_lcdd
/usr/bin/ppl_lpsol
/usr/bin/ppl_pips
/usr/lib/.build-id
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/a68102208231a4e5bb54fcb72a0456905c8baf
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/0fd88c917023d8ed96d712b3913ce7f62bc385
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/2b03c00a4165a2490e911d09107c1fd4fbd2e3
/usr/share/man/man1/ppl_lcdd.1.gz
/usr/share/man/man1/ppl_lpsol.1.gz
/usr/share/man/man1/ppl_pips.1.gz

References

Summary

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