How To Install xfce4-dev-tools on Fedora 36

In this tutorial we learn how to install xfce4-dev-tools in Fedora 36. xfce4-dev-tools is Xfce developer tools

Introduction

In this tutorial we learn how to install xfce4-dev-tools on Fedora 36.

What is xfce4-dev-tools

This package contains common tools required by Xfce developers and people that want to build Xfce from SVN.

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

Install xfce4-dev-tools 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 xfce4-dev-tools using dnf by running the following command:

sudo dnf -y install xfce4-dev-tools

Install xfce4-dev-tools 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 xfce4-dev-tools using yum by running the following command:

sudo yum -y install xfce4-dev-tools

How To Uninstall xfce4-dev-tools on Fedora 36

To uninstall only the xfce4-dev-tools package we can use the following command:

sudo dnf remove xfce4-dev-tools

xfce4-dev-tools Package Contents on Fedora 36

/usr/bin/xdt-autogen
/usr/bin/xdt-csource
/usr/bin/xfce-build
/usr/bin/xfce-do-release
/usr/bin/xfce-get-release-notes
/usr/bin/xfce-get-translations
/usr/bin/xfce-update-news
/usr/lib/.build-id
/usr/lib/.build-id/93
/usr/lib/.build-id/93/75cb63d2569b44d6ca43ad0a52e25b55f1731b
/usr/share/aclocal/xdt-depends.m4
/usr/share/aclocal/xdt-features.m4
/usr/share/aclocal/xdt-i18n.m4
/usr/share/aclocal/xdt-version.m4
/usr/share/doc/xfce4-dev-tools
/usr/share/doc/xfce4-dev-tools/AUTHORS
/usr/share/doc/xfce4-dev-tools/ChangeLog
/usr/share/doc/xfce4-dev-tools/HACKING
/usr/share/doc/xfce4-dev-tools/NEWS
/usr/share/licenses/xfce4-dev-tools
/usr/share/licenses/xfce4-dev-tools/COPYING
/usr/share/man/man1/xdt-csource.1.gz

References

Summary

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