Table of contents
Overview
This repository provides packaging and integration of character based open source Ascii games for the Asciiville project.
Installation
Download the latest Arch, Debian, or RPM package format release for your platform. If your platform does not support Arch, Debian, or RPM format installs then download the compressed binary distribution archive for your platform and the Install-bin.sh
script.
Arch Linux based installation
Install the package on Arch Linux based systems by executing the command:
sudo pacman -U ./asciigames_1.0.1-2-x86_64.pkg.tar.zst
Debian based installation
Install the package on Debian based systems by executing the commands:
sudo apt update -y
sudo apt install ./asciigames_1.0.1-2.amd64.deb
or, on a Raspberry Pi:
sudo apt update -y
sudo apt install ./asciigames_1.0.1-2.armhf.deb
RPM based installation
Install the package on RPM based systems by executing the command
sudo dnf update -y
sudo dnf localinstall ./asciigames-1.0.1-2.x86_64.rpm
Manual installation
On systems for which the Arch, Debian, or RPM packages will not suffice, install manually by downloading the Install-bin.sh
script and either the gzip'd distribution archive or the zip'd distribution archive. After downloading the installation script and distribution archive, as a user with sudo privilege execute the commands:
chmod 755 Install-bin.sh
sudo ./Install-bin.sh /path/to/asciigames_1.0.1-2.<arch>.tgz
or
sudo ./Install-bin.sh /path/to/asciigames_1.0.1-2.<arch>.zip
Removal
Removal of the package on Arch Linux based systems can be accomplished by issuing the command:
sudo pacman -Rs asciigames
Removal of the package on Debian based systems can be accomplished by issuing the command:
sudo apt remove asciigames
Removal of the package on RPM based systems can be accomplished by issuing the command:
sudo dnf remove asciigames
On systems for which the manual installation was performed using the Install-bin.sh
script, remove Btop manually by downloading the Uninstall-bin.sh
script and, as a user with sudo privilege, execute the commands:
chmod 755 Uninstall-bin.sh
sudo ./Uninstall-bin.sh