How To Install pl-devel on Fedora 36

In this tutorial we learn how to install pl-devel in Fedora 36. pl-devel is Development files for SWI Prolog

Introduction

In this tutorial we learn how to install pl-devel on Fedora 36.

What is pl-devel

Development files for SWI Prolog.

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

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

sudo dnf -y install pl-devel

Install pl-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 pl-devel using yum by running the following command:

sudo yum -y install pl-devel

How To Uninstall pl-devel on Fedora 36

To uninstall only the pl-devel package we can use the following command:

sudo dnf remove pl-devel

pl-devel Package Contents on Fedora 36

---
title: "How To Install pl-devel on Fedora 36"
linkTitle: "pl-devel"
type: "docs"
description: "In this tutorial we learn how to install pl-devel in Fedora 36. pl-devel is Development files for SWI Prolog"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/pl-devel-featured.png
---

## Introduction

In this tutorial we learn how to install `pl-devel` on Fedora 36.

### What is `pl-devel`

> Development files for SWI Prolog.  

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

## Install pl-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 pl-devel using dnf by running the following command:

/usr/lib/cmake/swipl /usr/lib/cmake/swipl/SWIPLConfig.cmake /usr/lib/cmake/swipl/SWIPLConfigVersion.cmake /usr/lib/cmake/swipl/SWIPLTargets-release.cmake /usr/lib/cmake/swipl/SWIPLTargets.cmake /usr/lib/swipl-8.4.2/include /usr/lib/swipl-8.4.2/include/SWI-Prolog.h /usr/lib/swipl-8.4.2/include/SWI-Stream.h /usr/lib/swipl-8.4.2/include/SWI-cpp.h /usr/lib/swipl-8.4.2/include/sicstus /usr/lib/swipl-8.4.2/include/sicstus/sicstus.h /usr/lib/swipl-8.4.2/lib/i686-linux/libswipl.so /usr/share/pkgconfig/swipl.pc

sudo dnf -y install pl-devel

Install pl-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 `pl-devel` using `yum` by running the following command:
## References


```bash
* [pl-devel website](https://www.swi-prolog.org/)

sudo yum -y install pl-devel
## Summary

How To Uninstall pl-devel on Fedora 36

In this tutorial we learn how to install pl-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/). To uninstall only the pl-devel package we can use the following command:

sudo dnf remove pl-devel

pl-devel Package Contents on Fedora 36

/usr/lib64/cmake/swipl
/usr/lib64/cmake/swipl/SWIPLConfig.cmake
/usr/lib64/cmake/swipl/SWIPLConfigVersion.cmake
/usr/lib64/cmake/swipl/SWIPLTargets-release.cmake
/usr/lib64/cmake/swipl/SWIPLTargets.cmake
/usr/lib64/swipl-8.4.2/include
/usr/lib64/swipl-8.4.2/include/SWI-Prolog.h
/usr/lib64/swipl-8.4.2/include/SWI-Stream.h
/usr/lib64/swipl-8.4.2/include/SWI-cpp.h
/usr/lib64/swipl-8.4.2/include/sicstus
/usr/lib64/swipl-8.4.2/include/sicstus/sicstus.h
/usr/lib64/swipl-8.4.2/lib/x86_64-linux/libswipl.so
/usr/share/pkgconfig/swipl.pc

References

Summary

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