gnuchessu

Plays a game of chess, either against the user or against itself

Debian Debian
RUN apt-get update && \ apt-get install -y gnuchess
Ubuntu
RUN apt-get update && \ apt-get install -y gnuchess
Alpine
RUN apk add gnuchess
Arch Arch Linux
RUN pacman -S --noconfirm gnuchess
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y gnuchess
CentOS
RUN yum install -y gnuchess
Fedora
RUN dnf install -y gnuchess
Raspbian
RUN apt-get update && \ apt-get install -y gnuchess
click the source code to copy install gnuchessu on any operating system with command-not-found.com