“curl : Depends: libcurl4 (= 7.61.0-1ubuntu2.2) but it is not going to be installed” on Ubuntu 18.10 with PHP 7.2.10Unable to correct problems, you have held broken packagesRestore default apt repositories in sources.list from command lineHow can I remove all PPA?wine: Depends wine1.6 or wine1.8 but it is not going to be installed, you have held broken packagesCan't solve unmet dependencies: initscriptsShutter is not getting installed in Ubuntu 16.04 due to unmet dependenciesCannot install GDB on Ubuntu 17.10 due to Python dependency issuesChrome not upgrading, netflix not workingcurl is not working on Ubuntu 18.04 LTSdavfs2 : Depends: libneon27 but it is not going to be installed

Is it right to extend flaps only in the white arc?

My 15 year old son is gay. How do I express my feelings about this?

Is there a scenario where a gnoll flesh gnawer can move at least 45 feet during its Rampage bonus action?

Where are they calling from?

What happens if nobody can form a government in Israel?

Examples of "unsuccessful" theories with afterlives

A drug that allows people to survive on less food

What can a pilot do if an air traffic controller is incapacitated?

Find missing number in the transformation

Do all creatures have souls?

What benefits does the Power Word Kill spell have?

Is it a good idea to leave minor world details to the reader's imagination?

Would Taiwan and China's dispute be solved if Taiwan gave up being the Republic of China?

Did Apollo carry and use WD40?

Safely hang a mirror that does not have hooks

How use custom order in folder on Windows 7 and 10

reverse a list of generic type

Has my MacBook been hacked?

Hiking with a mule or two?

How is the problem, ⟨G⟩ in Logspace?

Is it possible to encode a message in such a way that can only be read by someone or something capable of seeing into the very near future?

Where Does VDD+0.3V Input Limit Come From on IC chips?

Is it more effective to add yeast before or after kneading?

Could Apollo astronauts see city lights from the moon?



“curl : Depends: libcurl4 (= 7.61.0-1ubuntu2.2) but it is not going to be installed” on Ubuntu 18.10 with PHP 7.2.10


Unable to correct problems, you have held broken packagesRestore default apt repositories in sources.list from command lineHow can I remove all PPA?wine: Depends wine1.6 or wine1.8 but it is not going to be installed, you have held broken packagesCan't solve unmet dependencies: initscriptsShutter is not getting installed in Ubuntu 16.04 due to unmet dependenciesCannot install GDB on Ubuntu 17.10 due to Python dependency issuesChrome not upgrading, netflix not workingcurl is not working on Ubuntu 18.04 LTSdavfs2 : Depends: libneon27 but it is not going to be installed






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








2















I am struggling with installing cURL module in Ubuntu 18.10. While upgrading from 17.10 to 18.10 cURL was removed/deleted. Now when I try to execute the command



sudo apt-get install php7.2-curl


I get this error:



The following packages have unmet dependencies:
php7.2-curl :
Depends: libcurl4 (>= 7.44.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.



sudo apt-get install curl


gives the error



The following packages have unmet dependencies:
curl : Depends: libcurl4 (= 7.61.0-1ubuntu2.2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


Content List of my /etc/apt/sources.list.d/



output of apt-cache policy php7.2-curl curl libcurl4



Output of apt update and apt dist-upgrade



Other Software List










share|improve this question





















  • 1





    There is no supported upgrade path directly from 17.10 to 18.10. Please edit your question to include 1) a clear and complete explanation of how you upgraded, 2) the complete contents of /etc/apt/sources.list and 3) the complete output of apt-cache policy for both php7.20curl and curl

    – user535733
    Dec 8 '18 at 13:00












  • Please ensure that you have enabled all software repositories (especially -updates and -security) then run sudo apt update and sudo apt dist-upgrade (to get new dependencies). Also add output of apt-cache policy php7.2-curl curl libcurl4 to the question.

    – N0rbert
    Dec 8 '18 at 13:05











  • @user535733 and N0rbert I have edited the question hope this will be helpful

    – Mustafa Taheri
    Dec 8 '18 at 14:44











  • Muistafa, try the duplicates first and keep the results. If none of the duplicates work, edit in the results from the steps you took over there. And please? Don't post screenshots, but copy-paste the text of terminal output so we can just copy-paste it as well...

    – Fabby
    Dec 14 '18 at 8:23











  • Apologies for inconvenience @Fabby but none of the above duplicate answer worked for me. I have followed the instructions given by user535733 and that solved my problem.

    – Mustafa Taheri
    Dec 15 '18 at 12:03

















2















I am struggling with installing cURL module in Ubuntu 18.10. While upgrading from 17.10 to 18.10 cURL was removed/deleted. Now when I try to execute the command



sudo apt-get install php7.2-curl


I get this error:



The following packages have unmet dependencies:
php7.2-curl :
Depends: libcurl4 (>= 7.44.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.



sudo apt-get install curl


gives the error



The following packages have unmet dependencies:
curl : Depends: libcurl4 (= 7.61.0-1ubuntu2.2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


Content List of my /etc/apt/sources.list.d/



output of apt-cache policy php7.2-curl curl libcurl4



Output of apt update and apt dist-upgrade



Other Software List










share|improve this question





















  • 1





    There is no supported upgrade path directly from 17.10 to 18.10. Please edit your question to include 1) a clear and complete explanation of how you upgraded, 2) the complete contents of /etc/apt/sources.list and 3) the complete output of apt-cache policy for both php7.20curl and curl

    – user535733
    Dec 8 '18 at 13:00












  • Please ensure that you have enabled all software repositories (especially -updates and -security) then run sudo apt update and sudo apt dist-upgrade (to get new dependencies). Also add output of apt-cache policy php7.2-curl curl libcurl4 to the question.

    – N0rbert
    Dec 8 '18 at 13:05











  • @user535733 and N0rbert I have edited the question hope this will be helpful

    – Mustafa Taheri
    Dec 8 '18 at 14:44











  • Muistafa, try the duplicates first and keep the results. If none of the duplicates work, edit in the results from the steps you took over there. And please? Don't post screenshots, but copy-paste the text of terminal output so we can just copy-paste it as well...

    – Fabby
    Dec 14 '18 at 8:23











  • Apologies for inconvenience @Fabby but none of the above duplicate answer worked for me. I have followed the instructions given by user535733 and that solved my problem.

    – Mustafa Taheri
    Dec 15 '18 at 12:03













2












2








2








I am struggling with installing cURL module in Ubuntu 18.10. While upgrading from 17.10 to 18.10 cURL was removed/deleted. Now when I try to execute the command



sudo apt-get install php7.2-curl


I get this error:



The following packages have unmet dependencies:
php7.2-curl :
Depends: libcurl4 (>= 7.44.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.



sudo apt-get install curl


gives the error



The following packages have unmet dependencies:
curl : Depends: libcurl4 (= 7.61.0-1ubuntu2.2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


Content List of my /etc/apt/sources.list.d/



output of apt-cache policy php7.2-curl curl libcurl4



Output of apt update and apt dist-upgrade



Other Software List










share|improve this question
















I am struggling with installing cURL module in Ubuntu 18.10. While upgrading from 17.10 to 18.10 cURL was removed/deleted. Now when I try to execute the command



sudo apt-get install php7.2-curl


I get this error:



The following packages have unmet dependencies:
php7.2-curl :
Depends: libcurl4 (>= 7.44.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.



sudo apt-get install curl


gives the error



The following packages have unmet dependencies:
curl : Depends: libcurl4 (= 7.61.0-1ubuntu2.2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


Content List of my /etc/apt/sources.list.d/



output of apt-cache policy php7.2-curl curl libcurl4



Output of apt update and apt dist-upgrade



Other Software List







apt package-management curl php7






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 15 '18 at 16:54









Zanna

53.3k14 gold badges150 silver badges251 bronze badges




53.3k14 gold badges150 silver badges251 bronze badges










asked Dec 8 '18 at 11:18









Mustafa TaheriMustafa Taheri

252 silver badges5 bronze badges




252 silver badges5 bronze badges










  • 1





    There is no supported upgrade path directly from 17.10 to 18.10. Please edit your question to include 1) a clear and complete explanation of how you upgraded, 2) the complete contents of /etc/apt/sources.list and 3) the complete output of apt-cache policy for both php7.20curl and curl

    – user535733
    Dec 8 '18 at 13:00












  • Please ensure that you have enabled all software repositories (especially -updates and -security) then run sudo apt update and sudo apt dist-upgrade (to get new dependencies). Also add output of apt-cache policy php7.2-curl curl libcurl4 to the question.

    – N0rbert
    Dec 8 '18 at 13:05











  • @user535733 and N0rbert I have edited the question hope this will be helpful

    – Mustafa Taheri
    Dec 8 '18 at 14:44











  • Muistafa, try the duplicates first and keep the results. If none of the duplicates work, edit in the results from the steps you took over there. And please? Don't post screenshots, but copy-paste the text of terminal output so we can just copy-paste it as well...

    – Fabby
    Dec 14 '18 at 8:23











  • Apologies for inconvenience @Fabby but none of the above duplicate answer worked for me. I have followed the instructions given by user535733 and that solved my problem.

    – Mustafa Taheri
    Dec 15 '18 at 12:03












  • 1





    There is no supported upgrade path directly from 17.10 to 18.10. Please edit your question to include 1) a clear and complete explanation of how you upgraded, 2) the complete contents of /etc/apt/sources.list and 3) the complete output of apt-cache policy for both php7.20curl and curl

    – user535733
    Dec 8 '18 at 13:00












  • Please ensure that you have enabled all software repositories (especially -updates and -security) then run sudo apt update and sudo apt dist-upgrade (to get new dependencies). Also add output of apt-cache policy php7.2-curl curl libcurl4 to the question.

    – N0rbert
    Dec 8 '18 at 13:05











  • @user535733 and N0rbert I have edited the question hope this will be helpful

    – Mustafa Taheri
    Dec 8 '18 at 14:44











  • Muistafa, try the duplicates first and keep the results. If none of the duplicates work, edit in the results from the steps you took over there. And please? Don't post screenshots, but copy-paste the text of terminal output so we can just copy-paste it as well...

    – Fabby
    Dec 14 '18 at 8:23











  • Apologies for inconvenience @Fabby but none of the above duplicate answer worked for me. I have followed the instructions given by user535733 and that solved my problem.

    – Mustafa Taheri
    Dec 15 '18 at 12:03







1




1





There is no supported upgrade path directly from 17.10 to 18.10. Please edit your question to include 1) a clear and complete explanation of how you upgraded, 2) the complete contents of /etc/apt/sources.list and 3) the complete output of apt-cache policy for both php7.20curl and curl

– user535733
Dec 8 '18 at 13:00






There is no supported upgrade path directly from 17.10 to 18.10. Please edit your question to include 1) a clear and complete explanation of how you upgraded, 2) the complete contents of /etc/apt/sources.list and 3) the complete output of apt-cache policy for both php7.20curl and curl

– user535733
Dec 8 '18 at 13:00














Please ensure that you have enabled all software repositories (especially -updates and -security) then run sudo apt update and sudo apt dist-upgrade (to get new dependencies). Also add output of apt-cache policy php7.2-curl curl libcurl4 to the question.

– N0rbert
Dec 8 '18 at 13:05





Please ensure that you have enabled all software repositories (especially -updates and -security) then run sudo apt update and sudo apt dist-upgrade (to get new dependencies). Also add output of apt-cache policy php7.2-curl curl libcurl4 to the question.

– N0rbert
Dec 8 '18 at 13:05













@user535733 and N0rbert I have edited the question hope this will be helpful

– Mustafa Taheri
Dec 8 '18 at 14:44





@user535733 and N0rbert I have edited the question hope this will be helpful

– Mustafa Taheri
Dec 8 '18 at 14:44













Muistafa, try the duplicates first and keep the results. If none of the duplicates work, edit in the results from the steps you took over there. And please? Don't post screenshots, but copy-paste the text of terminal output so we can just copy-paste it as well...

– Fabby
Dec 14 '18 at 8:23





Muistafa, try the duplicates first and keep the results. If none of the duplicates work, edit in the results from the steps you took over there. And please? Don't post screenshots, but copy-paste the text of terminal output so we can just copy-paste it as well...

– Fabby
Dec 14 '18 at 8:23













Apologies for inconvenience @Fabby but none of the above duplicate answer worked for me. I have followed the instructions given by user535733 and that solved my problem.

– Mustafa Taheri
Dec 15 '18 at 12:03





Apologies for inconvenience @Fabby but none of the above duplicate answer worked for me. I have followed the instructions given by user535733 and that solved my problem.

– Mustafa Taheri
Dec 15 '18 at 12:03










2 Answers
2






active

oldest

votes


















1
















The problem: When preparing your dist-upgrade, looks like you made mistakes:



  • You failed to disable a 17.10 repository.

  • You failed to uninstall non-Ubuntu software, and did not disable those PPAs.

Now you are stuck with a mixture of wrong-version packages which are (understandably) blocking apt. We would usually call this a partial or incomplete upgrade. All this information is from the output you provided.



The solution: You have two options:




  1. Clean up the mess.



    • Uninstall all PPA and other non-Ubuntu software, and disable the sources they came from.

    • Disable the 17.10 repo.

    • Then run an apt update and dist-upgrade to get you as close to stock 18.10 as possible.

    • Then, one by one, start adding back non-Ubuntu sources and software.


  2. If you don't know how to do #1, then preserve your data and do a clean-install of 18.10.






share|improve this answer



























  • can you please suggest how can this be fixed by 1st option as I can't install fresh 18.10. Please tell me the sequence of commands so that I can clear this mess.

    – Mustafa Taheri
    Dec 10 '18 at 7:17











  • If you cannot clean-install 18.10, the you must keep your system packages clean, release-upgrade on schedule, and other basic maintenance. Bad news, sorry - there is no single set of magic incantations to solve your problem: You must learn the skills required to do each step, including reading your output and understanding how the package manager works. AskUbuntu's format is poorly suited to this kind of learning - I suggest opening a thread in our sibling site ubuntuforums.org, where you can have days or weeks of interactive hand-holding with experts while you learn.

    – user535733
    Dec 10 '18 at 9:41











  • hey, @user535733 just need some of your help I have removed all the repo which include 17.10 and bionic in there title as they are not of 18.10 but there are still some of them and I am unable to judge whether to remove them or not. Adding the image in Que to refer with name Other Software List.

    – Mustafa Taheri
    Dec 14 '18 at 7:34












  • Re-read the answer above. The relevant instruction is clear.

    – user535733
    Dec 14 '18 at 12:55












  • I have solved that by your instruction. thanx, a lot brother @user535733. You have saved me...

    – Mustafa Taheri
    Dec 15 '18 at 12:01


















2
















SIMPLE SOLUTION: (worked for me)



sudo apt remove libcurl4
sudo apt install curl





share|improve this answer



























  • This is the ONLY solution that worked for me on Ubuntu 17.04! And the simplest at all!!!!!many thanks!

    – user2342558
    Sep 6 at 18:48













Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);














draft saved

draft discarded
















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1099366%2fcurl-depends-libcurl4-7-61-0-1ubuntu2-2-but-it-is-not-going-to-be-instal%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes









1
















The problem: When preparing your dist-upgrade, looks like you made mistakes:



  • You failed to disable a 17.10 repository.

  • You failed to uninstall non-Ubuntu software, and did not disable those PPAs.

Now you are stuck with a mixture of wrong-version packages which are (understandably) blocking apt. We would usually call this a partial or incomplete upgrade. All this information is from the output you provided.



The solution: You have two options:




  1. Clean up the mess.



    • Uninstall all PPA and other non-Ubuntu software, and disable the sources they came from.

    • Disable the 17.10 repo.

    • Then run an apt update and dist-upgrade to get you as close to stock 18.10 as possible.

    • Then, one by one, start adding back non-Ubuntu sources and software.


  2. If you don't know how to do #1, then preserve your data and do a clean-install of 18.10.






share|improve this answer



























  • can you please suggest how can this be fixed by 1st option as I can't install fresh 18.10. Please tell me the sequence of commands so that I can clear this mess.

    – Mustafa Taheri
    Dec 10 '18 at 7:17











  • If you cannot clean-install 18.10, the you must keep your system packages clean, release-upgrade on schedule, and other basic maintenance. Bad news, sorry - there is no single set of magic incantations to solve your problem: You must learn the skills required to do each step, including reading your output and understanding how the package manager works. AskUbuntu's format is poorly suited to this kind of learning - I suggest opening a thread in our sibling site ubuntuforums.org, where you can have days or weeks of interactive hand-holding with experts while you learn.

    – user535733
    Dec 10 '18 at 9:41











  • hey, @user535733 just need some of your help I have removed all the repo which include 17.10 and bionic in there title as they are not of 18.10 but there are still some of them and I am unable to judge whether to remove them or not. Adding the image in Que to refer with name Other Software List.

    – Mustafa Taheri
    Dec 14 '18 at 7:34












  • Re-read the answer above. The relevant instruction is clear.

    – user535733
    Dec 14 '18 at 12:55












  • I have solved that by your instruction. thanx, a lot brother @user535733. You have saved me...

    – Mustafa Taheri
    Dec 15 '18 at 12:01















1
















The problem: When preparing your dist-upgrade, looks like you made mistakes:



  • You failed to disable a 17.10 repository.

  • You failed to uninstall non-Ubuntu software, and did not disable those PPAs.

Now you are stuck with a mixture of wrong-version packages which are (understandably) blocking apt. We would usually call this a partial or incomplete upgrade. All this information is from the output you provided.



The solution: You have two options:




  1. Clean up the mess.



    • Uninstall all PPA and other non-Ubuntu software, and disable the sources they came from.

    • Disable the 17.10 repo.

    • Then run an apt update and dist-upgrade to get you as close to stock 18.10 as possible.

    • Then, one by one, start adding back non-Ubuntu sources and software.


  2. If you don't know how to do #1, then preserve your data and do a clean-install of 18.10.






share|improve this answer



























  • can you please suggest how can this be fixed by 1st option as I can't install fresh 18.10. Please tell me the sequence of commands so that I can clear this mess.

    – Mustafa Taheri
    Dec 10 '18 at 7:17











  • If you cannot clean-install 18.10, the you must keep your system packages clean, release-upgrade on schedule, and other basic maintenance. Bad news, sorry - there is no single set of magic incantations to solve your problem: You must learn the skills required to do each step, including reading your output and understanding how the package manager works. AskUbuntu's format is poorly suited to this kind of learning - I suggest opening a thread in our sibling site ubuntuforums.org, where you can have days or weeks of interactive hand-holding with experts while you learn.

    – user535733
    Dec 10 '18 at 9:41











  • hey, @user535733 just need some of your help I have removed all the repo which include 17.10 and bionic in there title as they are not of 18.10 but there are still some of them and I am unable to judge whether to remove them or not. Adding the image in Que to refer with name Other Software List.

    – Mustafa Taheri
    Dec 14 '18 at 7:34












  • Re-read the answer above. The relevant instruction is clear.

    – user535733
    Dec 14 '18 at 12:55












  • I have solved that by your instruction. thanx, a lot brother @user535733. You have saved me...

    – Mustafa Taheri
    Dec 15 '18 at 12:01













1














1










1









The problem: When preparing your dist-upgrade, looks like you made mistakes:



  • You failed to disable a 17.10 repository.

  • You failed to uninstall non-Ubuntu software, and did not disable those PPAs.

Now you are stuck with a mixture of wrong-version packages which are (understandably) blocking apt. We would usually call this a partial or incomplete upgrade. All this information is from the output you provided.



The solution: You have two options:




  1. Clean up the mess.



    • Uninstall all PPA and other non-Ubuntu software, and disable the sources they came from.

    • Disable the 17.10 repo.

    • Then run an apt update and dist-upgrade to get you as close to stock 18.10 as possible.

    • Then, one by one, start adding back non-Ubuntu sources and software.


  2. If you don't know how to do #1, then preserve your data and do a clean-install of 18.10.






share|improve this answer















The problem: When preparing your dist-upgrade, looks like you made mistakes:



  • You failed to disable a 17.10 repository.

  • You failed to uninstall non-Ubuntu software, and did not disable those PPAs.

Now you are stuck with a mixture of wrong-version packages which are (understandably) blocking apt. We would usually call this a partial or incomplete upgrade. All this information is from the output you provided.



The solution: You have two options:




  1. Clean up the mess.



    • Uninstall all PPA and other non-Ubuntu software, and disable the sources they came from.

    • Disable the 17.10 repo.

    • Then run an apt update and dist-upgrade to get you as close to stock 18.10 as possible.

    • Then, one by one, start adding back non-Ubuntu sources and software.


  2. If you don't know how to do #1, then preserve your data and do a clean-install of 18.10.







share|improve this answer














share|improve this answer



share|improve this answer








edited Sep 7 at 2:54

























answered Dec 8 '18 at 15:00









user535733user535733

11.2k3 gold badges32 silver badges49 bronze badges




11.2k3 gold badges32 silver badges49 bronze badges















  • can you please suggest how can this be fixed by 1st option as I can't install fresh 18.10. Please tell me the sequence of commands so that I can clear this mess.

    – Mustafa Taheri
    Dec 10 '18 at 7:17











  • If you cannot clean-install 18.10, the you must keep your system packages clean, release-upgrade on schedule, and other basic maintenance. Bad news, sorry - there is no single set of magic incantations to solve your problem: You must learn the skills required to do each step, including reading your output and understanding how the package manager works. AskUbuntu's format is poorly suited to this kind of learning - I suggest opening a thread in our sibling site ubuntuforums.org, where you can have days or weeks of interactive hand-holding with experts while you learn.

    – user535733
    Dec 10 '18 at 9:41











  • hey, @user535733 just need some of your help I have removed all the repo which include 17.10 and bionic in there title as they are not of 18.10 but there are still some of them and I am unable to judge whether to remove them or not. Adding the image in Que to refer with name Other Software List.

    – Mustafa Taheri
    Dec 14 '18 at 7:34












  • Re-read the answer above. The relevant instruction is clear.

    – user535733
    Dec 14 '18 at 12:55












  • I have solved that by your instruction. thanx, a lot brother @user535733. You have saved me...

    – Mustafa Taheri
    Dec 15 '18 at 12:01

















  • can you please suggest how can this be fixed by 1st option as I can't install fresh 18.10. Please tell me the sequence of commands so that I can clear this mess.

    – Mustafa Taheri
    Dec 10 '18 at 7:17











  • If you cannot clean-install 18.10, the you must keep your system packages clean, release-upgrade on schedule, and other basic maintenance. Bad news, sorry - there is no single set of magic incantations to solve your problem: You must learn the skills required to do each step, including reading your output and understanding how the package manager works. AskUbuntu's format is poorly suited to this kind of learning - I suggest opening a thread in our sibling site ubuntuforums.org, where you can have days or weeks of interactive hand-holding with experts while you learn.

    – user535733
    Dec 10 '18 at 9:41











  • hey, @user535733 just need some of your help I have removed all the repo which include 17.10 and bionic in there title as they are not of 18.10 but there are still some of them and I am unable to judge whether to remove them or not. Adding the image in Que to refer with name Other Software List.

    – Mustafa Taheri
    Dec 14 '18 at 7:34












  • Re-read the answer above. The relevant instruction is clear.

    – user535733
    Dec 14 '18 at 12:55












  • I have solved that by your instruction. thanx, a lot brother @user535733. You have saved me...

    – Mustafa Taheri
    Dec 15 '18 at 12:01
















can you please suggest how can this be fixed by 1st option as I can't install fresh 18.10. Please tell me the sequence of commands so that I can clear this mess.

– Mustafa Taheri
Dec 10 '18 at 7:17





can you please suggest how can this be fixed by 1st option as I can't install fresh 18.10. Please tell me the sequence of commands so that I can clear this mess.

– Mustafa Taheri
Dec 10 '18 at 7:17













If you cannot clean-install 18.10, the you must keep your system packages clean, release-upgrade on schedule, and other basic maintenance. Bad news, sorry - there is no single set of magic incantations to solve your problem: You must learn the skills required to do each step, including reading your output and understanding how the package manager works. AskUbuntu's format is poorly suited to this kind of learning - I suggest opening a thread in our sibling site ubuntuforums.org, where you can have days or weeks of interactive hand-holding with experts while you learn.

– user535733
Dec 10 '18 at 9:41





If you cannot clean-install 18.10, the you must keep your system packages clean, release-upgrade on schedule, and other basic maintenance. Bad news, sorry - there is no single set of magic incantations to solve your problem: You must learn the skills required to do each step, including reading your output and understanding how the package manager works. AskUbuntu's format is poorly suited to this kind of learning - I suggest opening a thread in our sibling site ubuntuforums.org, where you can have days or weeks of interactive hand-holding with experts while you learn.

– user535733
Dec 10 '18 at 9:41













hey, @user535733 just need some of your help I have removed all the repo which include 17.10 and bionic in there title as they are not of 18.10 but there are still some of them and I am unable to judge whether to remove them or not. Adding the image in Que to refer with name Other Software List.

– Mustafa Taheri
Dec 14 '18 at 7:34






hey, @user535733 just need some of your help I have removed all the repo which include 17.10 and bionic in there title as they are not of 18.10 but there are still some of them and I am unable to judge whether to remove them or not. Adding the image in Que to refer with name Other Software List.

– Mustafa Taheri
Dec 14 '18 at 7:34














Re-read the answer above. The relevant instruction is clear.

– user535733
Dec 14 '18 at 12:55






Re-read the answer above. The relevant instruction is clear.

– user535733
Dec 14 '18 at 12:55














I have solved that by your instruction. thanx, a lot brother @user535733. You have saved me...

– Mustafa Taheri
Dec 15 '18 at 12:01





I have solved that by your instruction. thanx, a lot brother @user535733. You have saved me...

– Mustafa Taheri
Dec 15 '18 at 12:01













2
















SIMPLE SOLUTION: (worked for me)



sudo apt remove libcurl4
sudo apt install curl





share|improve this answer



























  • This is the ONLY solution that worked for me on Ubuntu 17.04! And the simplest at all!!!!!many thanks!

    – user2342558
    Sep 6 at 18:48















2
















SIMPLE SOLUTION: (worked for me)



sudo apt remove libcurl4
sudo apt install curl





share|improve this answer



























  • This is the ONLY solution that worked for me on Ubuntu 17.04! And the simplest at all!!!!!many thanks!

    – user2342558
    Sep 6 at 18:48













2














2










2









SIMPLE SOLUTION: (worked for me)



sudo apt remove libcurl4
sudo apt install curl





share|improve this answer















SIMPLE SOLUTION: (worked for me)



sudo apt remove libcurl4
sudo apt install curl






share|improve this answer














share|improve this answer



share|improve this answer








edited Apr 15 at 22:20









Philippe Delteil

1,1121 gold badge11 silver badges23 bronze badges




1,1121 gold badge11 silver badges23 bronze badges










answered Apr 15 at 15:29









kaiz3nkaiz3n

214 bronze badges




214 bronze badges















  • This is the ONLY solution that worked for me on Ubuntu 17.04! And the simplest at all!!!!!many thanks!

    – user2342558
    Sep 6 at 18:48

















  • This is the ONLY solution that worked for me on Ubuntu 17.04! And the simplest at all!!!!!many thanks!

    – user2342558
    Sep 6 at 18:48
















This is the ONLY solution that worked for me on Ubuntu 17.04! And the simplest at all!!!!!many thanks!

– user2342558
Sep 6 at 18:48





This is the ONLY solution that worked for me on Ubuntu 17.04! And the simplest at all!!!!!many thanks!

– user2342558
Sep 6 at 18:48


















draft saved

draft discarded















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1099366%2fcurl-depends-libcurl4-7-61-0-1ubuntu2-2-but-it-is-not-going-to-be-instal%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Tamil (spriik) Luke uk diar | Nawigatjuun

Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?