Install montage-gridtools
Installing montage-gridtools package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install montage-gridtools
montage-gridtools package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | montage-gridtools |
version | 4.0+dfsg-3+b1 |
description | Create files to run montage on the grid |
subsection | science |
website | montage.ipac.caltech.edu |
maintainer | Debian Astronomy Maintainers |
Uninstall montage-gridtools
To remove just montage-gridtools package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove montage-gridtools
Uninstall montage-gridtools and it’s dependent packages
To remove the montage-gridtools package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove montage-gridtools
Purging montage-gridtools
If you also want to delete configuration and/or data files of montage-gridtools from Debian Sid then this will work:
sudo apt-get purge montage-gridtools
To delete configuration and/or data files of montage-gridtools and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove montage-gridtools