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

Last updated: May 19,2024

1. Install "jimsh" package

Here is a brief guide to show you how to install jimsh on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install jimsh

2. Uninstall "jimsh" package

This guide covers the steps necessary to uninstall jimsh on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove jimsh $ sudo apt autoclean && sudo apt autoremove

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

Package: jimsh
Priority: extra
Section: universe/devel
Installed-Size: 457
Maintainer: Ubuntu Developers
Original-Maintainer: Didier Raboud
Architecture: amd64
Source: jimtcl
Version: 0.76-1
Depends: libc6 (>= 2.3.4), libjim0.76 (>= 0.73)
Filename: pool/universe/j/jimtcl/jimsh_0.76-1_amd64.deb
Size: 141626
MD5sum: 932b470ba0154a18cdc6d4e3714c028b
SHA1: 02a0f3897cdb20cfd5a90fd6b9856b4f4351f54d
SHA256: cbc9650d51dd81ba8ca21f452cf3bfd6e554cdd42237ed989f8040077854cca2
Description-en: small-footprint implementation of Tcl named Jim
Jim is an opensource small-footprint implementation of the Tcl programming
language. It implements a large subset of Tcl and adds new features like
references with garbage collection, closures, built-in Object Oriented
Programming system, Functional Programming commands, first-class arrays and
UTF-8 support. All this with a binary size of about 100-200kB (depending upon
selected options).
.
This package provides the Jim interactive shell.
Description-md5: 6b5a1520e0b66f6d1f9c036b86aab837
Homepage: http://jim.tcl.tk/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu