How To Install pmars on Fedora 36

In this tutorial we learn how to install pmars in Fedora 36. pmars is Portable corewar system with ICWS'94 extensions

Introduction

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

What is pmars

pMARS is a Memory Array Redcode Simulator (MARS) for corewar. * portable, run it on your Mac at home or VAX at work * free and comes with source * core displays for DOS, Mac and UNIX * implements a new redcode dialect, ICWS'94, while remaining compatible with ICWS'88 * powerful redcode extensions * one of the fastest simulators written in a high level language * full-featured, programmable debugger * runs the automated tournament “KotH” at http http

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

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

sudo dnf -y install pmars

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

sudo yum -y install pmars

How To Uninstall pmars on Fedora 36

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

sudo dnf remove pmars

pmars Package Contents on Fedora 36

/usr/bin/pmars
/usr/lib/.build-id
/usr/lib/.build-id/78
/usr/lib/.build-id/78/c0a224b33a426fb8b5aedd6e1a6e58d4db6555
/usr/share/doc/pmars
/usr/share/doc/pmars/AUTHORS
/usr/share/doc/pmars/CONTRIB
/usr/share/doc/pmars/COPYING
/usr/share/doc/pmars/ChangeLog
/usr/share/doc/pmars/README
/usr/share/doc/pmars/config
/usr/share/doc/pmars/config/94x.opt
/usr/share/doc/pmars/config/icws.opt
/usr/share/doc/pmars/config/mw.mac
/usr/share/doc/pmars/config/pmars.mac
/usr/share/doc/pmars/config/x.opt
/usr/share/doc/pmars/doc
/usr/share/doc/pmars/doc/Makefile
/usr/share/doc/pmars/doc/corewar-faq.html
/usr/share/doc/pmars/doc/makedoc.ex
/usr/share/doc/pmars/doc/primer.94
/usr/share/doc/pmars/doc/primer.cdb
/usr/share/doc/pmars/doc/redcode.ref
/usr/share/doc/pmars/doc/whatsnew.080
/usr/share/doc/pmars/warriors
/usr/share/doc/pmars/warriors/aeka.red
/usr/share/doc/pmars/warriors/flashpaper.red
/usr/share/doc/pmars/warriors/pspace.red
/usr/share/doc/pmars/warriors/rave.red
/usr/share/doc/pmars/warriors/validate.red
/usr/share/man/man6/pmars.6.gz

References

Summary

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