How To Install 64tass on Fedora 36
Introduction
In this tutorial we learn how to install 64tass
on Fedora 36.
What is 64tass
64tass is a multi-pass optimizing macro assembler for the 65xx series of processors. It supports the 6502, 65C02, R65C02, W65C02, 65CE02, 65816, DTV, and 65EL02, using a syntax similar to that of Omicron TASS and TASM.
We can use yum
or dnf
to install 64tass
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install 64tass.
Install 64tass 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 64tass
using dnf
by running the following command:
sudo dnf -y install 64tass
Install 64tass 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 64tass
using yum
by running the following command:
sudo yum -y install 64tass
How To Uninstall 64tass on Fedora 36
To uninstall only the 64tass
package we can use the following command:
sudo dnf remove 64tass
64tass Package Contents on Fedora 36
/usr/bin/64tass
/usr/lib/.build-id
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/950ab6bc7fc2c088b87ea09e7ef9a44f2c9f08
/usr/share/doc/64tass
/usr/share/doc/64tass/LICENSE-GPL-2.0
/usr/share/doc/64tass/LICENSE-LGPL-2.0
/usr/share/doc/64tass/LICENSE-LGPL-2.1
/usr/share/doc/64tass/LICENSE-my_getopt
/usr/share/doc/64tass/README.html
/usr/share/man/man1/64tass.1.gz
References
Summary
In this tutorial we learn how to install 64tass
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).