How to Install and Uninstall agda-bin Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "agda-bin" package

Please follow the step by step instructions below to install agda-bin on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install agda-bin

2. Uninstall "agda-bin" package

This guide covers the steps necessary to uninstall agda-bin on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove agda-bin $ sudo apt autoclean && sudo apt autoremove

3. Information about the agda-bin package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: agda-bin
Priority: optional
Section: universe/haskell
Installed-Size: 35907
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: agda
Version: 2.4.2.5-1build1
Depends: libc6 (>= 2.15), libffi6 (>= 3.0.4), libgmp10, libtinfo5 (>= 6), zlib1g (>= 1:1.1.4)
Recommends: libghc-agda-dev (>= 2.4.2.5), libghc-agda-dev (<< 2.4.2.5+~)
Suggests: agda-mode
Filename: pool/universe/a/agda/agda-bin_2.4.2.5-1build1_amd64.deb
Size: 4803616
MD5sum: 42921b8825de64ab5191f5e46ee12ed1
SHA1: cd6878ac7b510a9577abd00e39ca747cbf8f1b74
SHA256: b0ed268e4976324aac00526478fea9b39fa0dd627b5b613bd9ea83cecb68c7e8
Description-en: commandline interface to Agda
Agda is a dependently typed functional programming language: It has inductive
families, which are like Haskell's GADTs, but they can be indexed by values and
not just types. It also has parameterised modules, mixfix operators, Unicode
characters, and an interactive Emacs interface (the type checker can assist in
the development of your code).
.
Agda is also a proof assistant: It is an interactive system for writing and
checking proofs. Agda is based on intuitionistic type theory, a foundational
system for constructive mathematics developed by the Swedish logician Per
Martin-Löf. It has many similarities with other proof assistants based on
dependent types, such as Coq, Epigram and NuPRL.
.
This package provides a command-line program for type-checking and compiling
Agda programs. The program can also generate hyperlinked, highlighted HTML
files from Agda sources.
Description-md5: f8e26d204d9ccc3a3cfdad460ae35595
Homepage: http://wiki.portal.chalmers.se/agda/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu