How to Install and Uninstall zork.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 18,2024

1. Install "zork.x86_64" package

Here is a brief guide to show you how to install zork.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install zork.x86_64

2. Uninstall "zork.x86_64" package

Please follow the guidance below to uninstall zork.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove zork.x86_64 $ sudo dnf autoremove

3. Information about the zork.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 9:09:13 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : zork
Version : 1.0.3
Release : 1.el8
Architecture : x86_64
Size : 163 k
Source : zork-1.0.3-1.el8.src.rpm
Repository : epel
Summary : Public Domain original DUNGEON game (Zork I)
URL : https://github.com/devshane/zork
License : Public Domain
Description : Public Domain source code to the original DUNGEON game (Zork I). Released to
: the PD by Infocom. Includes source files, headers, and information.
:
: This version of Dungeon was modified from FORTRAN to C. The original was
: written in DEC FORTRAN, translated from MDL. It was then translated to f77 for
: UN*X systems, from which it was translated to C. The C translation was done
: with the help of f2c, the FORTRAN to C translator written by David Gay (AT&T
: Bell Labs), Stu Feldman (Bellcore), Mark Maimone (Carnegie-Mellon University),
: and Norm Schryer (AT&T Bell Labs).