How to Install and Uninstall lisaac Package on Kali Linux

Last updated: May 10,2024

1. Install "lisaac" package

This guide covers the steps necessary to install lisaac on Kali Linux

$ sudo apt update $ sudo apt install lisaac

2. Uninstall "lisaac" package

This is a short guide on how to uninstall lisaac on Kali Linux:

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

3. Information about the lisaac package on Kali Linux

Package: lisaac
Version: 1:0.39~rc1-3.1
Installed-Size: 1854
Maintainer: Picca Frédéric-Emmanuel
Architecture: amd64
Depends: libc6 (>= 2.2.5), lisaac-common
Recommends: lisaac-doc
Suggests: lisaac-mode
Size: 464456
SHA256: 91fa7172ad437df25b773f29e5a5f4b21711adf06ee60b762cab493dee790b63
SHA1: c2585f9e3b1fad4165b054f0b4eb75d009b98039
MD5sum: c1c2ffbcf8ca027a1c6fbebfd24981d0
Description: 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:
Homepage: http://lisaac.org/
Tag: devel::compiler, implemented-in::c, role::program, use::editing
Section: devel
Priority: optional
Filename: pool/main/l/lisaac/lisaac_0.39~rc1-3.1_amd64.deb