How To Install gyazo on Fedora 36

In this tutorial we learn how to install gyazo in Fedora 36. gyazo is Screen capture (screenshot) tool

Introduction

In this tutorial we learn how to install gyazo on Fedora 36.

What is gyazo

Seriously Instant Screen-Grabbing (screenshot) Gyazo lets you instantly grab the screen and upload the image to the web. You can easily share them on Chat, Twitter, Blog, Tumblr, etc.

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

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

sudo dnf -y install gyazo

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

sudo yum -y install gyazo

How To Uninstall gyazo on Fedora 36

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

sudo dnf remove gyazo

gyazo Package Contents on Fedora 36

/usr/bin/gyazo
/usr/share/applications/gyazo.desktop
/usr/share/doc/gyazo
/usr/share/doc/gyazo/README.md
/usr/share/licenses/gyazo
/usr/share/licenses/gyazo/copyright
/usr/share/man/man1/gyazo.1.gz
/usr/share/pixmaps/gyazo.png
/usr/share/ruby/gyazo
/usr/share/ruby/gyazo/gyazo.rb

References

Summary

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