How To Install DevIL-devel on Fedora 36

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

Introduction

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

What is DevIL-devel

Development files for DevIL

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

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

sudo dnf -y install DevIL-devel

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

sudo yum -y install DevIL-devel

How To Uninstall DevIL-devel on Fedora 36

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

sudo dnf remove DevIL-devel

DevIL-devel Package Contents on Fedora 36

/usr/include/IL
/usr/include/IL/il.h
/usr/include/IL/ilu.h
/usr/include/IL/ilu_region.h
/usr/lib/libIL.so
/usr/lib/libILU.so
/usr/lib/pkgconfig/IL.pc
/usr/lib/pkgconfig/ILU.pc
/usr/share/info/DevIL_manual.info.gz

References

Summary

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


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

Introduction

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

What is DevIL-devel

Development files for DevIL

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

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

sudo dnf -y install DevIL-devel

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

sudo yum -y install DevIL-devel

How To Uninstall DevIL-devel on Fedora 36

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

sudo dnf remove DevIL-devel

DevIL-devel Package Contents on Fedora 36

/usr/include/IL
/usr/include/IL/il.h
/usr/include/IL/ilu.h
/usr/include/IL/ilu_region.h
/usr/lib64/libIL.so
/usr/lib64/libILU.so
/usr/lib64/pkgconfig/IL.pc
/usr/lib64/pkgconfig/ILU.pc
/usr/share/info/DevIL_manual.info.gz

References

Summary

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