<div dir="ltr">root@admin1-HP-Z400-Workstation:~# apt-key list | grep -B1 -A3 neuro<br>uid                  NeuroDebian Archive Key <<a href="mailto:pkg-exppsy-maintainers@lists.alioth.debian.org">pkg-exppsy-maintainers@lists.alioth.debian.org</a>><br>uid                  <a href="http://neuro.debian.net">neuro.debian.net</a> archive <<a href="mailto:michael.hanke@gmail.com">michael.hanke@gmail.com</a>><br>uid                  <a href="http://apsy.gse.uni-magdeburg.de">apsy.gse.uni-magdeburg.de</a> Debian Archive <<a href="mailto:michael.hanke@gmail.com">michael.hanke@gmail.com</a>><br>sub   2048g/2A2A68E9 2006-04-11<br><br>root@admin1-HP-Z400-Workstation:~# apt-get install -y fsl-5.0-core fsl-feeds<br>Reading package lists... Done<br>Building dependency tree       <br>Reading state information... Done<br>The following additional packages will be installed:<br>  fsl-5.0-eddy-nonfree<br>Suggested packages:<br>  fsl-5.0-gpu octave mriconvert | dicomnifti fsl-complete condor | gridengine-client<br>The following NEW packages will be installed:<br>  fsl-5.0-core fsl-5.0-eddy-nonfree fsl-feeds<br>0 upgraded, 3 newly installed, 0 to remove and 23 not upgraded.<br>Need to get 0 B/292 MB of archives.<br>After this operation, 328 MB of additional disk space will be used.<br>WARNING: The following packages cannot be authenticated!<br>  fsl-5.0-core fsl-5.0-eddy-nonfree fsl-feeds<br>E: There were unauthenticated packages and -y was used without --allow-unauthenticated<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 30, 2018 at 11:28 PM, Yaroslav Halchenko <span dir="ltr"><<a href="mailto:debian@onerussian.com" target="_blank">debian@onerussian.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
On Tue, 30 Jan 2018, Bennet Fauber wrote:<br>
<br>
> I get this message when installing FSL.<br>
<br>
> $ sudo apt-get install -y fsl-5.0-core fsl-feeds<br>
> Reading package lists... Done<br>
> Building dependency tree<br>
> Reading state information... Done<br>
> The following additional packages will be installed:<br>
>   fsl-5.0-eddy-nonfree<br>
> Suggested packages:<br>
>   fsl-5.0-gpu octave mriconvert | dicomnifti fsl-complete condor<br>
>   | gridengine-client<br>
> The following NEW packages will be installed:<br>
>   fsl-5.0-core fsl-5.0-eddy-nonfree fsl-feeds<br>
> 0 upgraded, 3 newly installed, 0 to remove and 23 not upgraded.<br>
> Need to get 0 B/292 MB of archives.<br>
> After this operation, 328 MB of additional disk space will be used.<br>
> WARNING: The following packages cannot be authenticated!<br>
>   fsl-5.0-core fsl-5.0-eddy-nonfree fsl-feeds<br>
> E: There were unauthenticated packages and -y was used without<br>
> --allow-unauthenticated<br>
<br>
smells like you do not have neurodebian apt key installed/enabled<br>
<br>
apt-key list<br>
should have<br>
<br>
/etc/apt/trusted.gpg.d/<wbr>neurodebian.gpg<br>
------------------------------<wbr>--------<br>
pub   1024D/2649A5A9 2006-04-11<br>
uid                  NeuroDebian Archive Key <<a href="mailto:pkg-exppsy-maintainers@lists.alioth.debian.org">pkg-exppsy-maintainers@lists.<wbr>alioth.debian.org</a>><br>
uid                  <a href="http://neuro.debian.net" rel="noreferrer" target="_blank">neuro.debian.net</a> archive <<a href="mailto:michael.hanke@gmail.com">michael.hanke@gmail.com</a>><br>
uid                  <a href="http://apsy.gse.uni-magdeburg.de" rel="noreferrer" target="_blank">apsy.gse.uni-magdeburg.de</a> Debian Archive <<a href="mailto:michael.hanke@gmail.com">michael.hanke@gmail.com</a>><br>
sub   2048g/2A2A68E9 2006-04-11<br>
<br>
<br>
if not -- on xenial<br>
<br>
apt-get install neurodebian-archive-keyring=0.<wbr>37.2<br>
<br>
should install it, and then run apt-get update<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Yaroslav O. Halchenko<br>
Center for Open Neuroscience     <a href="http://centerforopenneuroscience.org" rel="noreferrer" target="_blank">http://<wbr>centerforopenneuroscience.org</a><br>
Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755<br>
Phone: +1 (603) 646-9834                       Fax: +1 (603) 646-1419<br>
WWW:   <a href="http://www.linkedin.com/in/yarik" rel="noreferrer" target="_blank">http://www.linkedin.com/in/<wbr>yarik</a><br>
</font></span></blockquote></div><br></div>