I can't install any package, dependency problems
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
The apt-get
command doesn't work. When I try this sudo dpkg --configure -a
, I get this:
dpkg: dependency problems prevent configuration of libc6:amd64:
libc6:amd64 depends on libgcc1; however:
Package libgcc1 is not installed.
libc6:amd64 depends on tzdata; however:
Package tzdata is not installed.
dpkg: error processing libc6:amd64 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of multiarch-support:
multiarch-support depends on libc6 (>= 2.3.6-2); however:
Package libc6:amd64 is not configured yet.
dpkg: error processing multiarch-support (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
libc6:amd64
multiarch-support
apt dpkg dependencies
add a comment |
The apt-get
command doesn't work. When I try this sudo dpkg --configure -a
, I get this:
dpkg: dependency problems prevent configuration of libc6:amd64:
libc6:amd64 depends on libgcc1; however:
Package libgcc1 is not installed.
libc6:amd64 depends on tzdata; however:
Package tzdata is not installed.
dpkg: error processing libc6:amd64 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of multiarch-support:
multiarch-support depends on libc6 (>= 2.3.6-2); however:
Package libc6:amd64 is not configured yet.
dpkg: error processing multiarch-support (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
libc6:amd64
multiarch-support
apt dpkg dependencies
The architecture of your system is x32 or x64? Please, edit your answer telling us the output of thesudo apt-get install (something)
command.
– Lucio
Nov 22 '12 at 20:44
add a comment |
The apt-get
command doesn't work. When I try this sudo dpkg --configure -a
, I get this:
dpkg: dependency problems prevent configuration of libc6:amd64:
libc6:amd64 depends on libgcc1; however:
Package libgcc1 is not installed.
libc6:amd64 depends on tzdata; however:
Package tzdata is not installed.
dpkg: error processing libc6:amd64 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of multiarch-support:
multiarch-support depends on libc6 (>= 2.3.6-2); however:
Package libc6:amd64 is not configured yet.
dpkg: error processing multiarch-support (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
libc6:amd64
multiarch-support
apt dpkg dependencies
The apt-get
command doesn't work. When I try this sudo dpkg --configure -a
, I get this:
dpkg: dependency problems prevent configuration of libc6:amd64:
libc6:amd64 depends on libgcc1; however:
Package libgcc1 is not installed.
libc6:amd64 depends on tzdata; however:
Package tzdata is not installed.
dpkg: error processing libc6:amd64 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of multiarch-support:
multiarch-support depends on libc6 (>= 2.3.6-2); however:
Package libc6:amd64 is not configured yet.
dpkg: error processing multiarch-support (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
libc6:amd64
multiarch-support
apt dpkg dependencies
apt dpkg dependencies
edited Nov 22 '12 at 20:44
Bruno Pereira
60.9k26181209
60.9k26181209
asked Nov 22 '12 at 20:14
Mj125Mj125
1253513
1253513
The architecture of your system is x32 or x64? Please, edit your answer telling us the output of thesudo apt-get install (something)
command.
– Lucio
Nov 22 '12 at 20:44
add a comment |
The architecture of your system is x32 or x64? Please, edit your answer telling us the output of thesudo apt-get install (something)
command.
– Lucio
Nov 22 '12 at 20:44
The architecture of your system is x32 or x64? Please, edit your answer telling us the output of the
sudo apt-get install (something)
command.– Lucio
Nov 22 '12 at 20:44
The architecture of your system is x32 or x64? Please, edit your answer telling us the output of the
sudo apt-get install (something)
command.– Lucio
Nov 22 '12 at 20:44
add a comment |
3 Answers
3
active
oldest
votes
Been there, you've tried to install something made for a different release. It's repairable but reinstall is quicker, specially if your /home
isn't part of root (/
) mount point.
The architecture of my system is x64.
– Mj125
Nov 23 '12 at 4:40
add a comment |
sudo apt-get install dependency name
Sometimes dependencies are because the dependencies are in a different repo than you have like cinnamon there are 2 repos for it you need the right one to get all the packages for it
add a comment |
Here my solution in another question:
https://askubuntu.com/a/485293/130195
But here you have to force the status the libc6
to installed
.
Read my other answer to understand how to force status installed
to a package.
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
});
}
});
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%2f220701%2fi-cant-install-any-package-dependency-problems%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Been there, you've tried to install something made for a different release. It's repairable but reinstall is quicker, specially if your /home
isn't part of root (/
) mount point.
The architecture of my system is x64.
– Mj125
Nov 23 '12 at 4:40
add a comment |
Been there, you've tried to install something made for a different release. It's repairable but reinstall is quicker, specially if your /home
isn't part of root (/
) mount point.
The architecture of my system is x64.
– Mj125
Nov 23 '12 at 4:40
add a comment |
Been there, you've tried to install something made for a different release. It's repairable but reinstall is quicker, specially if your /home
isn't part of root (/
) mount point.
Been there, you've tried to install something made for a different release. It's repairable but reinstall is quicker, specially if your /home
isn't part of root (/
) mount point.
answered Nov 22 '12 at 20:35
perdigueiroperdigueiro
30126
30126
The architecture of my system is x64.
– Mj125
Nov 23 '12 at 4:40
add a comment |
The architecture of my system is x64.
– Mj125
Nov 23 '12 at 4:40
The architecture of my system is x64.
– Mj125
Nov 23 '12 at 4:40
The architecture of my system is x64.
– Mj125
Nov 23 '12 at 4:40
add a comment |
sudo apt-get install dependency name
Sometimes dependencies are because the dependencies are in a different repo than you have like cinnamon there are 2 repos for it you need the right one to get all the packages for it
add a comment |
sudo apt-get install dependency name
Sometimes dependencies are because the dependencies are in a different repo than you have like cinnamon there are 2 repos for it you need the right one to get all the packages for it
add a comment |
sudo apt-get install dependency name
Sometimes dependencies are because the dependencies are in a different repo than you have like cinnamon there are 2 repos for it you need the right one to get all the packages for it
sudo apt-get install dependency name
Sometimes dependencies are because the dependencies are in a different repo than you have like cinnamon there are 2 repos for it you need the right one to get all the packages for it
answered Dec 4 '12 at 12:46
user112609user112609
1071
1071
add a comment |
add a comment |
Here my solution in another question:
https://askubuntu.com/a/485293/130195
But here you have to force the status the libc6
to installed
.
Read my other answer to understand how to force status installed
to a package.
add a comment |
Here my solution in another question:
https://askubuntu.com/a/485293/130195
But here you have to force the status the libc6
to installed
.
Read my other answer to understand how to force status installed
to a package.
add a comment |
Here my solution in another question:
https://askubuntu.com/a/485293/130195
But here you have to force the status the libc6
to installed
.
Read my other answer to understand how to force status installed
to a package.
Here my solution in another question:
https://askubuntu.com/a/485293/130195
But here you have to force the status the libc6
to installed
.
Read my other answer to understand how to force status installed
to a package.
edited Apr 13 '17 at 12:23
Community♦
1
1
answered Jun 19 '14 at 2:06
Rui AndradaRui Andrada
18917
18917
add a comment |
add a comment |
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%2f220701%2fi-cant-install-any-package-dependency-problems%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
The architecture of your system is x32 or x64? Please, edit your answer telling us the output of the
sudo apt-get install (something)
command.– Lucio
Nov 22 '12 at 20:44