How to Install and Uninstall ucblogo Package on Kali Linux

Last updated: April 29,2024

1. Install "ucblogo" package

Please follow the steps below to install ucblogo on Kali Linux

$ sudo apt update $ sudo apt install ucblogo

2. Uninstall "ucblogo" package

This guide let you learn how to uninstall ucblogo on Kali Linux:

$ sudo apt remove ucblogo $ sudo apt autoclean && sudo apt autoremove

3. Information about the ucblogo package on Kali Linux

Package: ucblogo
Version: 6.2.4-1
Installed-Size: 2734
Maintainer: Barak A. Pearlmutter
Architecture: amd64
Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), libwxbase3.2-1 (>= 3.2.2+dfsg), libwxgtk3.2-1 (>= 3.2.1+dfsg-2)
Size: 998512
SHA256: 7cd0e7b24fce2242fd496325c1c764a39947f55f7ab72a22b314f8c8fbc0081b
SHA1: e66a0a49777d9b1e94bb7f43f17396d6783f16ad
MD5sum: 00fd558f0407489cb96614761394ca9a
Description: dialect of lisp using turtle graphics famous for teaching kids
This is the UC Berkeley implementation of logo written primarily by
Daniel Van Blerkom, Brian Harvey, Michael Katz, and Douglas Orleans. This
version of logo is featured in Brian Harvey's book
_Computer_Science_Logo_Style, _Volume_1: _Symbolic_Computing_
(ISBN 0-262-58151-5). This version provides the following special features:
.
- Random-access arrays.
- Variable number of inputs to user-defined procedures.
- Mutators for list structure (dangerous).
- Pause on error, and other improvements to error handling.
- Comments and continuation lines; formatting is preserved when
procedure definitions are saved or edited.
- Terrapin-style tokenization (e.g., [2+3] is a list with one member)
but LCSI-style syntax (no special forms except TO). The best of
both worlds.
- First-class instruction and expression templates.
- Macros.
Description-md5:
Homepage: https://people.eecs.berkeley.edu/~bh/logo.html
Tag: interface::commandline, role::program, scope::utility,
uitoolkit::ncurses, uitoolkit::wxwidgets, works-with::software:source
Section: devel
Priority: optional
Filename: pool/main/u/ucblogo/ucblogo_6.2.4-1_amd64.deb