How to Install and Uninstall ppl.x86_64 Package on CentOS Stream 8

Last updated: July 02,2024

1. Install "ppl.x86_64" package

This guide let you learn how to install ppl.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install ppl.x86_64

2. Uninstall "ppl.x86_64" package

This guide covers the steps necessary to uninstall ppl.x86_64 on CentOS Stream 8:

$ sudo dnf remove ppl.x86_64 $ sudo dnf autoremove

3. Information about the ppl.x86_64 package on CentOS Stream 8

Last metadata expiration check: 1:15:52 ago on Sun Feb 25 03:03:59 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.