Install triangle-bin
Installing triangle-bin package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install triangle-bin
triangle-bin package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | triangle-bin |
version | 1.6-2 |
description | High-quality 2-D mesh generator binary programs |
subsection | science |
website | cs.cmu.edu / ~quake / triangle.html |
maintainer | Adam C. Powell, IV |
Uninstall triangle-bin
To remove just triangle-bin package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove triangle-bin
Uninstall triangle-bin and it’s dependent packages
To remove the triangle-bin package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove triangle-bin
Purging triangle-bin
If you also want to delete configuration and/or data files of triangle-bin from Debian Sid then this will work:
sudo apt-get purge triangle-bin
To delete configuration and/or data files of triangle-bin and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove triangle-bin