Install mysqltcl
Installing mysqltcl package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mysqltcl
mysqltcl package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mysqltcl |
version | 3.052-1 |
description | interface to the MySQL database for the Tcl language |
subsection | database |
website | xdobry.de / mysqltcl / |
maintainer | Sven Hoexter |
Uninstall mysqltcl
To remove just mysqltcl package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mysqltcl
Uninstall mysqltcl and it’s dependent packages
To remove the mysqltcl package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mysqltcl
Purging mysqltcl
If you also want to delete configuration and/or data files of mysqltcl from Debian Sid then this will work:
sudo apt-get purge mysqltcl
To delete configuration and/or data files of mysqltcl and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mysqltcl