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
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
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.
add a comment |
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
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. trysudo apt -f install& explore anything it reports, I would fix those first). I'd also view theaptlogs 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 putdeb https://cloud.r-project.org/bin/linux/ubuntu cosmic-cran35/instead of debhttps://cloud.r-project.org/bin/linux/ubuntu xenial-cran35/. Thank you !
– Akusa
1 hour ago
add a comment |
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
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
apt package-management dependencies
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.
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. trysudo apt -f install& explore anything it reports, I would fix those first). I'd also view theaptlogs 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 putdeb https://cloud.r-project.org/bin/linux/ubuntu cosmic-cran35/instead of debhttps://cloud.r-project.org/bin/linux/ubuntu xenial-cran35/. Thank you !
– Akusa
1 hour ago
add a comment |
You have held-broken packages. Fix this first (ie. trysudo apt -f install& explore anything it reports, I would fix those first). I'd also view theaptlogs 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 putdeb https://cloud.r-project.org/bin/linux/ubuntu cosmic-cran35/instead of debhttps://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
add a comment |
1 Answer
1
active
oldest
votes
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
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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
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
add a comment |
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
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
add a comment |
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
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
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
add a comment |
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
add a comment |
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.
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
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
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
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 theaptlogs 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 debhttps://cloud.r-project.org/bin/linux/ubuntu xenial-cran35/. Thank you !– Akusa
1 hour ago