Error Installing MySQL Workbench
I'm unable to install MySQL Workbench.
It tells the following error:
The following packages have unmet dependencies:
mysql-workbench: Depends: libgcc1 (>= 1:4.1.1) but 1:4.9.3-0ubuntu4 is to be installed
Depends: libgtkmm-2.4-1c2a (>= 1:2.24.0) but 1:2.24.4-1ubuntu1 is to be installed
Depends: libpcrecpp0 (>= 7.7) but 1:8.31-2ubuntu2.1 is to be installed
Depends: python:any (>= 2.7.1-0ubuntu2) but it is a virtual package
Depends: mysql-workbench-data (= 6.0.8+dfsg-2) but 6.0.8+dfsg-2 is to be nstalled
Screenshot
How can I fix this? I'm running on Ubuntu 14.04 LTS
14.04 mysql-workbench
add a comment |
I'm unable to install MySQL Workbench.
It tells the following error:
The following packages have unmet dependencies:
mysql-workbench: Depends: libgcc1 (>= 1:4.1.1) but 1:4.9.3-0ubuntu4 is to be installed
Depends: libgtkmm-2.4-1c2a (>= 1:2.24.0) but 1:2.24.4-1ubuntu1 is to be installed
Depends: libpcrecpp0 (>= 7.7) but 1:8.31-2ubuntu2.1 is to be installed
Depends: python:any (>= 2.7.1-0ubuntu2) but it is a virtual package
Depends: mysql-workbench-data (= 6.0.8+dfsg-2) but 6.0.8+dfsg-2 is to be nstalled
Screenshot
How can I fix this? I'm running on Ubuntu 14.04 LTS
14.04 mysql-workbench
Are you still looking for answers?
– Anwar
Sep 6 '16 at 5:05
add a comment |
I'm unable to install MySQL Workbench.
It tells the following error:
The following packages have unmet dependencies:
mysql-workbench: Depends: libgcc1 (>= 1:4.1.1) but 1:4.9.3-0ubuntu4 is to be installed
Depends: libgtkmm-2.4-1c2a (>= 1:2.24.0) but 1:2.24.4-1ubuntu1 is to be installed
Depends: libpcrecpp0 (>= 7.7) but 1:8.31-2ubuntu2.1 is to be installed
Depends: python:any (>= 2.7.1-0ubuntu2) but it is a virtual package
Depends: mysql-workbench-data (= 6.0.8+dfsg-2) but 6.0.8+dfsg-2 is to be nstalled
Screenshot
How can I fix this? I'm running on Ubuntu 14.04 LTS
14.04 mysql-workbench
I'm unable to install MySQL Workbench.
It tells the following error:
The following packages have unmet dependencies:
mysql-workbench: Depends: libgcc1 (>= 1:4.1.1) but 1:4.9.3-0ubuntu4 is to be installed
Depends: libgtkmm-2.4-1c2a (>= 1:2.24.0) but 1:2.24.4-1ubuntu1 is to be installed
Depends: libpcrecpp0 (>= 7.7) but 1:8.31-2ubuntu2.1 is to be installed
Depends: python:any (>= 2.7.1-0ubuntu2) but it is a virtual package
Depends: mysql-workbench-data (= 6.0.8+dfsg-2) but 6.0.8+dfsg-2 is to be nstalled
Screenshot
How can I fix this? I'm running on Ubuntu 14.04 LTS
14.04 mysql-workbench
14.04 mysql-workbench
asked Mar 17 '16 at 4:51
Mac CortesMac Cortes
1612
1612
Are you still looking for answers?
– Anwar
Sep 6 '16 at 5:05
add a comment |
Are you still looking for answers?
– Anwar
Sep 6 '16 at 5:05
Are you still looking for answers?
– Anwar
Sep 6 '16 at 5:05
Are you still looking for answers?
– Anwar
Sep 6 '16 at 5:05
add a comment |
3 Answers
3
active
oldest
votes
You will need to install all the dependencies prior to installing MySQL Workbench.
Try out this command:
sudo apt-get install libgcc1 libgtkmm-2.4-1c2a libpcrecpp0 python mysql-workbench-data
add a comment |
Here's my solution:
sudo apt-get update
sudo apt-get install mysql-client-5.5
sudo apt-get install mysql-client
sudo apt-get install mysql-workbench
I had the same problem, and I got it to work. I had to do it through the command line. I think what caused me this problem was that I did apt-get install mysql-client-5.6 before I installed any other mysql- stuff.
First sudo apt-get update
Then I tried to apt-get install mysql-workbench, but I got this error which told me the next step.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
mysql-workbench : Depends: mysql-client
E: Unable to correct problems, you have held broken packages.
So I did sudo apt-get install mysql-client
but it gave a similar error but told me I needed mysql-client-5.5. So I did sudo apt-get install mysql-client-5.5
, and it worked. Then I installed mysql-client, and it worked. Then I installed mysql-workbench, and it worked!
P.S. Props to Sanchit. The first thing I did was follow Sanchit's answer: sudo apt-get install libgcc1 libgtkmm-2.4-1c2a libpcrecpp0 python mysql-workbench-data
But I tried again to install in through Ubuntu Software Center and got the same error. But now, I don't know if that was a necessary step or not. At that point I tried through the command line, with the mindset that it was just a matter of installing the right packages to meet dependencies.
add a comment |
I had the same error, I did sudo apt-get update
after adding the APT and workbench installed but couldn't work. I ran this command:
sudo apt-get -f install
and re-installed with
sudo apt-get install mysql-workbench-community
and it worked.
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%2f746941%2ferror-installing-mysql-workbench%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
You will need to install all the dependencies prior to installing MySQL Workbench.
Try out this command:
sudo apt-get install libgcc1 libgtkmm-2.4-1c2a libpcrecpp0 python mysql-workbench-data
add a comment |
You will need to install all the dependencies prior to installing MySQL Workbench.
Try out this command:
sudo apt-get install libgcc1 libgtkmm-2.4-1c2a libpcrecpp0 python mysql-workbench-data
add a comment |
You will need to install all the dependencies prior to installing MySQL Workbench.
Try out this command:
sudo apt-get install libgcc1 libgtkmm-2.4-1c2a libpcrecpp0 python mysql-workbench-data
You will need to install all the dependencies prior to installing MySQL Workbench.
Try out this command:
sudo apt-get install libgcc1 libgtkmm-2.4-1c2a libpcrecpp0 python mysql-workbench-data
answered Mar 17 '16 at 7:15
SanchitSanchit
1394
1394
add a comment |
add a comment |
Here's my solution:
sudo apt-get update
sudo apt-get install mysql-client-5.5
sudo apt-get install mysql-client
sudo apt-get install mysql-workbench
I had the same problem, and I got it to work. I had to do it through the command line. I think what caused me this problem was that I did apt-get install mysql-client-5.6 before I installed any other mysql- stuff.
First sudo apt-get update
Then I tried to apt-get install mysql-workbench, but I got this error which told me the next step.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
mysql-workbench : Depends: mysql-client
E: Unable to correct problems, you have held broken packages.
So I did sudo apt-get install mysql-client
but it gave a similar error but told me I needed mysql-client-5.5. So I did sudo apt-get install mysql-client-5.5
, and it worked. Then I installed mysql-client, and it worked. Then I installed mysql-workbench, and it worked!
P.S. Props to Sanchit. The first thing I did was follow Sanchit's answer: sudo apt-get install libgcc1 libgtkmm-2.4-1c2a libpcrecpp0 python mysql-workbench-data
But I tried again to install in through Ubuntu Software Center and got the same error. But now, I don't know if that was a necessary step or not. At that point I tried through the command line, with the mindset that it was just a matter of installing the right packages to meet dependencies.
add a comment |
Here's my solution:
sudo apt-get update
sudo apt-get install mysql-client-5.5
sudo apt-get install mysql-client
sudo apt-get install mysql-workbench
I had the same problem, and I got it to work. I had to do it through the command line. I think what caused me this problem was that I did apt-get install mysql-client-5.6 before I installed any other mysql- stuff.
First sudo apt-get update
Then I tried to apt-get install mysql-workbench, but I got this error which told me the next step.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
mysql-workbench : Depends: mysql-client
E: Unable to correct problems, you have held broken packages.
So I did sudo apt-get install mysql-client
but it gave a similar error but told me I needed mysql-client-5.5. So I did sudo apt-get install mysql-client-5.5
, and it worked. Then I installed mysql-client, and it worked. Then I installed mysql-workbench, and it worked!
P.S. Props to Sanchit. The first thing I did was follow Sanchit's answer: sudo apt-get install libgcc1 libgtkmm-2.4-1c2a libpcrecpp0 python mysql-workbench-data
But I tried again to install in through Ubuntu Software Center and got the same error. But now, I don't know if that was a necessary step or not. At that point I tried through the command line, with the mindset that it was just a matter of installing the right packages to meet dependencies.
add a comment |
Here's my solution:
sudo apt-get update
sudo apt-get install mysql-client-5.5
sudo apt-get install mysql-client
sudo apt-get install mysql-workbench
I had the same problem, and I got it to work. I had to do it through the command line. I think what caused me this problem was that I did apt-get install mysql-client-5.6 before I installed any other mysql- stuff.
First sudo apt-get update
Then I tried to apt-get install mysql-workbench, but I got this error which told me the next step.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
mysql-workbench : Depends: mysql-client
E: Unable to correct problems, you have held broken packages.
So I did sudo apt-get install mysql-client
but it gave a similar error but told me I needed mysql-client-5.5. So I did sudo apt-get install mysql-client-5.5
, and it worked. Then I installed mysql-client, and it worked. Then I installed mysql-workbench, and it worked!
P.S. Props to Sanchit. The first thing I did was follow Sanchit's answer: sudo apt-get install libgcc1 libgtkmm-2.4-1c2a libpcrecpp0 python mysql-workbench-data
But I tried again to install in through Ubuntu Software Center and got the same error. But now, I don't know if that was a necessary step or not. At that point I tried through the command line, with the mindset that it was just a matter of installing the right packages to meet dependencies.
Here's my solution:
sudo apt-get update
sudo apt-get install mysql-client-5.5
sudo apt-get install mysql-client
sudo apt-get install mysql-workbench
I had the same problem, and I got it to work. I had to do it through the command line. I think what caused me this problem was that I did apt-get install mysql-client-5.6 before I installed any other mysql- stuff.
First sudo apt-get update
Then I tried to apt-get install mysql-workbench, but I got this error which told me the next step.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
mysql-workbench : Depends: mysql-client
E: Unable to correct problems, you have held broken packages.
So I did sudo apt-get install mysql-client
but it gave a similar error but told me I needed mysql-client-5.5. So I did sudo apt-get install mysql-client-5.5
, and it worked. Then I installed mysql-client, and it worked. Then I installed mysql-workbench, and it worked!
P.S. Props to Sanchit. The first thing I did was follow Sanchit's answer: sudo apt-get install libgcc1 libgtkmm-2.4-1c2a libpcrecpp0 python mysql-workbench-data
But I tried again to install in through Ubuntu Software Center and got the same error. But now, I don't know if that was a necessary step or not. At that point I tried through the command line, with the mindset that it was just a matter of installing the right packages to meet dependencies.
answered Jun 4 '16 at 19:34
Pie Till I DiePie Till I Die
1034
1034
add a comment |
add a comment |
I had the same error, I did sudo apt-get update
after adding the APT and workbench installed but couldn't work. I ran this command:
sudo apt-get -f install
and re-installed with
sudo apt-get install mysql-workbench-community
and it worked.
add a comment |
I had the same error, I did sudo apt-get update
after adding the APT and workbench installed but couldn't work. I ran this command:
sudo apt-get -f install
and re-installed with
sudo apt-get install mysql-workbench-community
and it worked.
add a comment |
I had the same error, I did sudo apt-get update
after adding the APT and workbench installed but couldn't work. I ran this command:
sudo apt-get -f install
and re-installed with
sudo apt-get install mysql-workbench-community
and it worked.
I had the same error, I did sudo apt-get update
after adding the APT and workbench installed but couldn't work. I ran this command:
sudo apt-get -f install
and re-installed with
sudo apt-get install mysql-workbench-community
and it worked.
edited Sep 6 '16 at 5:05
Anwar
57.1k22149255
57.1k22149255
answered Sep 6 '16 at 2:51
Reegan OchoraReegan Ochora
1132
1132
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%2f746941%2ferror-installing-mysql-workbench%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
Are you still looking for answers?
– Anwar
Sep 6 '16 at 5:05