How To Install gsim85 on Fedora 34

gsim85 is An 8085 microprocessor simulator

Introduction

In this tutorial we learn how to install gsim85 on Fedora 34.

What is gsim85

It is an 8085 simulator. It is having very user friendly graphical user interface. It can be used to test 8085 programs before actualy implementing them on target board.

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

Install gsim85 on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install gsim85 using dnf by running the following command:

sudo dnf -y install gsim85

Install gsim85 on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install gsim85 using yum by running the following command:

sudo yum -y install gsim85

How To Uninstall gsim85 on Fedora 34

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

sudo dnf remove gsim85

gsim85 Package Contents on Fedora 34

/usr/bin/gsim85
/usr/lib/.build-id
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/e15c7c6d595891c3f51ceb2f85aca2076a5f3c
/usr/share/applications/gsim85.desktop
/usr/share/doc/gsim85
/usr/share/doc/gsim85/AUTHORS
/usr/share/doc/gsim85/ChangeLog
/usr/share/doc/gsim85/NEWS
/usr/share/doc/gsim85/README
/usr/share/gsim85
/usr/share/gsim85/gsim2.rc
/usr/share/gsim85/help
/usr/share/gsim85/help/ascending.sim
/usr/share/gsim85/help/ascending.txt
/usr/share/gsim85/help/use.txt
/usr/share/licenses/gsim85
/usr/share/licenses/gsim85/COPYING
/usr/share/pixmaps/gsim.png
/usr/share/pixmaps/gsim85
/usr/share/pixmaps/gsim85/about.png
/usr/share/pixmaps/gsim85/cbrpoint.xpm
/usr/share/pixmaps/gsim85/ctracker.xpm
/usr/share/pixmaps/gsim85/d.xpm
/usr/share/pixmaps/gsim85/dtracker.xpm
/usr/share/pixmaps/gsim85/extra.xpm
/usr/share/pixmaps/gsim85/find.png
/usr/share/pixmaps/gsim85/gsim.png
/usr/share/pixmaps/gsim85/keypad.png
/usr/share/pixmaps/gsim85/memory.xpm
/usr/share/pixmaps/gsim85/port.xpm
/usr/share/pixmaps/gsim85/r.xpm
/usr/share/pixmaps/gsim85/reg.png
/usr/share/pixmaps/gsim85/run.png
/usr/share/pixmaps/gsim85/s.xpm
/usr/share/pixmaps/gsim85/small-close.xpm
/usr/share/pixmaps/gsim85/source.png
/usr/share/pixmaps/gsim85/step.png

References

Summary

In this tutorial we learn how to install gsim85 on Fedora 34 using yum and dnf.