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

Last updated: May 18,2024

1. Install "tklib" package

In this section, we are going to explain the necessary steps to install tklib on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install tklib

2. Uninstall "tklib" package

In this section, we are going to explain the necessary steps to uninstall tklib on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove tklib $ sudo apt autoclean && sudo apt autoremove

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

Package: tklib
Priority: optional
Section: universe/interpreters
Installed-Size: 4954
Maintainer: Ubuntu Developers
Original-Maintainer: Sergei Golovan
Architecture: all
Version: 0.6-2
Depends: tk (>= 8.6.0-2) | wish
Recommends: tcllib (>= 1.11)
Filename: pool/universe/t/tklib/tklib_0.6-2_all.deb
Size: 1011656
MD5sum: f5f2293b182ec15d4ab5ed3d5b9fa304
SHA1: 38c647cd708745c9e1dd291d6de79188b72664e3
SHA256: 334d3a8ea6b5d73aa4cd2dcdc747aea9de4c1f070829513802c514f0c462ae6e
Description-en: standard Tk Library
Tklib, the standard Tk library, is a collection of common utility
functions and widgets all written in pure Tcl/Tk.
.
Modules included:
autoscroll: automatically maps scrollbars when they are needed;
canvas: provides a canvas with map background based on square tiles;
chatwidget: a composite widget for chat applications;
controlwidget: widgets for displaying and controlling numerical values;
crosshair: provides commands to (de)activate and track crosshairs;
on canvas widgets;
ctext: a text widget with syntax highlighting support;
cursor: provides a few cursor routines;
datefield: an entry widget for the purpose of date entry;
Diagrams: helps drawing diagrams, like flowcharts;
getstring: a dialog which prompts for a string input;
history: provides a history for mechanism for entry widgets;
ico: provides functions for reading and writing windows icons;
ipentry: a widget for the entering of an IP address;
khim: provides key bindings for entering international
characters on a keyboard that does not support them;
mentry: a multi-entry widget;
menubar: creates and manipulates menubars;
ntext: provides alternative bindings for the Text widget;
Plotchart: provides simple plotting and charting commands;
style: provides simple theming using Tk options;
swaplist: a dialog which allows one to move options between two lists;
tablelist: a multicolumn listbox widget;
tkpiechart: 2D or 3D pie chart object in a canvas;
tooltip: provides tooltips for Tk widgets;
wcb: widget callbacks;
widget: a set of megawidgets based on snit system;
widgetl: a widget for entry of ordered and unordered lists;
widgetv: a widget validator.
Description-md5: 73b200bbc5b37256131ae7dff560282c
Homepage: http://core.tcl.tk/tklib/home
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu