How To Install ppl-devel on Fedora 36
Introduction
In this tutorial we learn how to install ppl-devel
on Fedora 36.
What is ppl-devel
The header files, Autoconf macro and minimal documentation for developing applications using the Parma Polyhedra Library through its C and C++ interfaces.
title: “How To Install ppl-devel on Fedora 36”
linkTitle: “ppl-devel”
We can use yum
or dnf
to install ppl-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ppl-devel.
type: “docs”
description: “In this tutorial we learn how to install ppl-devel in Fedora 36. ppl-devel is Development tools for the Parma Polyhedra Library C and C++ interfaces”
Install ppl-devel on Fedora 36 Using dnf
date: “2022-08-17”
lastmod: “2022-08-17”
Update yum database with dnf
using the following command.
#image: /images/fedora/36/ppl-devel-featured.png
---
sudo dnf makecache --refresh
Introduction
In this tutorial we learn how to install ppl-devel
on Fedora 36.
After updating yum database, We can install ppl-devel
using dnf
by running the following command:
### What is `ppl-devel`
sudo dnf -y install ppl-devel
Install ppl-devel 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-devel
using yum
by running the following command:
sudo yum -y install ppl-devel
How To Uninstall ppl-devel on Fedora 36
To uninstall only the ppl-devel
package we can use the following command:
sudo dnf remove ppl-devel
ppl-devel Package Contents on Fedora 36
> The header files, Autoconf macro and minimal documentation for developing applications using the Parma Polyhedra Library through its C and C++ interfaces.
We can use `yum` or `dnf` to install `ppl-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ppl-devel.
## Install ppl-devel 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-devel
using dnf
by running the following command:
sudo dnf -y install ppl-devel
Install ppl-devel 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-devel
using yum
by running the following command:
sudo yum -y install ppl-devel
How To Uninstall ppl-devel on Fedora 36
To uninstall only the ppl-devel
package we can use the following command:
sudo dnf remove ppl-devel
ppl-devel Package Contents on Fedora 36
/usr/include/ppl-i386.hh
/usr/include/ppl.hh
/usr/include/ppl_c-i386.h
/usr/include/ppl_c.h
/usr/lib/libppl.so
/usr/lib/libppl_c.so
/usr/share/aclocal/ppl.m4
/usr/share/aclocal/ppl_c.m4
/usr/share/man/man3/libppl.3.gz
/usr/share/man/man3/libppl_c.3.gz
References
Summary
In this tutorial we learn how to install ppl-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/include/ppl-x86_64.hh /usr/include/ppl.hh /usr/include/ppl_c-x86_64.h /usr/include/ppl_c.h /usr/lib64/libppl.so /usr/lib64/libppl_c.so /usr/share/aclocal/ppl.m4 /usr/share/aclocal/ppl_c.m4 /usr/share/man/man3/libppl.3.gz /usr/share/man/man3/libppl_c.3.gz
## References
* [ppl-devel website](http://www.bugseng.com/ppl)
## Summary
In this tutorial we learn how to install `ppl-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).