How To Install scratch on Fedora 36
Introduction
In this tutorial we learn how to install scratch
on Fedora 36.
What is scratch
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. As young people create and share Scratch projects, they learn important mathematical and computational ideas, while also learning to think creatively, reason systematically, and work collaboratively. This package brings in all of the various subpackages which comprise the full Scratch distribution.
We can use yum
or dnf
to install scratch
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install scratch.
Install scratch 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
using dnf
by running the following command:
sudo dnf -y install scratch
Install scratch 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
using yum
by running the following command:
sudo yum -y install scratch
How To Uninstall scratch on Fedora 36
To uninstall only the scratch
package we can use the following command:
sudo dnf remove scratch
scratch Package Contents on Fedora 36
/usr/bin/scratch
/usr/lib/udev/rules.d/50-wedo.rules
/usr/share/appdata/scratch.appdata.xml
/usr/share/applications/scratch.desktop
/usr/share/doc/scratch
/usr/share/doc/scratch/ACKNOWLEDGEMENTS
/usr/share/doc/scratch/KNOWN-BUGS
/usr/share/doc/scratch/NOTICE
/usr/share/icons/hicolor/128x128/apps/scratch.png
/usr/share/icons/hicolor/128x128/mimetypes/gnome-mime-application-x-scratch-project.png
/usr/share/icons/hicolor/48x48/apps/scratch.png
/usr/share/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-scratch-project.png
/usr/share/licenses/scratch
/usr/share/licenses/scratch/LICENSE
/usr/share/licenses/scratch/TRADEMARK_POLICY
/usr/share/licenses/scratch/gpl-2.0.txt
/usr/share/man/man1/scratch.1.gz
/usr/share/mime/packages/scratch.xml
References
Summary
In this tutorial we learn how to install scratch
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).