How To Install i3-devel on Fedora 36

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

Introduction

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

What is i3-devel

Header files for i3.

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

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

sudo dnf -y install i3-devel

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

sudo yum -y install i3-devel

How To Uninstall i3-devel on Fedora 36

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

sudo dnf remove i3-devel

i3-devel Package Contents on Fedora 36

/usr/include/i3
/usr/include/i3/ipc.h
/usr/share/licenses/i3-devel
/usr/share/licenses/i3-devel/LICENSE

References

Summary

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


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

Introduction

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

What is i3-devel

Header files for i3.

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

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

sudo dnf -y install i3-devel

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

sudo yum -y install i3-devel

How To Uninstall i3-devel on Fedora 36

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

sudo dnf remove i3-devel

i3-devel Package Contents on Fedora 36

/usr/include/i3
/usr/include/i3/ipc.h
/usr/share/licenses/i3-devel
/usr/share/licenses/i3-devel/LICENSE

References

Summary

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