How to Install inform in Ubuntu 18.04



Install inform by entering the following commands in the terminal:

sudo apt update
sudo apt install inform

Description:

story file compiler for the Inform interactive fiction language (v6)

Inform is an object-oriented language for text adventure games which are commonly known as "interactive fiction". The story files are compiled into a special form of bytecode (Z-code) which can then be run by Z-code interpreters that exist for a multitude of operating systems. . This package contains: * the Inform compiler * the Inform standard library * several user-supplied extensions and modules

Homepage: http://inform-fiction.org/

Version: 6.31.1+dfsg-2

Section: multiverse/devel