How To Install sc on Fedora 36

In this tutorial we learn how to install sc in Fedora 36. sc is Spreadsheet Calculator

Introduction

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

What is sc

Spreadsheet Calculator is a free curses-based spreadsheet program that uses key bindings similar to vi and less.

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

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

sudo dnf -y install sc

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

sudo yum -y install sc

How To Uninstall sc on Fedora 36

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

sudo dnf remove sc

sc Package Contents on Fedora 36

/usr/bin/psc
/usr/bin/sc
/usr/lib/.build-id
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/fe34e729c36fc901cdbf1a10f43c8d791c2593
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/82978579ebeb9a3c8c13f372810b6b6c2ab696
/usr/share/doc/sc
/usr/share/doc/sc/CHANGES
/usr/share/doc/sc/README
/usr/share/doc/sc/SC.MACROS
/usr/share/doc/sc/TODO
/usr/share/man/man1/psc.1.gz
/usr/share/man/man1/sc.1.gz
/usr/share/sc
/usr/share/sc/tutorial.sc

References

Summary

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