Comment 4 for bug 1032971

Revision history for this message
Mike Schmitgen (mike-michael-schmitgen) wrote :

I also got the error but I managed to fix it on my machines:

First I realised, that
"wget -O- http://neuro.debian.net/lists/precise.de-md | sudo tee /etc/apt/sources.list.d/neurodebian.sources.list
sudo apt-key adv --recv-keys --keyserver pgp.mit.edu 2649A5A9" (as recommended on http://neuro.debian.net/index.html)
left a blank neurodebian.sources.list. So I copied my working Lucid-entries and replaced "lucid" by "precise":
"deb http://apsy.gse.uni-magdeburg.de/debian data main contrib non-free
# deb-src http://apsy.gse.uni-magdeburg.de/debian data main contrib non-free
deb http://apsy.gse.uni-magdeburg.de/debian precise main contrib non-free
# deb-src http://apsy.gse.uni-magdeburg.de/debian precise main contrib non-free"
after that I did:
"sudo apt-get update"
"sudo apt-get install neurodebian-keyring"
"sudo apt-get update"
"sudo apt-get install fsl"

...worked for me, hope it helps.