History of AFNI updates  

|
February 26, 2019 10:46AM
Hi, Galit-

I see. I am not sure, because I don't know much about the Mint OS, but it appears that the "rebecca" version of it is basically Ubuntu "trusty" (14.04).

So, let's try this:
1) open up /etc/apt/sources.list, which will require sudo permission; any text editor will do, but 'gedit' tends to be a common one on Linux:
sudo gedit /etc/apt/sources.list

2) comment out those 6 lines in that file; that is, put a hash "#" at the start, so that they look like (NB: the AFNI MB is turning the actual link into a hyperlink abbreviation-- find the line with the link to "cran.cnr.berkeley.edu/bin/linux/ubuntu" in that file):
# deb [cran.cnr.berkeley.edu] rebecca/

3) then, below those put the following line into the file (NB: don't use the Message Board hyperlink abbreviation of the real path-- put the actual web address after 'deb'):
deb [cran.cnr.berkeley.edu] trusty/
Save and close the file.

4) I don't know if it would be necessary to remove your current R and reinstall it-- let's just try updating what you have now. Copy+paste the following into a terminal (each might prompt you for your password, or it might remember it from using sudo to open the text file):
a) :
sudo apt-get update
b)
sudo apt-get install -y r-base-dev r-cran-rmpi
sudo apt-get -f install


5) try install the AFNI-specific packages
rPkgsInstall -pkgs ALL -update

... and check your system check again.

--pt



Edited 1 time(s). Last edit at 02/26/2019 10:49AM by ptaylor.
Subject Author Posted

afex and phia not found when running 3dMVM

Galit February 25, 2019 07:03AM

Re: afex and phia not found when running 3dMVM

ptaylor February 25, 2019 07:48AM

Re: afex and phia not found when running 3dMVM

Galit February 25, 2019 08:34AM

Re: afex and phia not found when running 3dMVM

ptaylor February 25, 2019 10:28AM

Re: afex and phia not found when running 3dMVM

Galit February 26, 2019 06:08AM

Re: afex and phia not found when running 3dMVM

ptaylor February 26, 2019 10:46AM

Re: afex and phia not found when running 3dMVM

Galit February 27, 2019 04:59AM

Re: afex and phia not found when running 3dMVM

gang February 27, 2019 10:32AM

Re: afex and phia not found when running 3dMVM

Galit February 28, 2019 05:52AM

Re: afex and phia not found when running 3dMVM

gang February 28, 2019 02:02PM

Re: afex and phia not found when running 3dMVM

Galit March 05, 2019 10:25AM

Re: afex and phia not found when running 3dMVM

ptaylor March 05, 2019 11:45AM