How to Install and Uninstall ppl.i686 Package on Fedora 35

Last updated: September 24,2024

1. Install "ppl.i686" package

This guide let you learn how to install ppl.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install ppl.i686

2. Uninstall "ppl.i686" package

Please follow the guidelines below to uninstall ppl.i686 on Fedora 35:

$ sudo dnf remove ppl.i686 $ sudo dnf autoremove

3. Information about the ppl.i686 package on Fedora 35

Last metadata expiration check: 3:11:49 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ppl
Version : 1.2
Release : 21.fc35
Architecture : i686
Size : 1.8 M
Source : ppl-1.2-21.fc35.src.rpm
Repository : updates
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.