Install newt-tcl
Installing newt-tcl package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install newt-tcl
newt-tcl package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | newt-tcl |
version | 0.52.18-3 |
description | NEWT module for Tcl |
subsection | interpreters |
website | fedorahosted.org / newt / |
maintainer | Alastair McKinstry |
Uninstall newt-tcl
To remove just newt-tcl package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove newt-tcl
Uninstall newt-tcl and it’s dependent packages
To remove the newt-tcl package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove newt-tcl
Purging newt-tcl
If you also want to delete configuration and/or data files of newt-tcl from Debian Sid then this will work:
sudo apt-get purge newt-tcl
To delete configuration and/or data files of newt-tcl and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove newt-tcl