Search:
Archives
- May 2018
- April 2018
- January 2018
- June 2017
- April 2017
- February 2017
- January 2017
- September 2016
- August 2016
- July 2016
- May 2016
- March 2016
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 |
Raspberry Pi libgnutls-openssl27 error
- Feb, 08, 2017
- No Comments.
Running apt-get and you get an error
sudo apt-get -y dist-upgrade
You might want to run ‘apt-get -f install’ to correct these.
The following packages have unmet dependencies:
libgnutls-openssl27 : Depends: libgnutls-deb0-28 (= 3.3.8-6+deb8u4) but 3.3.8-6+deb8u3 is installed
libhogweed2 : Breaks: libgnutls-deb0-28 (< 3.3.8-6+deb8u4) but 3.3.8-6+deb8u3 is installed
E: Unmet dependencies. Try using -f.
cat /etc/apt/sources.list /etc/apt/sources.list.d/*
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
deb http://archive.raspberrypi.org/debian/ jessie main ui
# Uncomment line below then ‘apt-get update’ to enable ‘apt-get source’
#deb-src http://archive.raspberrypi.org/debian/ jessie main ui
To fix the error edit the souse list and add staging to the list
sudo etc/apt/sources.list.d/*
add “staging” to the end of the list