I cannot remove my broken package which i didnt install The 2019 Stack Overflow Developer Survey Results Are InCannot install Adobe or Skype due to ia32-libs errorWill not allow me to install playonlinux! Says I have 'held broken packagesHow can I slove postgresql-9.3-postgis-2.1 unmet dependencies Ubuntu 14.04I am trying to re-install r in my ubuntu 14.04. But I keep getting this error always I try to install r as sudo apt-get install r-basePackage system is broken (16.04)Cannot install GDB on Ubuntu 17.10 due to Python dependency issuesChrome not upgrading, netflix not workingCannot install dh-autoreconf - dependency loopI've failed to install the R package, broken packagesTrying to install wine32 but getting an error
Dropping list elements from nested list after evaluation
Will it cause any balance problems to have PCs level up and gain the benefits of a long rest mid-fight?
ODD NUMBER in Cognitive Linguistics of WILLIAM CROFT and D. ALAN CRUSE
Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?
Match Roman Numerals
Keeping a retro style to sci-fi spaceships?
What is this business jet?
"as much details as you can remember"
Old scifi movie from the 50s or 60s with men in solid red uniforms who interrogate a spy from the past
Why doesn't shell automatically fix "useless use of cat"?
Getting crown tickets for Statue of Liberty
How to obtain a position of last non-zero element
Why not take a picture of a closer black hole?
Is bread bad for ducks?
The phrase "to the numbers born"?
Can you cast a spell on someone in the Ethereal Plane, if you are on the Material Plane and have the True Seeing spell active?
How do I free up internal storage if I don't have any apps downloaded?
What's the name of these plastic connectors
APIPA and LAN Broadcast Domain
Correct punctuation for showing a character's confusion
How do you keep chess fun when your opponent constantly beats you?
Are there any other methods to apply to solving simultaneous equations?
Why does the nucleus not repel itself?
Why don't hard Brexiteers insist on a hard border to prevent illegal immigration after Brexit?
I cannot remove my broken package which i didnt install
The 2019 Stack Overflow Developer Survey Results Are InCannot install Adobe or Skype due to ia32-libs errorWill not allow me to install playonlinux! Says I have 'held broken packagesHow can I slove postgresql-9.3-postgis-2.1 unmet dependencies Ubuntu 14.04I am trying to re-install r in my ubuntu 14.04. But I keep getting this error always I try to install r as sudo apt-get install r-basePackage system is broken (16.04)Cannot install GDB on Ubuntu 17.10 due to Python dependency issuesChrome not upgrading, netflix not workingCannot install dh-autoreconf - dependency loopI've failed to install the R package, broken packagesTrying to install wine32 but getting an error
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
sudo dpkg --remove --force-remove-reinstreq dotnet-runtime-2.0.0
dpkg: warning: ignoring request to remove dotnet-runtime-2.0.0 which isn't installed
The following packages have unmet dependencies:
dotnet-sdk-2.2 : Depends: aspnetcore-runtime-2.2 (>= 2.2.3) but it is not going to be installed
Depends: dotnet-runtime-2.2 (>= 2.2.3) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
apt package-management dependencies
New contributor
add a comment |
sudo dpkg --remove --force-remove-reinstreq dotnet-runtime-2.0.0
dpkg: warning: ignoring request to remove dotnet-runtime-2.0.0 which isn't installed
The following packages have unmet dependencies:
dotnet-sdk-2.2 : Depends: aspnetcore-runtime-2.2 (>= 2.2.3) but it is not going to be installed
Depends: dotnet-runtime-2.2 (>= 2.2.3) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
apt package-management dependencies
New contributor
add a comment |
sudo dpkg --remove --force-remove-reinstreq dotnet-runtime-2.0.0
dpkg: warning: ignoring request to remove dotnet-runtime-2.0.0 which isn't installed
The following packages have unmet dependencies:
dotnet-sdk-2.2 : Depends: aspnetcore-runtime-2.2 (>= 2.2.3) but it is not going to be installed
Depends: dotnet-runtime-2.2 (>= 2.2.3) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
apt package-management dependencies
New contributor
sudo dpkg --remove --force-remove-reinstreq dotnet-runtime-2.0.0
dpkg: warning: ignoring request to remove dotnet-runtime-2.0.0 which isn't installed
The following packages have unmet dependencies:
dotnet-sdk-2.2 : Depends: aspnetcore-runtime-2.2 (>= 2.2.3) but it is not going to be installed
Depends: dotnet-runtime-2.2 (>= 2.2.3) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
apt package-management dependencies
apt package-management dependencies
New contributor
New contributor
edited 2 days ago
Emmet
7,81322346
7,81322346
New contributor
asked 2 days ago
Anonymous userAnonymous user
111
111
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
The error tells you that dotnet-sdk
depends on dotnet-runtime
.
sudo apt remove dotnet-sdk
should prevent that error in the future.
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
);
);
Anonymous user 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%2f1132440%2fi-cannot-remove-my-broken-package-which-i-didnt-install%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
The error tells you that dotnet-sdk
depends on dotnet-runtime
.
sudo apt remove dotnet-sdk
should prevent that error in the future.
add a comment |
The error tells you that dotnet-sdk
depends on dotnet-runtime
.
sudo apt remove dotnet-sdk
should prevent that error in the future.
add a comment |
The error tells you that dotnet-sdk
depends on dotnet-runtime
.
sudo apt remove dotnet-sdk
should prevent that error in the future.
The error tells you that dotnet-sdk
depends on dotnet-runtime
.
sudo apt remove dotnet-sdk
should prevent that error in the future.
answered 2 days ago
guntbertguntbert
9,516133170
9,516133170
add a comment |
add a comment |
Anonymous user is a new contributor. Be nice, and check out our Code of Conduct.
Anonymous user is a new contributor. Be nice, and check out our Code of Conduct.
Anonymous user is a new contributor. Be nice, and check out our Code of Conduct.
Anonymous user 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%2f1132440%2fi-cannot-remove-my-broken-package-which-i-didnt-install%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