How to Install and Uninstall agda-bin Package on Kali Linux

Last updated: May 17,2024

1. Install "agda-bin" package

This is a short guide on how to install agda-bin on Kali Linux

$ sudo apt update $ sudo apt install agda-bin

2. Uninstall "agda-bin" package

This is a short guide on how to uninstall agda-bin on Kali Linux:

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

3. Information about the agda-bin package on Kali Linux

Package: agda-bin
Source: agda (2.6.3-1)
Version: 2.6.3-1+b2
Installed-Size: 68294
Maintainer: Debian Haskell Group
Architecture: amd64
Depends: libc6 (>= 2.34), libffi8 (>= 3.4), libgmp10 (>= 2:6.3.0+dfsg), libtinfo6 (>= 6), zlib1g (>= 1:1.1.4), libghc-agda-dev (<< 2.6.3+~), libghc-agda-dev (>= 2.6.3)
Suggests: elpa-agda2-mode
Size: 10253960
SHA256: 55ed80670d55189235dc302f6c8a17cd21d6de320e26b0901ed3430d69fde51c
SHA1: c8166d5c742054faba3993868bc9a33fa7b6d549
MD5sum: 3de5bca5093169a421519667f7ac23de
Description: 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:
Homepage: https://wiki.portal.chalmers.se/agda/
Tag: devel::testing-qa, interface::commandline, role::program,
uitoolkit::ncurses
Section: haskell
Priority: optional
Filename: pool/main/a/agda/agda-bin_2.6.3-1+b2_amd64.deb