Ubuntu 16.04 : Apt brokenCan't install the ia32-libs packageBroken Packages/Unmet DependeciesInstall wine1.6-amd64 from ubuntu-wine ppa asked for installing wine1.6-i386 as wellIssue installing HandBrakeHelp installing winePackage system is broken (16.04)Unmet dependencies when trying to install r-baseI've failed to install the R package, broken packagesCan't install Nvidia drivers on Ubuntu 18.04Impossible to install R on Ubuntu 16.04

How is the Swiss post e-voting system supposed to work, and how was it wrong?

When two POV characters meet

Why would a jet engine that runs at temps excess of 2000°C burn when it crashes?

Deleting missing values from a dataset

Can the druid cantrip Thorn Whip really defeat a water weird this easily?

What is the dot in “1.2.4."

What Happens when Passenger Refuses to Fly Boeing 737 Max?

Running a subshell from the middle of the current command

Counter-example to the existence of left Bousfield localization of combinatorial model category

This equation is outside the page, how to modify it

Unreachable code, but reachable with exception

Making a sword in the stone, in a medieval world without magic

Is a lawful good "antagonist" effective?

What happens with multiple copies of Humility and Glorious Anthem on the battlefield?

Rejected in 4th interview round citing insufficient years of experience

Can infringement of a trademark be pursued for using a company's name in a sentence?

Single word request: Harming the benefactor

Make a transparent 448*448 image

Am I not good enough for you?

Does Linux have system calls to access all the features of the file systems it supports?

Good allowance savings plan?

Excess Zinc in garden soil

what does the apostrophe mean in this notation?

"One can do his homework in the library"



Ubuntu 16.04 : Apt broken


Can't install the ia32-libs packageBroken Packages/Unmet DependeciesInstall wine1.6-amd64 from ubuntu-wine ppa asked for installing wine1.6-i386 as wellIssue installing HandBrakeHelp installing winePackage system is broken (16.04)Unmet dependencies when trying to install r-baseI've failed to install the R package, broken packagesCan't install Nvidia drivers on Ubuntu 18.04Impossible to install R on Ubuntu 16.04













0















I wanted to install the new R version so I did a purge by removing all r-*. And then I broke everything unfortunately. I try to reinstall R project by typing




sudo apt install r-base r-base-core r-recommended




and then I obtain




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.

r-base-core : Depends: libc6 (>= 2.27) but 2.23-0ubuntu11 is to be
installed

Depends: libcurl4 (>= 7.28.0) but it is not installable

Depends: libicu60 (>= 60.1-1~) but it is not installable

Depends: libreadline7 (>= 6.0) but it is not installable

Recommends: r-base-dev but it is not going to be installed

E: Unable to correct problems, you have held broken packages.




Does anyone know how to solve this ?



Thank you in advance !










share|improve this question







New contributor




Akusa is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • You have held-broken packages. Fix this first (ie. try sudo apt -f install & explore anything it reports, I would fix those first). I'd also view the apt logs to see what you removed with your first listed command, and use that as a guide on fixing your system. I'd suggest closely avoiding using wildcards on remove commands unless you closely scrutinize what's being removed

    – guiverc
    1 hour ago











  • A quick look at the 16.04 repo reveals that the versions of the lib dependencies that are attempting to be installed are not part of the standard 16.04 distribution so they're not available. Is it possible you're trying to install a newer version of R still such that the dependencies can't be met on your Ubuntu distro as is? packages.ubuntu.com/en/xenial/libs

    – Steve
    1 hour ago












  • Ok, I'm dumb. I found out that I put the wrong source in my sources.list. I put deb https://cloud.r-project.org/bin/linux/ubuntu cosmic-cran35/ instead of deb https://cloud.r-project.org/bin/linux/ubuntu xenial-cran35/. Thank you !

    – Akusa
    1 hour ago
















0















I wanted to install the new R version so I did a purge by removing all r-*. And then I broke everything unfortunately. I try to reinstall R project by typing




sudo apt install r-base r-base-core r-recommended




and then I obtain




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.

r-base-core : Depends: libc6 (>= 2.27) but 2.23-0ubuntu11 is to be
installed

Depends: libcurl4 (>= 7.28.0) but it is not installable

Depends: libicu60 (>= 60.1-1~) but it is not installable

Depends: libreadline7 (>= 6.0) but it is not installable

Recommends: r-base-dev but it is not going to be installed

E: Unable to correct problems, you have held broken packages.




Does anyone know how to solve this ?



Thank you in advance !










share|improve this question







New contributor




Akusa is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • You have held-broken packages. Fix this first (ie. try sudo apt -f install & explore anything it reports, I would fix those first). I'd also view the apt logs to see what you removed with your first listed command, and use that as a guide on fixing your system. I'd suggest closely avoiding using wildcards on remove commands unless you closely scrutinize what's being removed

    – guiverc
    1 hour ago











  • A quick look at the 16.04 repo reveals that the versions of the lib dependencies that are attempting to be installed are not part of the standard 16.04 distribution so they're not available. Is it possible you're trying to install a newer version of R still such that the dependencies can't be met on your Ubuntu distro as is? packages.ubuntu.com/en/xenial/libs

    – Steve
    1 hour ago












  • Ok, I'm dumb. I found out that I put the wrong source in my sources.list. I put deb https://cloud.r-project.org/bin/linux/ubuntu cosmic-cran35/ instead of deb https://cloud.r-project.org/bin/linux/ubuntu xenial-cran35/. Thank you !

    – Akusa
    1 hour ago














0












0








0








I wanted to install the new R version so I did a purge by removing all r-*. And then I broke everything unfortunately. I try to reinstall R project by typing




sudo apt install r-base r-base-core r-recommended




and then I obtain




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.

r-base-core : Depends: libc6 (>= 2.27) but 2.23-0ubuntu11 is to be
installed

Depends: libcurl4 (>= 7.28.0) but it is not installable

Depends: libicu60 (>= 60.1-1~) but it is not installable

Depends: libreadline7 (>= 6.0) but it is not installable

Recommends: r-base-dev but it is not going to be installed

E: Unable to correct problems, you have held broken packages.




Does anyone know how to solve this ?



Thank you in advance !










share|improve this question







New contributor




Akusa is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I wanted to install the new R version so I did a purge by removing all r-*. And then I broke everything unfortunately. I try to reinstall R project by typing




sudo apt install r-base r-base-core r-recommended




and then I obtain




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.

r-base-core : Depends: libc6 (>= 2.27) but 2.23-0ubuntu11 is to be
installed

Depends: libcurl4 (>= 7.28.0) but it is not installable

Depends: libicu60 (>= 60.1-1~) but it is not installable

Depends: libreadline7 (>= 6.0) but it is not installable

Recommends: r-base-dev but it is not going to be installed

E: Unable to correct problems, you have held broken packages.




Does anyone know how to solve this ?



Thank you in advance !







apt package-management dependencies






share|improve this question







New contributor




Akusa is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




Akusa is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




Akusa is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 1 hour ago









AkusaAkusa

1




1




New contributor




Akusa is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Akusa is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Akusa is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • You have held-broken packages. Fix this first (ie. try sudo apt -f install & explore anything it reports, I would fix those first). I'd also view the apt logs to see what you removed with your first listed command, and use that as a guide on fixing your system. I'd suggest closely avoiding using wildcards on remove commands unless you closely scrutinize what's being removed

    – guiverc
    1 hour ago











  • A quick look at the 16.04 repo reveals that the versions of the lib dependencies that are attempting to be installed are not part of the standard 16.04 distribution so they're not available. Is it possible you're trying to install a newer version of R still such that the dependencies can't be met on your Ubuntu distro as is? packages.ubuntu.com/en/xenial/libs

    – Steve
    1 hour ago












  • Ok, I'm dumb. I found out that I put the wrong source in my sources.list. I put deb https://cloud.r-project.org/bin/linux/ubuntu cosmic-cran35/ instead of deb https://cloud.r-project.org/bin/linux/ubuntu xenial-cran35/. Thank you !

    – Akusa
    1 hour ago


















  • You have held-broken packages. Fix this first (ie. try sudo apt -f install & explore anything it reports, I would fix those first). I'd also view the apt logs to see what you removed with your first listed command, and use that as a guide on fixing your system. I'd suggest closely avoiding using wildcards on remove commands unless you closely scrutinize what's being removed

    – guiverc
    1 hour ago











  • A quick look at the 16.04 repo reveals that the versions of the lib dependencies that are attempting to be installed are not part of the standard 16.04 distribution so they're not available. Is it possible you're trying to install a newer version of R still such that the dependencies can't be met on your Ubuntu distro as is? packages.ubuntu.com/en/xenial/libs

    – Steve
    1 hour ago












  • Ok, I'm dumb. I found out that I put the wrong source in my sources.list. I put deb https://cloud.r-project.org/bin/linux/ubuntu cosmic-cran35/ instead of deb https://cloud.r-project.org/bin/linux/ubuntu xenial-cran35/. Thank you !

    – Akusa
    1 hour ago

















You have held-broken packages. Fix this first (ie. try sudo apt -f install & explore anything it reports, I would fix those first). I'd also view the apt logs to see what you removed with your first listed command, and use that as a guide on fixing your system. I'd suggest closely avoiding using wildcards on remove commands unless you closely scrutinize what's being removed

– guiverc
1 hour ago





You have held-broken packages. Fix this first (ie. try sudo apt -f install & explore anything it reports, I would fix those first). I'd also view the apt logs to see what you removed with your first listed command, and use that as a guide on fixing your system. I'd suggest closely avoiding using wildcards on remove commands unless you closely scrutinize what's being removed

– guiverc
1 hour ago













A quick look at the 16.04 repo reveals that the versions of the lib dependencies that are attempting to be installed are not part of the standard 16.04 distribution so they're not available. Is it possible you're trying to install a newer version of R still such that the dependencies can't be met on your Ubuntu distro as is? packages.ubuntu.com/en/xenial/libs

– Steve
1 hour ago






A quick look at the 16.04 repo reveals that the versions of the lib dependencies that are attempting to be installed are not part of the standard 16.04 distribution so they're not available. Is it possible you're trying to install a newer version of R still such that the dependencies can't be met on your Ubuntu distro as is? packages.ubuntu.com/en/xenial/libs

– Steve
1 hour ago














Ok, I'm dumb. I found out that I put the wrong source in my sources.list. I put deb https://cloud.r-project.org/bin/linux/ubuntu cosmic-cran35/ instead of deb https://cloud.r-project.org/bin/linux/ubuntu xenial-cran35/. Thank you !

– Akusa
1 hour ago






Ok, I'm dumb. I found out that I put the wrong source in my sources.list. I put deb https://cloud.r-project.org/bin/linux/ubuntu cosmic-cran35/ instead of deb https://cloud.r-project.org/bin/linux/ubuntu xenial-cran35/. Thank you !

– Akusa
1 hour ago











1 Answer
1






active

oldest

votes


















0














Try this:



sudo apt-get update && sudo apt-get upgrade
sudo apt-get install libc6 libcurl4 libicu60-dev libreadline7
sudo apt-get install r-base r-base-core r-recommended





share|improve this answer























  • I added the wrong source in my sources.list. Instead of putting the xenial one, I put the cosmic one. By correcting this, everything seems to work now !

    – Akusa
    1 hour ago










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/3.0/"u003ecc by-sa 3.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
);



);






Akusa is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1125448%2fubuntu-16-04-apt-broken%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














Try this:



sudo apt-get update && sudo apt-get upgrade
sudo apt-get install libc6 libcurl4 libicu60-dev libreadline7
sudo apt-get install r-base r-base-core r-recommended





share|improve this answer























  • I added the wrong source in my sources.list. Instead of putting the xenial one, I put the cosmic one. By correcting this, everything seems to work now !

    – Akusa
    1 hour ago















0














Try this:



sudo apt-get update && sudo apt-get upgrade
sudo apt-get install libc6 libcurl4 libicu60-dev libreadline7
sudo apt-get install r-base r-base-core r-recommended





share|improve this answer























  • I added the wrong source in my sources.list. Instead of putting the xenial one, I put the cosmic one. By correcting this, everything seems to work now !

    – Akusa
    1 hour ago













0












0








0







Try this:



sudo apt-get update && sudo apt-get upgrade
sudo apt-get install libc6 libcurl4 libicu60-dev libreadline7
sudo apt-get install r-base r-base-core r-recommended





share|improve this answer













Try this:



sudo apt-get update && sudo apt-get upgrade
sudo apt-get install libc6 libcurl4 libicu60-dev libreadline7
sudo apt-get install r-base r-base-core r-recommended






share|improve this answer












share|improve this answer



share|improve this answer










answered 1 hour ago









Bohdan TkhirBohdan Tkhir

11




11












  • I added the wrong source in my sources.list. Instead of putting the xenial one, I put the cosmic one. By correcting this, everything seems to work now !

    – Akusa
    1 hour ago

















  • I added the wrong source in my sources.list. Instead of putting the xenial one, I put the cosmic one. By correcting this, everything seems to work now !

    – Akusa
    1 hour ago
















I added the wrong source in my sources.list. Instead of putting the xenial one, I put the cosmic one. By correcting this, everything seems to work now !

– Akusa
1 hour ago





I added the wrong source in my sources.list. Instead of putting the xenial one, I put the cosmic one. By correcting this, everything seems to work now !

– Akusa
1 hour ago










Akusa is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















Akusa is a new contributor. Be nice, and check out our Code of Conduct.












Akusa is a new contributor. Be nice, and check out our Code of Conduct.











Akusa is a new contributor. Be nice, and check out our Code of Conduct.














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%2f1125448%2fubuntu-16-04-apt-broken%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

Are there any comparative studies done between Ashtavakra Gita and Buddhim?How is it wrong to believe that a self exists, or that it doesn't?Can you criticise or improve Ven. Bodhi's description of MahayanaWas the doctrine of 'Anatta', accepted as doctrine by modern Buddhism, actually taught by the Buddha?Relationship between Buddhism, Hinduism and Yoga?Comparison of Nirvana, Tao and Brahman/AtmaIs there a distinction between “ego identity” and “craving/hating”?Are there many differences between Taoism and Buddhism?Loss of “faith” in buddhismSimilarity between creation in Abrahamic religions and beginning of life in Earth mentioned Agganna Sutta?Are there studies about the difference between meditating in the morning versus in the evening?Can one follow Hinduism and Buddhism at the same time?Are there any prohibitions on participating in other religion's practices?Psychology of 'flow'

fallocate: fallocate failed: Text file busy in Ubuntu 17.04? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)defragmenting and increasing performance of old lubuntu system with swap partitionIssue with increasing the root partition from the swapthis /usr/bin/dpkg returned error || ubuntu-16.04, 64bitDefault 17.04 swap file locationHow to Resize Ubuntu 17.04 Zesty Swap file size?Ubuntu freezes from online formsMy Laptop is not starting after upgrade ubuntu 16.04 (Kernel 4.8.0-38 to 04.10.0-36)hcp: ERROR: FALLOCATE FAILED!Not sure my swap is being usedWine 3.0 asking for more virtual free swap

Where else does the Shulchan Aruch quote an authority by name?Parashat Metzora+HagadolPesach/PassoverShulchan Aruch UTF-8Anonymous glosses in the Shulchan AruchWhy is the Shulchan Aruch definitive?Siman 32, Kitzur Shulchan Aruch: UntranslatedLitvaks/Yeshivish and Shulchan AruchBuying a Shulchan AruchEnglish version of SHULCHAN ARUCHIs there any place where Shulchan Aruch rules with the Rosh against the Rif and Rambam?Are there practices where Sepharadim do not hold by Shulchan Aruch?5th part of the shulchan aruch