History of AFNI updates  

|
March 28, 2017 10:14PM
Hi-

Yes, we need to update the build instructions for the newest LTS Ubuntu 16.04.

1. To install libXp, start by opening /etc/apt/sources.list (which probably requires opening the file with 'sudo'), add the following line:
deb [security.ubuntu.com] precise-security main

... then install via:
sudo apt update
sudo apt install libxp6

2. Other things to install:
sudo apt-get install -y libglu1-mesa-dev
sudo apt-get install libxm4

3. Installing GSL:
sudo apt-get install -y libgsl0-dev
sudo apt-get install -y gsl-bin

4. Setting up link for GSL. Check the output of:
find /usr/lib -name "libgsl*"
... If one of the things that shows up is:
/usr/lib/x86_64-linux-gnu/libgsl.so
Then you can enter the following:
sudo ln -s /usr/lib/x86_64-linux-gnu/libgsl.so /usr/lib/libgsl.so.0

And then you can run the system check again.

Let us know how it goes.

--pt
Subject Author Posted

Can't install R on Ubuntu 16.04

nheugel March 28, 2017 07:05PM

Re: Can't install R on Ubuntu 16.04

ptaylor March 28, 2017 10:14PM

Re: Can't install R on Ubuntu 16.04

nheugel March 29, 2017 11:02AM

Re: Can't install R on Ubuntu 16.04

ptaylor March 29, 2017 11:28AM

Re: Can't install R on Ubuntu 16.04

nheugel March 29, 2017 11:59AM

Re: Can't install R on Ubuntu 16.04

yl148 August 07, 2018 05:57PM

Re: Can't install R on Ubuntu 16.04

rick reynolds August 09, 2018 09:12AM

Re: Can't install R on Ubuntu 16.04

rosaann August 13, 2018 08:40AM

Re: Can't install R on Ubuntu 16.04

ptaylor August 13, 2018 09:23AM