How To Install xed-devel on Fedora 36

In this tutorial we learn how to install xed-devel in Fedora 36. xed-devel is Files needed to develop plugins for xed

Introduction

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

What is xed-devel

This package contains files needed to develop plugins for xed.

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

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

sudo dnf -y install xed-devel

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

sudo yum -y install xed-devel

How To Uninstall xed-devel on Fedora 36

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

sudo dnf remove xed-devel

xed-devel Package Contents on Fedora 36

/usr/include/xed
/usr/include/xed/xed-app-activatable.h
/usr/include/xed/xed-app.h
/usr/include/xed/xed-commands.h
/usr/include/xed/xed-debug.h
/usr/include/xed/xed-document.h
/usr/include/xed/xed-encodings-combo-box.h
/usr/include/xed/xed-file-chooser-dialog.h
/usr/include/xed/xed-message-bus.h
/usr/include/xed/xed-message-type.h
/usr/include/xed/xed-message.h
/usr/include/xed/xed-notebook.h
/usr/include/xed/xed-panel.h
/usr/include/xed/xed-progress-info-bar.h
/usr/include/xed/xed-searchbar.h
/usr/include/xed/xed-statusbar.h
/usr/include/xed/xed-tab.h
/usr/include/xed/xed-view-activatable.h
/usr/include/xed/xed-view.h
/usr/include/xed/xed-window-activatable.h
/usr/include/xed/xed-window.h
/usr/lib64/pkgconfig/xed.pc
/usr/share/xed/gir-1.0
/usr/share/xed/gir-1.0/Xed-1.0.gir

References

Summary

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