How To Install sjasm on Fedora 36

In this tutorial we learn how to install sjasm in Fedora 36. sjasm is A z80 cross assembler

Introduction

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

What is sjasm

SjASM is a two pass macro Z80 cross assembler

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

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

sudo dnf -y install sjasm

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

sudo yum -y install sjasm

How To Uninstall sjasm on Fedora 36

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

sudo dnf remove sjasm

sjasm Package Contents on Fedora 36

/usr/bin/sjasm
/usr/lib/.build-id
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/6e6903e3e8bf61972c1b65300db42872100df7
/usr/share/doc/sjasm
/usr/share/doc/sjasm/sjasm.txt

References

Summary

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