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

Last updated: May 06,2024

1. Install "agda-stdlib-doc" package

Please follow the guidelines below to install agda-stdlib-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install agda-stdlib-doc

2. Uninstall "agda-stdlib-doc" package

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

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

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

Package: agda-stdlib-doc
Priority: extra
Section: universe/doc
Installed-Size: 21419
Maintainer: Ubuntu Developers
Original-Maintainer: Iain Lane
Architecture: all
Source: agda-stdlib
Version: 0.11-1
Suggests: agda-stdlib
Filename: pool/universe/a/agda-stdlib/agda-stdlib-doc_0.11-1_all.deb
Size: 1265062
MD5sum: c6c1f7c1ea3f078ca977b59e65b24bce
SHA1: d2e410624a682e72df246d9f30ff95c8f9577549
SHA256: ab0e964896ab874ec3b3440ad0d7abba95c790afd00e0b97459664e206c8800d
Description-en: standard library for Agda — documentation
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 hyperlinked library documentation.
Description-md5: fd3b8a8baa471f456e06046d5280b6e7
Homepage: http://wiki.portal.chalmers.se/agda/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu