Hi,
We’ve been trying to download an older version of afni and we are running into some issues. Following these commands:
cd
curl -O https://afni.nimh.nih.gov/pub/dist/bin/misc/@update.afni.binaries
tcsh @update.afni.binaries -local_package PATH_TO_FILE/linux_ubuntu_16_64.tgz -do_extras
from the afni download page:
https://afni.nimh.nih.gov/pub/dist/doc/htmldoc/background_install/install_instructs/steps_linux_ubuntu20.html#slow-setup-install-afni-binaries
We ran the command tcsh -x -v @update.afni.binaries -local_package afni_tars/AFNI_20.3.05.tgz -do_extras and get the following echo command and verbose outputs in an output file:
– running @update.afni.binaries version 3.21, July 22, 2022
– no current AFNI package found in path…
– install dir: using default ~/abin
– will install from local package file: AFNI_20.3.05.tgz
– any downloads will be from https://afni.nimh.nih.gov via wget
– attempting to install package AFNI_20.3.05 under
install dir: /home/hughes/abin…
– have install dir
deleting old temporary directory…
++ working in new temp dir, .tmp.install
++ getting install prog: wget bin/misc/@update.afni.binaries …
wget https://afni.nimh.nih.gov/pub/dist/bin/misc/@update.afni.binaries
– fixing lost permissions on @update.afni.binaries
++ using updated @update.afni.binaries, instead…
++ running: tcsh tmp.@update.afni.binaries -no_recur -local_package /home/hughes/afni_tars/AFNI_20.3.05.tgz -do_extras
– running tmp.@update.afni.binaries version 3.21, July 22, 2022
– no current AFNI package found in path…
– install dir: using default ~/abin
– will install from local package file: AFNI_20.3.05.tgz
– any downloads will be from https://afni.nimh.nih.gov via wget
– attempting to install package AFNI_20.3.05 under
install dir: /home/hughes/abin…
– have install dir
deleting old temporary directory…
++ working in new temp dir, .tmp.install
– skipping update of tmp.@update.afni.binaries
++ update needed, installing…
++ extracting local package AFNI_20.3.05 from /home/hughes/afni_tars/AFNI_20.3.05.tgz…
++ backing up current binaries to auto_backup.AFNI_20.3.05
deleting previous backup directory, auto_backup.AFNI_20.3.05 …
++ installing new binaries…
If anyone can help us resolve this, we would really appreciate your help!
Thanks!