Install vmtk
Installing vmtk package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install vmtk
vmtk package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | vmtk |
version | 1.0.1-3 |
description | the Vascular Modeling Toolkit |
subsection | science |
website | vmtk.org |
maintainer | Debian Science Team |
Uninstall vmtk
To remove just vmtk package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove vmtk
Uninstall vmtk and it’s dependent packages
To remove the vmtk package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove vmtk
Purging vmtk
If you also want to delete configuration and/or data files of vmtk from Debian Sid then this will work:
sudo apt-get purge vmtk
To delete configuration and/or data files of vmtk and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove vmtk