How To Install screengrab on CentOS 7

In this tutorial we learn how to install screengrab on CentOS 7. screengrab is Screen grabber

Introduction

In this tutorial we learn how to install screengrab on CentOS 7.

What is screengrab

This is a crossplatform application designed to quickly get screenshots ScreenGrab created using the Qt Framework. Main features * Get desktop screenshots * Get active window screenshots * Get secreenshots of desktop selection area * Copy screenshot to clipboard * Saving your image files in formats PNG or JPEG or BMP * Ability to set delay in getting screenshots (from 1 to 90 seconds) * Hiding the main window (with recovery) ScreenGrab at the time of the screenshot * Ability to minimize application to system tray, and control via context menu * Getting screenshots using global shortcuts * Auto-save screenshot when received * Ability to insert the current date and time in filename and save

We can use yum or dnf to install screengrab on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install screengrab.

Install screengrab on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install screengrab using yum by running the following command:

sudo yum -y install screengrab

Install screengrab on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

After updating yum database, We can install screengrab using dnf by running the following command:

sudo dnf -y install screengrab

How To Uninstall screengrab on CentOS 7

To uninstall only the screengrab package we can use the following command:

sudo dnf remove screengrab

References

Summary

In this tutorial we learn how to install screengrab on CentOS 7 using yum and dnf.