I can't open Ubuntu Software Center












0















I downloaded google chrome that was made for my computer from https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb. For some reason after I installed I can't open. Also in the corner where the time and other things are there's this red circle with a white dash in the middle of it. It says "An error occured, please run package manager from the right click menu or apt-get in a terminal to see what is wrong. The error message was: 'Unknown Error:''(E:The package google-chrome-stable needs to be reinstalled,but I can't find an archive for it.)' This usually means that your installed packages have unmet dependencies.










share|improve this question



























    0















    I downloaded google chrome that was made for my computer from https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb. For some reason after I installed I can't open. Also in the corner where the time and other things are there's this red circle with a white dash in the middle of it. It says "An error occured, please run package manager from the right click menu or apt-get in a terminal to see what is wrong. The error message was: 'Unknown Error:''(E:The package google-chrome-stable needs to be reinstalled,but I can't find an archive for it.)' This usually means that your installed packages have unmet dependencies.










    share|improve this question

























      0












      0








      0


      1






      I downloaded google chrome that was made for my computer from https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb. For some reason after I installed I can't open. Also in the corner where the time and other things are there's this red circle with a white dash in the middle of it. It says "An error occured, please run package manager from the right click menu or apt-get in a terminal to see what is wrong. The error message was: 'Unknown Error:''(E:The package google-chrome-stable needs to be reinstalled,but I can't find an archive for it.)' This usually means that your installed packages have unmet dependencies.










      share|improve this question














      I downloaded google chrome that was made for my computer from https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb. For some reason after I installed I can't open. Also in the corner where the time and other things are there's this red circle with a white dash in the middle of it. It says "An error occured, please run package manager from the right click menu or apt-get in a terminal to see what is wrong. The error message was: 'Unknown Error:''(E:The package google-chrome-stable needs to be reinstalled,but I can't find an archive for it.)' This usually means that your installed packages have unmet dependencies.







      installation






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jun 9 '13 at 5:16









      user165700user165700

      111




      111






















          3 Answers
          3






          active

          oldest

          votes


















          0














          Type in terminal: sudo apt-get install -f



          Follow next instructions.






          share|improve this answer
























          • I edited it but I can't even find it in there. But I did that command and I got,"Reading package lists... Done Building dependency tree Reading state information... Done E: The package google-chrome-stable needs to be reinstalled, but I can't find an archive for it." That file is in my downloads folder by the way.

            – user165700
            Jun 9 '13 at 5:20



















          0














          Use the following commands in a terminal:



          sudo dpkg --configure -a
          sudo apt-get install -f
          sudo apt-get upgrade
          sudo apt-get dist-upgrade
          sudo dpkg --configure -a


          You will want to reboot after using these commands. This can be done from the reboot menu, or by using this command in the terminal:



          sudo reboot


          You can open up a terminal by using CTRL+ALT+T or by using ALT+F2 and typing gnome-terminal.
          That should fix the 'An error occurred, please run package manage' part.



          Try using these commands to install chrome. This assumes that the google-chrome-stable_current_amd64.deb file is in your downloads folder:



          cd Downloads
          sudo dpkg -i google-chrome-stable_current_amd64.deb
          sudo apt-get install -f


          Please paste the output of those last commands.






          share|improve this answer


























          • I still got the same thing it's telling me, "E: The package google-chrome-stable needs to be reinstalled, but I can't find an archive for it."

            – user165700
            Jun 9 '13 at 5:27











          • Does this fix the 'An error has occurred'?

            – daboross
            Jun 9 '13 at 5:28











          • Edited to include possible fix for google-chrome install.

            – daboross
            Jun 9 '13 at 5:32











          • evan@ubuntu:~$ cd Downloads evan@ubuntu:~/Downloads$ sudo dpkg -i google-chrome-stable_current_amd64.deb (Reading database ... 168644 files and directories currently installed.) Preparing to replace google-chrome-stable 27.0.1453.110-r202711 (using google-chrome-stable_current_amd64.deb) ... Unpacking replacement google-chrome-stable ... It's stuck on this.

            – user165700
            Jun 9 '13 at 5:38











          • It doesn't go any farther?

            – daboross
            Jun 9 '13 at 5:41



















          -2














          You can try removing the package completely first by doing:



          sudo dpkg --force-all -P google-chrome-stable





          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%2f305907%2fi-cant-open-ubuntu-software-center%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














            Type in terminal: sudo apt-get install -f



            Follow next instructions.






            share|improve this answer
























            • I edited it but I can't even find it in there. But I did that command and I got,"Reading package lists... Done Building dependency tree Reading state information... Done E: The package google-chrome-stable needs to be reinstalled, but I can't find an archive for it." That file is in my downloads folder by the way.

              – user165700
              Jun 9 '13 at 5:20
















            0














            Type in terminal: sudo apt-get install -f



            Follow next instructions.






            share|improve this answer
























            • I edited it but I can't even find it in there. But I did that command and I got,"Reading package lists... Done Building dependency tree Reading state information... Done E: The package google-chrome-stable needs to be reinstalled, but I can't find an archive for it." That file is in my downloads folder by the way.

              – user165700
              Jun 9 '13 at 5:20














            0












            0








            0







            Type in terminal: sudo apt-get install -f



            Follow next instructions.






            share|improve this answer













            Type in terminal: sudo apt-get install -f



            Follow next instructions.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Jun 9 '13 at 5:18









            Aryo AdhiAryo Adhi

            7981836




            7981836













            • I edited it but I can't even find it in there. But I did that command and I got,"Reading package lists... Done Building dependency tree Reading state information... Done E: The package google-chrome-stable needs to be reinstalled, but I can't find an archive for it." That file is in my downloads folder by the way.

              – user165700
              Jun 9 '13 at 5:20



















            • I edited it but I can't even find it in there. But I did that command and I got,"Reading package lists... Done Building dependency tree Reading state information... Done E: The package google-chrome-stable needs to be reinstalled, but I can't find an archive for it." That file is in my downloads folder by the way.

              – user165700
              Jun 9 '13 at 5:20

















            I edited it but I can't even find it in there. But I did that command and I got,"Reading package lists... Done Building dependency tree Reading state information... Done E: The package google-chrome-stable needs to be reinstalled, but I can't find an archive for it." That file is in my downloads folder by the way.

            – user165700
            Jun 9 '13 at 5:20





            I edited it but I can't even find it in there. But I did that command and I got,"Reading package lists... Done Building dependency tree Reading state information... Done E: The package google-chrome-stable needs to be reinstalled, but I can't find an archive for it." That file is in my downloads folder by the way.

            – user165700
            Jun 9 '13 at 5:20













            0














            Use the following commands in a terminal:



            sudo dpkg --configure -a
            sudo apt-get install -f
            sudo apt-get upgrade
            sudo apt-get dist-upgrade
            sudo dpkg --configure -a


            You will want to reboot after using these commands. This can be done from the reboot menu, or by using this command in the terminal:



            sudo reboot


            You can open up a terminal by using CTRL+ALT+T or by using ALT+F2 and typing gnome-terminal.
            That should fix the 'An error occurred, please run package manage' part.



            Try using these commands to install chrome. This assumes that the google-chrome-stable_current_amd64.deb file is in your downloads folder:



            cd Downloads
            sudo dpkg -i google-chrome-stable_current_amd64.deb
            sudo apt-get install -f


            Please paste the output of those last commands.






            share|improve this answer


























            • I still got the same thing it's telling me, "E: The package google-chrome-stable needs to be reinstalled, but I can't find an archive for it."

              – user165700
              Jun 9 '13 at 5:27











            • Does this fix the 'An error has occurred'?

              – daboross
              Jun 9 '13 at 5:28











            • Edited to include possible fix for google-chrome install.

              – daboross
              Jun 9 '13 at 5:32











            • evan@ubuntu:~$ cd Downloads evan@ubuntu:~/Downloads$ sudo dpkg -i google-chrome-stable_current_amd64.deb (Reading database ... 168644 files and directories currently installed.) Preparing to replace google-chrome-stable 27.0.1453.110-r202711 (using google-chrome-stable_current_amd64.deb) ... Unpacking replacement google-chrome-stable ... It's stuck on this.

              – user165700
              Jun 9 '13 at 5:38











            • It doesn't go any farther?

              – daboross
              Jun 9 '13 at 5:41
















            0














            Use the following commands in a terminal:



            sudo dpkg --configure -a
            sudo apt-get install -f
            sudo apt-get upgrade
            sudo apt-get dist-upgrade
            sudo dpkg --configure -a


            You will want to reboot after using these commands. This can be done from the reboot menu, or by using this command in the terminal:



            sudo reboot


            You can open up a terminal by using CTRL+ALT+T or by using ALT+F2 and typing gnome-terminal.
            That should fix the 'An error occurred, please run package manage' part.



            Try using these commands to install chrome. This assumes that the google-chrome-stable_current_amd64.deb file is in your downloads folder:



            cd Downloads
            sudo dpkg -i google-chrome-stable_current_amd64.deb
            sudo apt-get install -f


            Please paste the output of those last commands.






            share|improve this answer


























            • I still got the same thing it's telling me, "E: The package google-chrome-stable needs to be reinstalled, but I can't find an archive for it."

              – user165700
              Jun 9 '13 at 5:27











            • Does this fix the 'An error has occurred'?

              – daboross
              Jun 9 '13 at 5:28











            • Edited to include possible fix for google-chrome install.

              – daboross
              Jun 9 '13 at 5:32











            • evan@ubuntu:~$ cd Downloads evan@ubuntu:~/Downloads$ sudo dpkg -i google-chrome-stable_current_amd64.deb (Reading database ... 168644 files and directories currently installed.) Preparing to replace google-chrome-stable 27.0.1453.110-r202711 (using google-chrome-stable_current_amd64.deb) ... Unpacking replacement google-chrome-stable ... It's stuck on this.

              – user165700
              Jun 9 '13 at 5:38











            • It doesn't go any farther?

              – daboross
              Jun 9 '13 at 5:41














            0












            0








            0







            Use the following commands in a terminal:



            sudo dpkg --configure -a
            sudo apt-get install -f
            sudo apt-get upgrade
            sudo apt-get dist-upgrade
            sudo dpkg --configure -a


            You will want to reboot after using these commands. This can be done from the reboot menu, or by using this command in the terminal:



            sudo reboot


            You can open up a terminal by using CTRL+ALT+T or by using ALT+F2 and typing gnome-terminal.
            That should fix the 'An error occurred, please run package manage' part.



            Try using these commands to install chrome. This assumes that the google-chrome-stable_current_amd64.deb file is in your downloads folder:



            cd Downloads
            sudo dpkg -i google-chrome-stable_current_amd64.deb
            sudo apt-get install -f


            Please paste the output of those last commands.






            share|improve this answer















            Use the following commands in a terminal:



            sudo dpkg --configure -a
            sudo apt-get install -f
            sudo apt-get upgrade
            sudo apt-get dist-upgrade
            sudo dpkg --configure -a


            You will want to reboot after using these commands. This can be done from the reboot menu, or by using this command in the terminal:



            sudo reboot


            You can open up a terminal by using CTRL+ALT+T or by using ALT+F2 and typing gnome-terminal.
            That should fix the 'An error occurred, please run package manage' part.



            Try using these commands to install chrome. This assumes that the google-chrome-stable_current_amd64.deb file is in your downloads folder:



            cd Downloads
            sudo dpkg -i google-chrome-stable_current_amd64.deb
            sudo apt-get install -f


            Please paste the output of those last commands.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Jun 9 '13 at 5:52

























            answered Jun 9 '13 at 5:21









            daborossdaboross

            1,45511527




            1,45511527













            • I still got the same thing it's telling me, "E: The package google-chrome-stable needs to be reinstalled, but I can't find an archive for it."

              – user165700
              Jun 9 '13 at 5:27











            • Does this fix the 'An error has occurred'?

              – daboross
              Jun 9 '13 at 5:28











            • Edited to include possible fix for google-chrome install.

              – daboross
              Jun 9 '13 at 5:32











            • evan@ubuntu:~$ cd Downloads evan@ubuntu:~/Downloads$ sudo dpkg -i google-chrome-stable_current_amd64.deb (Reading database ... 168644 files and directories currently installed.) Preparing to replace google-chrome-stable 27.0.1453.110-r202711 (using google-chrome-stable_current_amd64.deb) ... Unpacking replacement google-chrome-stable ... It's stuck on this.

              – user165700
              Jun 9 '13 at 5:38











            • It doesn't go any farther?

              – daboross
              Jun 9 '13 at 5:41



















            • I still got the same thing it's telling me, "E: The package google-chrome-stable needs to be reinstalled, but I can't find an archive for it."

              – user165700
              Jun 9 '13 at 5:27











            • Does this fix the 'An error has occurred'?

              – daboross
              Jun 9 '13 at 5:28











            • Edited to include possible fix for google-chrome install.

              – daboross
              Jun 9 '13 at 5:32











            • evan@ubuntu:~$ cd Downloads evan@ubuntu:~/Downloads$ sudo dpkg -i google-chrome-stable_current_amd64.deb (Reading database ... 168644 files and directories currently installed.) Preparing to replace google-chrome-stable 27.0.1453.110-r202711 (using google-chrome-stable_current_amd64.deb) ... Unpacking replacement google-chrome-stable ... It's stuck on this.

              – user165700
              Jun 9 '13 at 5:38











            • It doesn't go any farther?

              – daboross
              Jun 9 '13 at 5:41

















            I still got the same thing it's telling me, "E: The package google-chrome-stable needs to be reinstalled, but I can't find an archive for it."

            – user165700
            Jun 9 '13 at 5:27





            I still got the same thing it's telling me, "E: The package google-chrome-stable needs to be reinstalled, but I can't find an archive for it."

            – user165700
            Jun 9 '13 at 5:27













            Does this fix the 'An error has occurred'?

            – daboross
            Jun 9 '13 at 5:28





            Does this fix the 'An error has occurred'?

            – daboross
            Jun 9 '13 at 5:28













            Edited to include possible fix for google-chrome install.

            – daboross
            Jun 9 '13 at 5:32





            Edited to include possible fix for google-chrome install.

            – daboross
            Jun 9 '13 at 5:32













            evan@ubuntu:~$ cd Downloads evan@ubuntu:~/Downloads$ sudo dpkg -i google-chrome-stable_current_amd64.deb (Reading database ... 168644 files and directories currently installed.) Preparing to replace google-chrome-stable 27.0.1453.110-r202711 (using google-chrome-stable_current_amd64.deb) ... Unpacking replacement google-chrome-stable ... It's stuck on this.

            – user165700
            Jun 9 '13 at 5:38





            evan@ubuntu:~$ cd Downloads evan@ubuntu:~/Downloads$ sudo dpkg -i google-chrome-stable_current_amd64.deb (Reading database ... 168644 files and directories currently installed.) Preparing to replace google-chrome-stable 27.0.1453.110-r202711 (using google-chrome-stable_current_amd64.deb) ... Unpacking replacement google-chrome-stable ... It's stuck on this.

            – user165700
            Jun 9 '13 at 5:38













            It doesn't go any farther?

            – daboross
            Jun 9 '13 at 5:41





            It doesn't go any farther?

            – daboross
            Jun 9 '13 at 5:41











            -2














            You can try removing the package completely first by doing:



            sudo dpkg --force-all -P google-chrome-stable





            share|improve this answer






























              -2














              You can try removing the package completely first by doing:



              sudo dpkg --force-all -P google-chrome-stable





              share|improve this answer




























                -2












                -2








                -2







                You can try removing the package completely first by doing:



                sudo dpkg --force-all -P google-chrome-stable





                share|improve this answer















                You can try removing the package completely first by doing:



                sudo dpkg --force-all -P google-chrome-stable






                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Nov 13 '13 at 16:34









                chaskes

                13.3k74259




                13.3k74259










                answered Nov 13 '13 at 16:15









                user215422user215422

                1




                1






























                    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%2f305907%2fi-cant-open-ubuntu-software-center%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?

                    迪纳利

                    南乌拉尔铁路局