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

Last updated: May 20,2024

1. Install "lisaac" package

Please follow the guidelines below to install lisaac on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install lisaac

2. Uninstall "lisaac" package

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

$ sudo apt remove lisaac $ sudo apt autoclean && sudo apt autoremove

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

Package: lisaac
Priority: optional
Section: universe/devel
Installed-Size: 2230
Maintainer: Ubuntu Developers
Original-Maintainer: Picca Frédéric-Emmanuel
Architecture: amd64
Version: 1:0.39~rc1-3
Depends: libc6 (>= 2.4), lisaac-common
Recommends: lisaac-doc
Suggests: lisaac-mode
Filename: pool/universe/l/lisaac/lisaac_0.39~rc1-3_amd64.deb
Size: 440948
MD5sum: 529516a47cf3bfa706ccb73dbc436943
SHA1: a47ad2eaff7a152ba18a64c502ef5430c0217c3b
SHA256: 15a7f290c7ba9d072546219b7851af8377cdf852354fba28caeae431f729dff1
Description-en: Object-oriented language based on prototype
Lisaac is a small prototype-based programming language. The ideas in
Lisaac are mostly inspired by Smalltalk (all values are objects), Self
(prototype-based) and Eiffel (design by contract). It has the following
features:
.
* pure object language
* very fast (like C code)
* dynamic and multiple inheritance
* dynamic definition slots
* static typing (invariant)
* generic types
* auto-cast type system
* programming by contract
* interrupt manager
* include C code facilities
Description-md5: f84fce0ac8da944a6d5059d2490f4957
Homepage: http://lisaac.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu