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

Last updated: September 20,2024

1. Install "agda-stdlib" package

Here is a brief guide to show you how to install agda-stdlib on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install agda-stdlib

2. Uninstall "agda-stdlib" package

Please follow the instructions below to uninstall agda-stdlib on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: agda-stdlib
Priority: extra
Section: universe/libs
Installed-Size: 22849
Maintainer: Ubuntu Developers
Original-Maintainer: Iain Lane
Architecture: all
Version: 0.11-1
Depends: libghc-agda-dev (>= 2.4.2.4), libghc-agda-dev (<< 2.5.0~)
Filename: pool/universe/a/agda-stdlib/agda-stdlib_0.11-1_all.deb
Size: 17502462
MD5sum: 125c4c7481a155ee1d7c5f713d4a77b1
SHA1: 7e5f1f35a4c713a06875f73ae1b7a224cc2430f4
SHA256: 9b96c8c49fef99f840c5ea8426bcfcf5b25474f3348d40610031371f8dc0fd21
Description-en: standard library for 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.
.
The Agda standard library contains modules for many common data structures and
proof patterns. Modules provided include:
- Algebra: Specifying and reasoning about abstract algebraic structures
- Category: Using idioms from category theory to structure functional programs
- Coinduction: Support for programming coindutively
- Data: Data types and properties about data types
- Foreign: Relating to the foreign function interface
- Induction: A general framework for induction
- IO: Input/output related functions
- Level: Universe levels
- Relations: Properties of and proofs about relations
- Size: Sizes used by the sized types mechanism
.
This package contains the complete library.
Description-md5: c45346ed5a4053d9d174e9325e0d533b
Enhances: agda-mode
Homepage: http://wiki.portal.chalmers.se/agda/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu