I can't install any package, dependency problems





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







1















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









share|improve this question

























  • 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




















1















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









share|improve this question

























  • 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
















1












1








1


1






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









share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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 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



















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












3 Answers
3






active

oldest

votes


















0














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.






share|improve this answer
























  • The architecture of my system is x64.

    – Mj125
    Nov 23 '12 at 4:40



















0














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






share|improve this answer































    0














    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.






    share|improve this answer


























      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
      });


      }
      });














      draft saved

      draft discarded


















      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









      0














      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.






      share|improve this answer
























      • The architecture of my system is x64.

        – Mj125
        Nov 23 '12 at 4:40
















      0














      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.






      share|improve this answer
























      • The architecture of my system is x64.

        – Mj125
        Nov 23 '12 at 4:40














      0












      0








      0







      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.






      share|improve this answer













      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.







      share|improve this answer












      share|improve this answer



      share|improve this answer










      answered Nov 22 '12 at 20:35









      perdigueiroperdigueiro

      30126




      30126













      • 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





      The architecture of my system is x64.

      – Mj125
      Nov 23 '12 at 4:40













      0














      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






      share|improve this answer




























        0














        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






        share|improve this answer


























          0












          0








          0







          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






          share|improve this answer













          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







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Dec 4 '12 at 12:46









          user112609user112609

          1071




          1071























              0














              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.






              share|improve this answer






























                0














                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.






                share|improve this answer




























                  0












                  0








                  0







                  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.






                  share|improve this answer















                  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.







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Apr 13 '17 at 12:23









                  Community

                  1




                  1










                  answered Jun 19 '14 at 2:06









                  Rui AndradaRui Andrada

                  18917




                  18917






























                      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%2f220701%2fi-cant-install-any-package-dependency-problems%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

                      How did Captain America manage to do this?

                      迪纳利

                      南乌拉尔铁路局