Install snaphu
Installing snaphu package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install snaphu
snaphu package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | snaphu |
version | 1.4.2-2 |
description | Statistical-Cost, Network-Flow Algorithm for 2D Phase Unwrapping |
subsection | science |
website | stanford.edu / group / radar / … / snaphu / |
maintainer | Debian GIS Project |
Uninstall snaphu
To remove just snaphu package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove snaphu
Uninstall snaphu and it’s dependent packages
To remove the snaphu package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove snaphu
Purging snaphu
If you also want to delete configuration and/or data files of snaphu from Debian Sid then this will work:
sudo apt-get purge snaphu
To delete configuration and/or data files of snaphu and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove snaphu