How To Install gnome-tweaks on AlmaLinux 8

In this tutorial we learn how to install gnome-tweaks in AlmaLinux 8. gnome-tweaks is Customize advanced GNOME 3 options

Introduction

In this tutorial we learn how to install gnome-tweaks on AlmaLinux 8.

What is gnome-tweaks

GNOME Tweaks allows adjusting advanced configuration settings in GNOME 3. This includes things like the fonts used in user interface elements, alternative user interface themes, changes in window management behavior, GNOME Shell appearance and extension, etc.

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

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

sudo dnf -y install gnome-tweaks

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

sudo yum -y install gnome-tweaks

How To Uninstall gnome-tweaks on AlmaLinux 8

To uninstall only the gnome-tweaks package we can use the following command:

sudo dnf remove gnome-tweaks

References

Summary

In this tutorial we learn how to install gnome-tweaks on AlmaLinux 8 using yum and dnf.