How To Install xapps-devel on Fedora 36

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

Introduction

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

What is xapps-devel

Development libraries and header files for developing XApp apps.

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

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

sudo dnf -y install xapps-devel

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

sudo yum -y install xapps-devel

How To Uninstall xapps-devel on Fedora 36

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

sudo dnf remove xapps-devel

xapps-devel Package Contents on Fedora 36

/usr/include/xapp
/usr/include/xapp/libxapp
/usr/include/xapp/libxapp/xapp-favorites.h
/usr/include/xapp/libxapp/xapp-gtk-window.h
/usr/include/xapp/libxapp/xapp-icon-chooser-button.h
/usr/include/xapp/libxapp/xapp-icon-chooser-dialog.h
/usr/include/xapp/libxapp/xapp-kbd-layout-controller.h
/usr/include/xapp/libxapp/xapp-monitor-blanker.h
/usr/include/xapp/libxapp/xapp-preferences-window.h
/usr/include/xapp/libxapp/xapp-stack-sidebar.h
/usr/include/xapp/libxapp/xapp-status-icon-monitor.h
/usr/include/xapp/libxapp/xapp-status-icon.h
/usr/include/xapp/libxapp/xapp-statusicon-interface.h
/usr/include/xapp/libxapp/xapp-style-manager.h
/usr/include/xapp/libxapp/xapp-util.h
/usr/lib64/libxapp.so
/usr/lib64/pkgconfig/xapp.pc
/usr/share/gir-1.0/XApp-1.0.gir
/usr/share/glade/catalogs/xapp-glade-catalog.xml
/usr/share/vala/vapi/xapp.deps
/usr/share/vala/vapi/xapp.vapi

References

Summary

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