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

Last updated: May 06,2024

1. Install "agda-mode" package

This guide covers the steps necessary to install agda-mode on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install agda-mode

2. Uninstall "agda-mode" package

This is a short guide on how to uninstall agda-mode on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: agda-mode
Priority: optional
Section: universe/misc
Installed-Size: 221
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: agda
Version: 2.4.2.5-1build1
Depends: emacs | emacsen, agda-bin (>= 2.4.2.5-1build1), agda-bin (<< 2.4.2.5-1build1.1~), libghc-agda-dev (>= 2.4.2.5-1build1), libghc-agda-dev (<< 2.4.2.5-1build1.1~)
Filename: pool/universe/a/agda/agda-mode_2.4.2.5-1build1_all.deb
Size: 37272
MD5sum: f08dc824aab02a3687b9b9eeb69655c3
SHA1: 7cda99f8a6e7cff6d37ced32ca49c8a83d7a3000
SHA256: 8d5f750653efc0dfa03a458c9e6ead43539db5c1daa69e5528fb7f2d012155a3
Description-en: dependently typed functional programming language — emacs mode
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 contains the emacs interactive development mode for Agda. This
mode is the preferred way to write Agda code, and offers features such as
iterative development, refinement, case analysis and so on.
Description-md5: 7cfcb4a5e7415e1476d23d2fd002910b
Homepage: http://wiki.portal.chalmers.se/agda/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu