curl : Depends: libcurl3 (= 7.35.0-1ubuntu2.14) but 7.55.1-1ubuntu2.3 is to be installed

Clash Royale CLAN TAG#URR8PPP up vote
1
down vote
favorite
I can't install crul.
I get this massage
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:
curl : Depends: libcurl3 (= 7.35.0-1ubuntu2.14) but 7.55.1-1ubuntu2.3 is to be installed
E: Unable to correct problems, you have held broken packages.
I installed libcurl3, but I can't install crul. What should I do?
software-installation
 |Â
show 1 more comment
up vote
1
down vote
favorite
I can't install crul.
I get this massage
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:
curl : Depends: libcurl3 (= 7.35.0-1ubuntu2.14) but 7.55.1-1ubuntu2.3 is to be installed
E: Unable to correct problems, you have held broken packages.
I installed libcurl3, but I can't install crul. What should I do?
software-installation
You installed something that depends upon a 14.04 version (7.35.0) of libcurl3 instead of 17.10 (7.55.1). You cannot mix packages from different releases of Ubuntu - they are incompatible. Uninstall the 14.04-era package(s).
â user535733
Feb 7 at 18:09
How can I do? Comment remove doesn't work.
â Paul
Feb 7 at 18:14
Well, what did you last install before this problem began?
â user535733
Feb 7 at 19:02
I want to install composer. I only installed update system.
â Paul
Feb 7 at 19:04
1
Possible duplicate of E: Unable to correct problems, you have held broken packages
â karel
Apr 4 at 13:57
 |Â
show 1 more comment
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I can't install crul.
I get this massage
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:
curl : Depends: libcurl3 (= 7.35.0-1ubuntu2.14) but 7.55.1-1ubuntu2.3 is to be installed
E: Unable to correct problems, you have held broken packages.
I installed libcurl3, but I can't install crul. What should I do?
software-installation
I can't install crul.
I get this massage
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:
curl : Depends: libcurl3 (= 7.35.0-1ubuntu2.14) but 7.55.1-1ubuntu2.3 is to be installed
E: Unable to correct problems, you have held broken packages.
I installed libcurl3, but I can't install crul. What should I do?
software-installation
software-installation
asked Feb 7 at 18:04
Paul
61
61
You installed something that depends upon a 14.04 version (7.35.0) of libcurl3 instead of 17.10 (7.55.1). You cannot mix packages from different releases of Ubuntu - they are incompatible. Uninstall the 14.04-era package(s).
â user535733
Feb 7 at 18:09
How can I do? Comment remove doesn't work.
â Paul
Feb 7 at 18:14
Well, what did you last install before this problem began?
â user535733
Feb 7 at 19:02
I want to install composer. I only installed update system.
â Paul
Feb 7 at 19:04
1
Possible duplicate of E: Unable to correct problems, you have held broken packages
â karel
Apr 4 at 13:57
 |Â
show 1 more comment
You installed something that depends upon a 14.04 version (7.35.0) of libcurl3 instead of 17.10 (7.55.1). You cannot mix packages from different releases of Ubuntu - they are incompatible. Uninstall the 14.04-era package(s).
â user535733
Feb 7 at 18:09
How can I do? Comment remove doesn't work.
â Paul
Feb 7 at 18:14
Well, what did you last install before this problem began?
â user535733
Feb 7 at 19:02
I want to install composer. I only installed update system.
â Paul
Feb 7 at 19:04
1
Possible duplicate of E: Unable to correct problems, you have held broken packages
â karel
Apr 4 at 13:57
You installed something that depends upon a 14.04 version (7.35.0) of libcurl3 instead of 17.10 (7.55.1). You cannot mix packages from different releases of Ubuntu - they are incompatible. Uninstall the 14.04-era package(s).
â user535733
Feb 7 at 18:09
You installed something that depends upon a 14.04 version (7.35.0) of libcurl3 instead of 17.10 (7.55.1). You cannot mix packages from different releases of Ubuntu - they are incompatible. Uninstall the 14.04-era package(s).
â user535733
Feb 7 at 18:09
How can I do? Comment remove doesn't work.
â Paul
Feb 7 at 18:14
How can I do? Comment remove doesn't work.
â Paul
Feb 7 at 18:14
Well, what did you last install before this problem began?
â user535733
Feb 7 at 19:02
Well, what did you last install before this problem began?
â user535733
Feb 7 at 19:02
I want to install composer. I only installed update system.
â Paul
Feb 7 at 19:04
I want to install composer. I only installed update system.
â Paul
Feb 7 at 19:04
1
1
Possible duplicate of E: Unable to correct problems, you have held broken packages
â karel
Apr 4 at 13:57
Possible duplicate of E: Unable to correct problems, you have held broken packages
â karel
Apr 4 at 13:57
 |Â
show 1 more comment
1 Answer
1
active
oldest
votes
up vote
1
down vote
Thanks to user535733
I finally figured it out! It was problem with libcurl3 cause it was older version libcurl that was of 16.04LTS. I uninstalled libcurl 3 by
sudo apt-get remove libcurl3
and tried
sudo apt-get install curl
and Bam It worked!
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
Thanks to user535733
I finally figured it out! It was problem with libcurl3 cause it was older version libcurl that was of 16.04LTS. I uninstalled libcurl 3 by
sudo apt-get remove libcurl3
and tried
sudo apt-get install curl
and Bam It worked!
add a comment |Â
up vote
1
down vote
Thanks to user535733
I finally figured it out! It was problem with libcurl3 cause it was older version libcurl that was of 16.04LTS. I uninstalled libcurl 3 by
sudo apt-get remove libcurl3
and tried
sudo apt-get install curl
and Bam It worked!
add a comment |Â
up vote
1
down vote
up vote
1
down vote
Thanks to user535733
I finally figured it out! It was problem with libcurl3 cause it was older version libcurl that was of 16.04LTS. I uninstalled libcurl 3 by
sudo apt-get remove libcurl3
and tried
sudo apt-get install curl
and Bam It worked!
Thanks to user535733
I finally figured it out! It was problem with libcurl3 cause it was older version libcurl that was of 16.04LTS. I uninstalled libcurl 3 by
sudo apt-get remove libcurl3
and tried
sudo apt-get install curl
and Bam It worked!
answered Apr 4 at 13:50
Arti Singh
112
112
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1003958%2fcurl-depends-libcurl3-7-35-0-1ubuntu2-14-but-7-55-1-1ubuntu2-3-is-to-be-i%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
You installed something that depends upon a 14.04 version (7.35.0) of libcurl3 instead of 17.10 (7.55.1). You cannot mix packages from different releases of Ubuntu - they are incompatible. Uninstall the 14.04-era package(s).
â user535733
Feb 7 at 18:09
How can I do? Comment remove doesn't work.
â Paul
Feb 7 at 18:14
Well, what did you last install before this problem began?
â user535733
Feb 7 at 19:02
I want to install composer. I only installed update system.
â Paul
Feb 7 at 19:04
1
Possible duplicate of E: Unable to correct problems, you have held broken packages
â karel
Apr 4 at 13:57