How to Install and Uninstall ppl.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 09,2024

1. Install "ppl.x86_64" package

Here is a brief guide to show you how to install ppl.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install ppl.x86_64

2. Uninstall "ppl.x86_64" package

This tutorial shows how to uninstall ppl.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove ppl.x86_64 $ sudo dnf autoremove

3. Information about the ppl.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:31:05 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : ppl
Version : 1.2
Release : 24.el8
Architecture : x86_64
Size : 1.6 M
Source : ppl-1.2-24.el8.src.rpm
Repository : epel
Summary : The Parma Polyhedra Library: a library of numerical abstractions
URL : http://www.bugseng.com/ppl
License : GPLv3+
Description : The Parma Polyhedra Library (PPL) is a library for the manipulation of
: (not necessarily closed) convex polyhedra and other numerical
: abstractions. The applications of convex polyhedra include program
: analysis, optimized compilation, integer and combinatorial
: optimization and statistical data-editing. The Parma Polyhedra
: Library comes with several user friendly interfaces, is fully dynamic
: (available virtual memory is the only limitation to the dimension of
: anything), written in accordance to all the applicable standards,
: exception-safe, rather efficient, thoroughly documented, and free
: software. This package provides all what is necessary to run
: applications using the PPL through its C and C++ interfaces.