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

Last updated: May 15,2024

1. Install "mysqltcl" package

This is a short guide on how to install mysqltcl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install mysqltcl

2. Uninstall "mysqltcl" package

Here is a brief guide to show you how to uninstall mysqltcl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove mysqltcl $ sudo apt autoclean && sudo apt autoremove

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

Package: mysqltcl
Priority: optional
Section: universe/libs
Installed-Size: 78
Maintainer: Ubuntu Developers
Original-Maintainer: Sven Hoexter
Architecture: amd64
Version: 3.052-1build1
Depends: libc6 (>= 2.4), libmysqlclient20 (>= 5.7.11), tcl (>= 8.6.0-2)
Filename: pool/universe/m/mysqltcl/mysqltcl_3.052-1build1_amd64.deb
Size: 33752
MD5sum: ffc11383adc0a82799966da06c8a2bf5
SHA1: c19a59d00841011a265102c5c4e30310679bf359
SHA256: 2809d2a18549ca70a89c95d60c0668f7ab76a5b282e1a4aaf4d9412650decb05
Description-en: interface to the MySQL database for the Tcl language
The mysqltcl package provides a Tcl interface to the MySQL database system.
Within Tcl you've a range of Tcl commands and a global Tcl array available
to access the database server.
Written in C mysqltcl uses the official MySQL C-API so that almost all
Tcl commands correspond to MySQL C-API functions.
Description-md5: 1312ef0a336e015912b49c9a9766c1de
Homepage: http://www.xdobry.de/mysqltcl/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu