How to Install and Uninstall tcl-sugar Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "tcl-sugar" package

This guide covers the steps necessary to install tcl-sugar on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install tcl-sugar

2. Uninstall "tcl-sugar" package

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

$ sudo apt remove tcl-sugar $ sudo apt autoclean && sudo apt autoremove

3. Information about the tcl-sugar package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: tcl-sugar
Priority: extra
Section: universe/interpreters
Installed-Size: 88
Maintainer: Ubuntu Developers
Original-Maintainer: Andrew Shadura
Architecture: all
Version: 0.1-1
Depends: tcl (>= 8.4)
Filename: pool/universe/t/tcl-sugar/tcl-sugar_0.1-1_all.deb
Size: 32118
MD5sum: 11d5f3d3735c28fc6c80813ad2a27198
SHA1: eac2ae9d2481b8debbd71e153d0f06b4093043a1
SHA256: 98de7544977f7470ea6eb3efb2b4543957f5914323ae6d0d64665119a2343789
Description-en: Lisp-like macro system for Tcl
Sugar is a macro system for the Tcl programming language, with a design
very similar to Lisp macros. It provides a way to create Tcl procedures
using the [sugar::proc] command instead of the normal Tcl [proc] command,
and a way to define macros that are expanded inline when the procedure is
created.
Description-md5: 96653214da65c0083e997d6125431e06
Homepage: http://wiki.tcl.tk/11155
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu