How To Install gsim85 on Fedora 36
Introduction
In this tutorial we learn how to install gsim85
on Fedora 36.
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 36. In this tutorial we discuss both methods but you only need to choose one of method to install gsim85.
Install gsim85 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 gsim85
using dnf
by running the following command:
sudo dnf -y install gsim85
Install gsim85 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 gsim85
using yum
by running the following command:
sudo yum -y install gsim85
How To Uninstall gsim85 on Fedora 36
To uninstall only the gsim85
package we can use the following command:
sudo dnf remove gsim85
gsim85 Package Contents on Fedora 36
/usr/bin/gsim85
/usr/lib/.build-id
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/e58415718bc02ec4dfef3464a42162b6ac64d5
/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 36 using yum and [dnf]((/fedora/36/dnf/).