Hey AFNI folks,
I see installation instructions for Ubuntu 20, but the latest version is 22. I just bought some new Linux workstations for my lab and figured it made sense to start from a clean install of the latest version of Ubuntu. I was hoping the AFNI installation instructions for version 20 would work, but I’m running into errors. Following these instructions: https://afni.nimh.nih.gov/pub/dist/doc/htmldoc/background_install/install_instructs/steps_linux_ubuntu20.html
all was well until I got to this line:
sudo apt-get install -y tcsh xfonts-base libssl-dev \
python-is-python3 \
python3-matplotlib python3-numpy \
gsl-bin netpbm gnome-tweak-tool \
libjpeg62 xvfb xterm vim curl \
gedit evince eog \
libglu1-mesa-dev libglw1-mesa \
libxm4 build-essential \
libcurl4-openssl-dev libxml2-dev \
libgfortran-8-dev libgomp1 \
gnome-terminal nautilus \
gnome-icon-theme-symbolic \
firefox xfonts-100dpi \
r-base-dev cmake \
libgdal-dev libopenblas-dev \
libnode-dev libudunits2-dev \
libgfortran4
Here is the corresponding output:
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
Note, selecting ‘adwaita-icon-theme-full’ instead of ‘gnome-icon-theme-symbolic’
Package gnome-tweak-tool is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
gnome-tweaks
E: Package ‘gnome-tweak-tool’ has no installation candidate
E: Unable to locate package libgfortran-8-dev
E: Unable to locate package libgfortran4
I’d appreciate any suggestions/pointers.