I can't open Ubuntu Software Center

Multi tool use
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
add a comment |
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
add a comment |
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
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
installation
asked Jun 9 '13 at 5:16
user165700user165700
111
111
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
Type in terminal: sudo apt-get install -f
Follow next instructions.
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
add a comment |
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.
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
|
show 10 more comments
You can try removing the package completely first by doing:
sudo dpkg --force-all -P google-chrome-stable
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%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
Type in terminal: sudo apt-get install -f
Follow next instructions.
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
add a comment |
Type in terminal: sudo apt-get install -f
Follow next instructions.
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
add a comment |
Type in terminal: sudo apt-get install -f
Follow next instructions.
Type in terminal: sudo apt-get install -f
Follow next instructions.
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
add a comment |
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
add a comment |
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.
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
|
show 10 more comments
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.
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
|
show 10 more comments
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.
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.
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
|
show 10 more comments
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
|
show 10 more comments
You can try removing the package completely first by doing:
sudo dpkg --force-all -P google-chrome-stable
add a comment |
You can try removing the package completely first by doing:
sudo dpkg --force-all -P google-chrome-stable
add a comment |
You can try removing the package completely first by doing:
sudo dpkg --force-all -P google-chrome-stable
You can try removing the package completely first by doing:
sudo dpkg --force-all -P google-chrome-stable
edited Nov 13 '13 at 16:34


chaskes
13.3k74259
13.3k74259
answered Nov 13 '13 at 16:15
user215422user215422
1
1
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%2f305907%2fi-cant-open-ubuntu-software-center%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
9q0Nr5Z1,wlXuTocgDVSA9A w1,NxT3gF1reEF8DIobT49V0NU0ZRPqE1G