2014-04-11 15:34 GMT+02:00 David Soto <[email protected]>: > hi, I am running Jessie on a thinkpad t440 > I have installed neurodebian, I've done > > wget -O- http://neuro.debian.net/lists/jessie.de-md.libre | sudo tee > /etc/apt/sources.list.d/neurodebian.sources.list > sudo apt-key adv --recv-keys --keyserver pgp.mit.edu 2649A5A9 > [snip] > > BUT then when I do > sudo apt-get install fsl-5.0 > > I get these Es > > Reading package lists... Done > Building dependency tree > Reading state information... Done > E: Unable to locate package fsl-5.0 > > E: Couldn't find any package by regex 'fsl-5.0'
Hi David, could you please try the following (as root): wget http://neuro.debian.net/lists/jessie.de-md.libre mv jessie.de-md.libre /etc/apt/sources.list.d/neurodebian.sources.list sudo apt-key adv --recv-keys --keyserver pgp.mit.edu 2649A5A9 Hope this helps, Lorenzo -- "If you think the problem is bad now, just wait until we've solved it." _______________________________________________ Neurodebian-users mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/neurodebian-users
