su apt-get update apt-get install tcsh
su ln -s /export/iraf /iraf cd /iraf/iraf install --systemThis (among other things) puts a host of link into /usr/local/bin
su cd /usr/local/bin ln -s /iraf/iraf/vendor/x11iraf/bin.linux/xgterm ln -s /iraf/iraf/vendor/x11iraf/bin.linux/ximtool ln -s /iraf/iraf/vendor/x11iraf/bin.linux/ism_wcspix.e
mkdir iraf mkiraf clThis seems to work as it should, and some old buggy "mirror" package is available. My next task will be to replace that with the new one that I have built.
apt-cache search ds9 funtools - Minimal buy-in FITS utility package libfuntools-dev - Minimal buy-in FITS library (development files) libfuntools1 - Minimal buy-in FITS library tcl-funtools - Minimal buy-in FITS library (Tcl interface) python-pyds9 - Communication with the ds9 image display program saods9 - Image display tool for astronomy saods9-data - Image display tool for astronomy (shared data) saods9-doc - Image display tool for astronomy (help files/documentation)I have been warned that older DS9 versions have some trouble interacting with IRAF, so once I get this installed, I need to see what version it is and ponder whether to get a newer one if such is available.
apt-get install saods9It fails looking for some package in jessie-backports named "liberfa1". This will require more work, and perhaps a whole system upgrade to a newer Debian than Jessie. This is:
ERFA is a C library containing key algorithms for astronomy, and is based on the SOFA library published by the International Astronomical Union (IAU)The DS9 version it was trying to install is/was "saods9 amd64 7.3.2+repack-1+b1".
Tom's home page / tom@mmto.org