How to Install and Uninstall ppl.x86_64 Package on Oracle Linux 9

Last updated: July 03,2024

1. Install "ppl.x86_64" package

Please follow the guidelines below to install ppl.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install ppl.x86_64

2. Uninstall "ppl.x86_64" package

Please follow the guidelines below to uninstall ppl.x86_64 on Oracle Linux 9:

$ sudo dnf remove ppl.x86_64 $ sudo dnf autoremove

3. Information about the ppl.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:01:29 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ppl
Version : 1.2
Release : 24.el9
Architecture : x86_64
Size : 1.7 M
Source : ppl-1.2-24.el9.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.