How To Install scratch-image on Fedora 36

In this tutorial we learn how to install scratch-image in Fedora 36. scratch-image is The Scratch programming environment

Introduction

In this tutorial we learn how to install scratch-image on Fedora 36.

What is scratch-image

Scratch is a programming language that makes it easy to create your own interactive stories, animations, games, music, and art – and share your creations on the web. This package contains the core Scratch programming environment.

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

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

sudo dnf -y install scratch-image

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

sudo yum -y install scratch-image

How To Uninstall scratch-image on Fedora 36

To uninstall only the scratch-image package we can use the following command:

sudo dnf remove scratch-image

scratch-image Package Contents on Fedora 36

/usr/share/licenses/scratch-image
/usr/share/licenses/scratch-image/LICENSE
/usr/share/licenses/scratch-image/gpl-2.0.txt
/usr/share/scratch
/usr/share/scratch/Scratch.image
/usr/share/scratch/Scratch.ini

References

Summary

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