How To Install gnome-screenshot on AlmaLinux 8

In this tutorial we learn how to install gnome-screenshot in AlmaLinux 8. gnome-screenshot is A screenshot utility for GNOME

Introduction

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

What is gnome-screenshot

gnome-screenshot lets you take pictures of your screen.

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

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

sudo dnf -y install gnome-screenshot

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

sudo yum -y install gnome-screenshot

How To Uninstall gnome-screenshot on AlmaLinux 8

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

sudo dnf remove gnome-screenshot

References

Summary

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