Solved: Another libcurl3 version problem
|
8th Feb, 2016, 07:31 AM
Post: #1
|
|||
|
|||
Another libcurl3 version problem
Hi,
I skipped the problem with libcurl4-openssl-dev a few days ago by ignoring it. But now I'm running into the same problem again -- seems libcurl3 is quite commonly used... So this time I'm trying to install mopidy, in order to stream spotify (following instructions here: https://docs.mopidy.com/en/latest/installation/debian/#debian-install). The error I get (see below) is about libcurl3-gnutls, and I got the wrong version installed (need 7.38.0 but have 7.37.1-1). Is this something I can get fixed / changed? Terminal xbian@xbian ~ $ sudo apt-get install mopidy Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: mopidy : Depends: python-tornado (>= 2.3) but it is not going to be installed E: Unable to correct problems, you have held broken packages. xbian@xbian ~ $ sudo apt-get install python-tornado Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: python-tornado : Depends: python-pycurl but it is not going to be installed E: Unable to correct problems, you have held broken packages. xbian@xbian ~ $ sudo apt-get install python-pycurl Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: python-pycurl : Depends: libcurl3-gnutls (>= 7.38.0) but 7.37.1-1 is to be installed E: Unable to correct problems, you have held broken packages. Thanks, nickfx |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Another libcurl3 version problem - nickfx - 8th Feb, 2016 07:31 AM
RE: Another libcurl3 version problem - Nachteule - 16th Feb, 2016, 02:50 AM
RE: Another libcurl3 version problem - nickfx - 19th Feb, 2016, 07:41 AM
RE: Another libcurl3 version problem - nickfx - 18th Mar, 2016, 04:34 AM
RE: Another libcurl3 version problem - Nachteule - 23rd Mar, 2016, 08:16 AM
RE: Another libcurl3 version problem - nickfx - 3rd Apr, 2016, 04:03 AM
RE: Another libcurl3 version problem - Nachteule - 11th Jan, 2017, 12:07 AM
|