How To Install ppl-gprolog on Fedora 36

In this tutorial we learn how to install ppl-gprolog in Fedora 36. ppl-gprolog is The GNU Prolog interface of the Parma Polyhedra Library

Introduction

In this tutorial we learn how to install ppl-gprolog on Fedora 36.

What is ppl-gprolog

This package adds GNU Prolog support to the Parma Polyhedra Library (PPL). Install this package if you want to use the library in GNU Prolog programs.

We can use yum or dnf to install ppl-gprolog on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ppl-gprolog.

Install ppl-gprolog 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-gprolog using dnf by running the following command:

sudo dnf -y install ppl-gprolog

Install ppl-gprolog on Fedora 36 Using yum

Update yum database with yum using the following command.

---
title: "How To Install ppl-gprolog on Fedora 36"
linkTitle: "ppl-gprolog"
type: "docs"
description: "In this tutorial we learn how to install ppl-gprolog in Fedora 36. ppl-gprolog is The GNU Prolog interface of the Parma Polyhedra Library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/ppl-gprolog-featured.png
---

## Introduction

In this tutorial we learn how to install `ppl-gprolog` on Fedora 36.

### What is `ppl-gprolog`

> This package adds GNU Prolog support to the Parma Polyhedra Library (PPL). Install this package if you want to use the library in GNU Prolog programs.  

sudo yum makecache --refresh

We can use yum or dnf to install ppl-gprolog on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ppl-gprolog.

After updating yum database, We can install ppl-gprolog using yum by running the following command:

Install ppl-gprolog on Fedora 36 Using dnf

sudo yum -y install ppl-gprolog
Update yum database with `dnf` using the following command.

How To Uninstall ppl-gprolog on Fedora 36


sudo dnf makecache --refresh
To uninstall only the `ppl-gprolog` package we can use the following command:
sudo dnf remove ppl-gprolog
After updating yum database, We can install `ppl-gprolog` using `dnf` by running the following command:
## ppl-gprolog Package Contents on Fedora 36
sudo dnf -y install ppl-gprolog

## Install ppl-gprolog on Fedora 36 Using yum

Update yum database with `yum` using the following command.

```bash
sudo yum makecache --refresh

After updating yum database, We can install ppl-gprolog using yum by running the following command:

sudo yum -y install ppl-gprolog

How To Uninstall ppl-gprolog on Fedora 36

To uninstall only the ppl-gprolog package we can use the following command:

sudo dnf remove ppl-gprolog

ppl-gprolog Package Contents on Fedora 36

/usr/bin/ppl_gprolog
/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/fe0b715b06056914ea76d042212e2c76b82258
/usr/lib/.build-id/de
/usr/lib/.build-id/de/197373dd3c98f8aeadec4f9ac3dc45b4381a19
/usr/lib/ppl/libppl_gprolog.so
/usr/share/doc/ppl-gprolog
/usr/share/doc/ppl-gprolog/README.gprolog
/usr/share/ppl/ppl_gprolog.pl

References

Summary

In this tutorial we learn how to install ppl-gprolog on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/bin/ppl_gprolog /usr/lib/.build-id /usr/lib/.build-id/69 /usr/lib/.build-id/69/dc4dfbe6233a576ea565a6b3433414a47b7f56 /usr/lib/.build-id/95 /usr/lib/.build-id/95/bf6ab4103752dfb49468186a6989e73c180c82 /usr/lib64/ppl/libppl_gprolog.so /usr/share/doc/ppl-gprolog /usr/share/doc/ppl-gprolog/README.gprolog /usr/share/ppl/ppl_gprolog.pl


## References

* [ppl-gprolog website](http://www.bugseng.com/ppl)

## Summary

In this tutorial we learn how to install `ppl-gprolog` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).