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

Last updated: April 29,2024

1. Install "ucblogo" package

Please follow the guidance below to install ucblogo on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ucblogo

2. Uninstall "ucblogo" package

Please follow the steps below to uninstall ucblogo on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ucblogo
Priority: optional
Section: universe/devel
Installed-Size: 2116
Maintainer: Ubuntu Developers
Original-Maintainer: Debian QA Group
Architecture: amd64
Version: 5.5-3
Depends: libc6 (>= 2.14), libtinfo5 (>= 6), libx11-6
Filename: pool/universe/u/ucblogo/ucblogo_5.5-3_amd64.deb
Size: 581250
MD5sum: 18240f09def4589afa36f575bc7a0c8e
SHA1: c6a1bc4bd09837f4fb2f7167f9f1350ecaa3fd17
SHA256: a9e822827edad526f94d850fe3aad3837463d31312c89b5dcc8f3339ec3bdea8
Description-en: 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: 99e89cc64ba7189b05a6892726ddc53b
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu