How to Install and Uninstall inform Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 03,2024

1. Install "inform" package

Please follow the instructions below to install inform on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install inform

2. Uninstall "inform" package

Learn how to uninstall inform on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove inform $ sudo apt autoclean && sudo apt autoremove

3. Information about the inform package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: inform
Priority: optional
Section: multiverse/devel
Installed-Size: 1286
Maintainer: Ubuntu Developers
Original-Maintainer: Ben Finney
Architecture: amd64
Version: 6.31.1+dfsg-2
Depends: libc6 (>= 2.14)
Recommends: zcode-interpreter
Suggests: inform-mode, inform-docs
Filename: pool/multiverse/i/inform/inform_6.31.1+dfsg-2_amd64.deb
Size: 478022
MD5sum: 1ff08ef95d4bb82882e6652deb1dd47d
SHA1: 0deab334788a5f0ed1140d7981da02977aba3c5e
SHA256: 1cadab4a5009ce004fd313b1a15c0d1cb019a9baaaab13d0bf900935599c1b33
Description-en: 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
Description-md5: 7da92c1bba6d10aa7858f4d527a4f5ee
Homepage: http://inform-fiction.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu