How To Install ppl-static on Fedora 36
Introduction
In this tutorial we learn how to install ppl-static
on Fedora 36.
What is ppl-static
The static archives for the Parma Polyhedra Library C and C++ interfaces.
We can use yum
or dnf
to install ppl-static
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ppl-static.
Install ppl-static 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-static
using dnf
by running the following command:
sudo dnf -y install ppl-static
Install ppl-static 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-static
using yum
by running the following command:
title: “How To Install ppl-static on Fedora 36”
linkTitle: "ppl-static"
sudo yum -y install ppl-static
type: "docs"
How To Uninstall ppl-static on Fedora 36
description: “In this tutorial we learn how to install ppl-static in Fedora 36. ppl-static is Static archives for the Parma Polyhedra Library C and C++ interfaces” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ppl-static-featured.png
Introduction
To uninstall only the ppl-static
package we can use the following command:
In this tutorial we learn how to install ppl-static
on Fedora 36.
sudo dnf remove ppl-static
### What is `ppl-static`
The static archives for the Parma Polyhedra Library C and C++ interfaces.
ppl-static Package Contents on Fedora 36
We can use yum
or dnf
to install ppl-static
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ppl-static.
Install ppl-static on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install ppl-static
using dnf
by running the following command:
sudo dnf -y install ppl-static
Install ppl-static 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-static
using yum
by running the following command:
sudo yum -y install ppl-static
How To Uninstall ppl-static on Fedora 36
To uninstall only the ppl-static
package we can use the following command:
sudo dnf remove ppl-static
ppl-static Package Contents on Fedora 36
/usr/lib64/libppl.a
/usr/lib64/libppl_c.a
References
Summary
In this tutorial we learn how to install ppl-static
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/libppl.a /usr/lib/libppl_c.a
## References
* [ppl-static website](http://www.bugseng.com/ppl)
## Summary
In this tutorial we learn how to install `ppl-static` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).