How To Install xdg-user-dirs-gtk on AlmaLinux 8

In this tutorial we learn how to install xdg-user-dirs-gtk in AlmaLinux 8. xdg-user-dirs-gtk is Gnome integration of special directories

Introduction

In this tutorial we learn how to install xdg-user-dirs-gtk on AlmaLinux 8.

What is xdg-user-dirs-gtk

Contains some integration of xdg-user-dirs with the gnome desktop, including creating default bookmarks and detecting locale changes.

We can use yum or dnf to install xdg-user-dirs-gtk on AlmaLinux 8. In this tutorial we discuss both methods but you only need to choose one of method to install xdg-user-dirs-gtk.

Install xdg-user-dirs-gtk on AlmaLinux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install xdg-user-dirs-gtk using dnf by running the following command:

sudo dnf -y install xdg-user-dirs-gtk

Install xdg-user-dirs-gtk on AlmaLinux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install xdg-user-dirs-gtk using yum by running the following command:

sudo yum -y install xdg-user-dirs-gtk

How To Uninstall xdg-user-dirs-gtk on AlmaLinux 8

To uninstall only the xdg-user-dirs-gtk package we can use the following command:

sudo dnf remove xdg-user-dirs-gtk

References

Summary

In this tutorial we learn how to install xdg-user-dirs-gtk on AlmaLinux 8 using yum and dnf.