How To Install squirrel on Fedora 36

In this tutorial we learn how to install squirrel in Fedora 36. squirrel is High level imperative/OO programming language

Introduction

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

What is squirrel

Squirrel is a high level imperative/OO programming language, designed to be a powerful scripting tool that fits in the size, memory bandwidth, and real-time requirements of applications like games.

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

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

sudo dnf -y install squirrel

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

sudo yum -y install squirrel

How To Uninstall squirrel on Fedora 36

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

sudo dnf remove squirrel

squirrel Package Contents on Fedora 36

/usr/bin/sq
/usr/lib/.build-id
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/9c400809a0f6128a76f0c5b1ec0c23bda0b87d
/usr/share/doc/squirrel
/usr/share/doc/squirrel/COPYRIGHT
/usr/share/doc/squirrel/HISTORY
/usr/share/doc/squirrel/README

References

Summary

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