Cheap VPS & Xen Server


Residential Proxy Network - Hourly & Monthly Packages

How to install montage on Debian Unstable (Sid)


Install montage

Installing montage package on Debian Unstable (Sid) is as easy as running the following command on terminal:

sudo apt-get update
sudo apt-get install montage

montage package information

distro Debian Unstable (Sid)
section Main
name montage
version 4.0+dfsg-3+b1
description Toolkit for assembling FITS images into mosaics
subsection science
website montage.ipac.caltech.edu
maintainer Debian Astronomy Maintainers

Uninstall montage

To remove just montage package itself from Debian Unstable (Sid) execute on terminal:

sudo apt-get remove montage

Uninstall montage and it’s dependent packages

To remove the montage package and any other dependant package which are no longer needed from Debian Sid.

sudo apt-get remove --auto-remove montage

Purging montage

If you also want to delete configuration and/or data files of montage from Debian Sid then this will work:

sudo apt-get purge montage

To delete configuration and/or data files of montage and it’s dependencies from Debian Sid then execute:

sudo apt-get purge --auto-remove montage

 

Comments

comments