My verson of Raspbian Jessie is 4.1.13+ based off of the command I used below
Code: Select all
sly@raspberrypi:~ $ uname -r
4.1.13+
The contents of "/etc/apt/sources.list" I have below.
Code: Select all
deb http://mirrordirector.raspbian.org/raspbian jessie main contrib non-free rpi
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
#deb-src http://archive.raspbian.org/raspbian/ jessie main contrib non-free rpi
I understand you wanting to see my apt-get sources file, I had a problem recently and had to edit it to fix the problem, but it wasn't the source list that was the problem, it was my ip (I had to set up a static ip to fix the problem) so I set the sources list back to default and never had a problem since.
I got no errors running "sudo apt-get update" based off my results after running it (below).
Code: Select all
sly@raspberrypi:~ $ sudo apt-get update
Get:1 http://mirrordirector.raspbian.org jessie InRelease [14.9 kB]
Hit http://archive.raspberrypi.org jessie InRelease
Get:2 http://mirrordirector.raspbian.org jessie/main armhf Packages [8,980 kB]
Hit http://archive.raspberrypi.org jessie/main armhf Packages
Hit http://archive.raspberrypi.org jessie/ui armhf Packages
Ign http://archive.raspberrypi.org jessie/main Translation-en_GB
Ign http://archive.raspberrypi.org jessie/main Translation-en
Ign http://archive.raspberrypi.org jessie/ui Translation-en_GB
Ign http://archive.raspberrypi.org jessie/ui Translation-en
Get:3 http://mirrordirector.raspbian.org jessie/contrib armhf Packages [37.5 kB]
Get:4 http://mirrordirector.raspbian.org jessie/non-free armhf Packages [70.3 kB]
Get:5 http://mirrordirector.raspbian.org jessie/rpi armhf Packages [1,356 B]
Ign http://mirrordirector.raspbian.org jessie/contrib Translation-en_GB
Ign http://mirrordirector.raspbian.org jessie/contrib Translation-en
Ign http://mirrordirector.raspbian.org jessie/main Translation-en_GB
Ign http://mirrordirector.raspbian.org jessie/main Translation-en
Ign http://mirrordirector.raspbian.org jessie/non-free Translation-en_GB
Ign http://mirrordirector.raspbian.org jessie/non-free Translation-en
Ign http://mirrordirector.raspbian.org jessie/rpi Translation-en_GB
Ign http://mirrordirector.raspbian.org jessie/rpi Translation-en
Err http://mirrordirector.raspbian.org jessie/main armhf Packages
Fetched 9,105 kB in 1min 8s (133 kB/s)
Reading package lists... Done
Thanks, but I still need help!?
- Sly