Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • You can try installing with the Software Install tool, and it will report if there are more dependency problems.

  • To find the dependencies, go to a terminal (since the software tool does not report what dependencies are missing).

    • Open a terminal in Downloads and run the command line install:

Code Block
~$ sudo dpkg -i freesurfer_ubuntu...._amd64.deb   # Use file name of downloaded freesurfer file

Look for names of packages not installed, and install those

...

  • Example:

Code Block
~$ sudo dpkg -i freesurfer_ubuntu...._amd64.deb   # Use file name of downloaded freesurfer file

Look for names of packages not installed, and install those. This is a hunt. Make sure you DO NOT run apt --fix-broken install, as this will remove freesurfer (since it’s “broken” meaning not yet installed)

Code Block
sudo apt-get install -y xorg-dev
sudo apt-get -y install gettext
sudo apt-get -y install csh