Version 6 of info library

Updated 2014-05-24 15:39:22 by RLE

info library returns the name of the library directory in which standard Tcl scripts are stored. This is actually the value of the tcl_library variable and may be changed by setting tcl_library. See the tclvars manual entry for more information.

List installed packages

msubbareddy 2010-08-03 14:27:14:

List the installed libraries on Linux tcl platform as teacup does on Windows ActiveTcl:

ls -l [list [file dirname [info library]]]

See Also

info