How to Install and Uninstall maude Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 03,2024

1. Install "maude" package

Please follow the instructions below to install maude on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install maude

2. Uninstall "maude" package

Please follow the guidelines below to uninstall maude on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove maude $ sudo apt autoclean && sudo apt autoremove

3. Information about the maude package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: maude
Priority: optional
Section: universe/science
Installed-Size: 2315
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: amd64
Version: 2.7-1
Depends: libbdd0c2, libc6 (>= 2.16), libgcc1 (>= 1:3.0), libgmp10, libgmpxx4ldbl, libsigsegv2 (>= 2.9), libstdc++6 (>= 5.2), libtecla1
Filename: pool/universe/m/maude/maude_2.7-1_amd64.deb
Size: 773018
MD5sum: 211ac876e336ad3d58cc4cc64d538e72
SHA1: 4cdb7b1a48379dc07481f7c831c0fa1ffcfd66a5
SHA256: a0040a2841ebb1ee2921037107d2d28cc473fb17574d2894db1c068a17645fa7
Description-en: high-performance logical framework
Maude is a high-performance reflective language and system supporting
both equational and rewriting logic specification and programming for
a wide range of applications. Maude has been influenced in important
ways by the OBJ3 language, which can be regarded as an equational
logic sublanguage. Besides supporting equational specification and
programming, Maude also supports rewriting logic computation.
.
Rewriting logic is a logic of concurrent change that can naturally
deal with state and with concurrent computations. It has good
properties as a general semantic framework for giving executable
semantics to a wide range of languages and models of concurrency. In
particular, it supports very well concurrent object-oriented
computation. The same reasons making rewriting logic a good semantic
framework make it also a good logical framework, that is, a metalogic
in which many other logics can be naturally represented and executed.
.
Maude supports in a systematic and efficient way logical
reflection. This makes Maude remarkably extensible and powerful,
supports an extensible algebra of module composition operations, and
allows many advanced metaprogramming and metalanguage
applications. Indeed, some of the most interesting applications of
Maude are metalanguage applications, in which Maude is used to create
executable environments for different logics, theorem provers,
languages, and models of computation.
.
Maude is of interest to the biomedical community for modeling and
analysis of biological systems.
Description-md5: ccc32fb1bab14fc17d812e62b5294862
Homepage: http://maude.cs.uiuc.edu
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu