How to Install and Uninstall ats-lang-anairiats Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "ats-lang-anairiats" package

Please follow the instructions below to install ats-lang-anairiats on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ats-lang-anairiats

2. Uninstall "ats-lang-anairiats" package

Please follow the guidance below to uninstall ats-lang-anairiats on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ats-lang-anairiats $ sudo apt autoclean && sudo apt autoremove

3. Information about the ats-lang-anairiats package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ats-lang-anairiats
Priority: optional
Section: universe/devel
Installed-Size: 7144
Maintainer: Ubuntu Developers
Original-Maintainer: Matthew Danish
Architecture: amd64
Version: 0.2.11-1
Depends: libc6 (>= 2.14), libgmp10
Recommends: libgmp3-dev, libpcre3-dev, libsdl1.2-dev, libgtk2.0-dev, libcairo2-dev
Suggests: ats-lang-anairiats-examples, ats-lang-anairiats-doc, ats2-lang
Filename: pool/universe/a/ats-lang-anairiats/ats-lang-anairiats_0.2.11-1_amd64.deb
Size: 1347416
MD5sum: 1db6b92a35ab2976d223c3507d9c356b
SHA1: f75baffc493f9f8f8caad1a0083e044e71eadae8
SHA256: 3b91e9771b8db773ce9a07a72f5d2660b5f473b6d2ad0d374baa0bb7a8b83eea
Description-en: Legacy ATS v1 language compiler, named Anairiats
ATS is a programming language with a highly expressive type system
rooted in the framework Applied Type System. In particular, both
dependent types and linear types are available in ATS. The current
implementation of ATS (ATS/Anairiats) is written in ATS itself. It
can be as efficient as C/C++ and supports a variety of programming
paradigms.
.
In addition, ATS contains a component ATS/LF that supports a form of
(interactive) theorem proving, where proofs are constructed as total
functions. With this component, ATS advocates a programming style
that combines programming with theorem proving. Furthermore, this
component may be used as a logical framework to encode various
deduction systems and their (meta-)properties.
.
This package contains the compiler atsopt, the frontend atscc, and
the lexer atslex.
.
This is the final release of ATS1. Please migrate your code to ATS2/Postiats,
the compiler frontend patscc (patsopt), in the package ats2-lang. This
package is for legacy code and bootstrapping purposes.
Description-md5: 26b1e6d0ce976285a37e07e6a856de0b
Homepage: http://www.ats-lang.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu