How to Install libtcl8.6 software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install libtcl8.6 software package in Ubuntu 14.04 LTS (Trusty Tahr)

libtcl8.6 software package provides Tcl (the Tool Command Language) v8.6 - run-time library files, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install libtcl8.6 

libtcl8.6 is installed in your system.

Make ensure the libtcl8.6 package were installed using the commands given below,

$ sudo dpkg-query -l | grep libtcl8.6 *

You will get with libtcl8.6 package name, version, architecture and description in a table

libtcl8.6 package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Libraries
Package libtcl8.6
Version 8.6.1-4ubuntu1
Description Tcl (the Tool Command Language) v8.6 - run-time library files
Sub Section libs


See Also, How to uninstall or remove libtcl8.6 software package from Ubuntu 14.04 LTS (Trusty Tahr)?