Unmet dependencies unable to fix
I'm running ubuntu 14.04. I cannot use software center to install anything, even a local deb package so I have to rely on Terminal.
Recently I was trying to install mysql-server
which generated error which I could pin-point was the required version of libstdc++6 . My system had 4.8.x while mysql 5.6 required >=4.9.
Trying the usual upgrading process and unsuccessful, I consulted my sys admin, who tried installing the 4.9 package manually(using a local .deb package), which failed as well citing unmet dependencies.
At present, what I have is a system with error saying no new software can be installed.
The sudo apt-get install -f
gives following output:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... failed.
The following packages have unmet dependencies:
libstdc++6 : Depends: gcc-4.9-base (= 4.9.2-10) but 4.9.1-0ubuntu1 is installed
libstdc++6:i386 : Depends: gcc-4.9-base:i386 (= 4.9.2-10) but 4.9.1-0ubuntu1 is installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
I checked for held packages using
dpkg -l | grep ^h
dpkg -l | grep hold
Result: nothing.
Also tried to find the broken package, if any but the file
/var/log/dist-upgrade/apt.log
doesn't exist.
So, what should/can I do now.
apt package-management dpkg mysql dependencies
add a comment |
I'm running ubuntu 14.04. I cannot use software center to install anything, even a local deb package so I have to rely on Terminal.
Recently I was trying to install mysql-server
which generated error which I could pin-point was the required version of libstdc++6 . My system had 4.8.x while mysql 5.6 required >=4.9.
Trying the usual upgrading process and unsuccessful, I consulted my sys admin, who tried installing the 4.9 package manually(using a local .deb package), which failed as well citing unmet dependencies.
At present, what I have is a system with error saying no new software can be installed.
The sudo apt-get install -f
gives following output:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... failed.
The following packages have unmet dependencies:
libstdc++6 : Depends: gcc-4.9-base (= 4.9.2-10) but 4.9.1-0ubuntu1 is installed
libstdc++6:i386 : Depends: gcc-4.9-base:i386 (= 4.9.2-10) but 4.9.1-0ubuntu1 is installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
I checked for held packages using
dpkg -l | grep ^h
dpkg -l | grep hold
Result: nothing.
Also tried to find the broken package, if any but the file
/var/log/dist-upgrade/apt.log
doesn't exist.
So, what should/can I do now.
apt package-management dpkg mysql dependencies
Where are you installing mysql-server from? An external repository, or Ubuntu's repositories?
– zhongfu
Apr 17 '15 at 8:12
I used mysql apt repository from link.
– neo.one
Apr 17 '15 at 9:00
add a comment |
I'm running ubuntu 14.04. I cannot use software center to install anything, even a local deb package so I have to rely on Terminal.
Recently I was trying to install mysql-server
which generated error which I could pin-point was the required version of libstdc++6 . My system had 4.8.x while mysql 5.6 required >=4.9.
Trying the usual upgrading process and unsuccessful, I consulted my sys admin, who tried installing the 4.9 package manually(using a local .deb package), which failed as well citing unmet dependencies.
At present, what I have is a system with error saying no new software can be installed.
The sudo apt-get install -f
gives following output:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... failed.
The following packages have unmet dependencies:
libstdc++6 : Depends: gcc-4.9-base (= 4.9.2-10) but 4.9.1-0ubuntu1 is installed
libstdc++6:i386 : Depends: gcc-4.9-base:i386 (= 4.9.2-10) but 4.9.1-0ubuntu1 is installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
I checked for held packages using
dpkg -l | grep ^h
dpkg -l | grep hold
Result: nothing.
Also tried to find the broken package, if any but the file
/var/log/dist-upgrade/apt.log
doesn't exist.
So, what should/can I do now.
apt package-management dpkg mysql dependencies
I'm running ubuntu 14.04. I cannot use software center to install anything, even a local deb package so I have to rely on Terminal.
Recently I was trying to install mysql-server
which generated error which I could pin-point was the required version of libstdc++6 . My system had 4.8.x while mysql 5.6 required >=4.9.
Trying the usual upgrading process and unsuccessful, I consulted my sys admin, who tried installing the 4.9 package manually(using a local .deb package), which failed as well citing unmet dependencies.
At present, what I have is a system with error saying no new software can be installed.
The sudo apt-get install -f
gives following output:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... failed.
The following packages have unmet dependencies:
libstdc++6 : Depends: gcc-4.9-base (= 4.9.2-10) but 4.9.1-0ubuntu1 is installed
libstdc++6:i386 : Depends: gcc-4.9-base:i386 (= 4.9.2-10) but 4.9.1-0ubuntu1 is installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
I checked for held packages using
dpkg -l | grep ^h
dpkg -l | grep hold
Result: nothing.
Also tried to find the broken package, if any but the file
/var/log/dist-upgrade/apt.log
doesn't exist.
So, what should/can I do now.
apt package-management dpkg mysql dependencies
apt package-management dpkg mysql dependencies
edited Apr 17 '15 at 10:37
A.B.
68.5k12168258
68.5k12168258
asked Apr 17 '15 at 7:31
neo.oneneo.one
4528
4528
Where are you installing mysql-server from? An external repository, or Ubuntu's repositories?
– zhongfu
Apr 17 '15 at 8:12
I used mysql apt repository from link.
– neo.one
Apr 17 '15 at 9:00
add a comment |
Where are you installing mysql-server from? An external repository, or Ubuntu's repositories?
– zhongfu
Apr 17 '15 at 8:12
I used mysql apt repository from link.
– neo.one
Apr 17 '15 at 9:00
Where are you installing mysql-server from? An external repository, or Ubuntu's repositories?
– zhongfu
Apr 17 '15 at 8:12
Where are you installing mysql-server from? An external repository, or Ubuntu's repositories?
– zhongfu
Apr 17 '15 at 8:12
I used mysql apt repository from link.
– neo.one
Apr 17 '15 at 9:00
I used mysql apt repository from link.
– neo.one
Apr 17 '15 at 9:00
add a comment |
4 Answers
4
active
oldest
votes
Your unmet dependencies problem is caused by the MySQL APT Repository repository. MySQL Server 5.6 from the MySQL APT Repository requires libstdc++6 >=4.9 however MySQL Server 5.6 (mysql-server-5.6) from the default Ubuntu repositories requires libstdc++6 >=4.6. When you install the version of MySQL Server 5.6 from the Ubuntu Software Center, it automatically resolves all the package dependencies for you.
To fix the problem you need to remove the MySQL APT Repository and then uninstall all the packages that you installed from the MySQL APT Repository.
To remove the MySQL APT Repository, use a command of the form:
sudo dpkg --remove package-name
where you replace package-name with the package name of the MySQL APT Repository you previously installed. Or else you can also search in the Ubuntu Software Center for the MySQL APT Repository .deb package that you installed and remove it from there.
Then install the MySQL Server 5.6 with the command:
sudo apt install mysql-server-5.6
I haven't installed any package, only the repo. So removing MySQL apt should resolve unmet dependencies issue?
– neo.one
Apr 17 '15 at 9:33
Yes, this should resolve the unmet dependencies issue. You need to remove the MySQL APT Repository, otherwise it will continue to try to install the same packages from MySQL APT Repository that were causing the unmet dependencies before. If you remove the MySQL APT Repository, then Ubuntu will fetch MySQL Server 5.6 from the default Ubuntu repositories along with all of its dependent packages.
– karel
Apr 17 '15 at 9:37
Tried removing apt: Still getting the dependency error sudo apt-get remove mysql-apt-config Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these: The following packages have unmet dependencies: libstdc++6 : Depends: gcc-4.9-base (= 4.9.2-10) but 4.9.1-0ubuntu1 is to be installed libstdc++6:i386 : Depends: gcc-4.9-base:i386 (= 4.9.2-10) but 4.9.1-0ubuntu1 is to be installed E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
– neo.one
Apr 17 '15 at 9:43
Okay, so I'm certain the packages sys admin tried to install are causing the issue. They were not supported by my ubuntu version. The packages are listed under 'Unknown' in Software center. If i try to remove, it shows all the softwares that depend on GNU standard c++ lib and asks to 'Remove All'. So I guess the issue is how can I remove the culprit packages without affecting my system.
– neo.one
Apr 17 '15 at 9:55
Yes, you have correctly identified the cause of the problem and also recognized the danger inherent in removing culprit packages willy-nilly. Your system needs to have at least one version of libstdc++6 to function properly. If you have two versions of libstdc++6 installed, you can remove the version of libstdc++6 from the Unknown source. Also if you have two versions of any package installed, you can remove the version from the Unknown source. But you have to keep at least one working version installed to avoid major problems.
– karel
Apr 17 '15 at 10:03
|
show 2 more comments
Use "aptitude" to solve the problem.
sudo apt-get install aptitude
sudo aptitude remove mysql-apt-config
Now follow the proposed solutions.
add a comment |
This error occurs because the package you are trying to download and install requires libstdc++6 >=4.9. The latest version of libstdc++6 available on the Ubuntu 14.04 LTS repositories is 4.8.2-19ubuntu1, which is older than 4.9.
I'm assuming that you're running Ubuntu 14.04, because the libstdc++6 package on your computer is stuck at 4.8.2-19ubuntu1. The MySQL APT repository currently has packages for three versions of Ubuntu: 12.04, 14.04 and 14.10. The packages for 12.04 and 14.04 both require only libstdc++6 >=4.6, while 14.10 requires version libstdc++6 >=4.9.
Please check that you've installed the correct mysql-apt-config package for your Ubuntu version.
Sorry, I did not see your answer. My answer addresses OP using the wrong version for the MySQL apt repository, so it's not completely a duplicate. Nonetheless, I'll delete this answer and edit your answer to include those details when I get home
– zhongfu
Apr 17 '15 at 10:46
add a comment |
libstdc++6 : Depends: gcc-4.9-base (= 4.9.2-10) but 4.9.1-0ubuntu1 is installed
The package gcc-4.9-base (= 4.9.2-10) is only available for Ubuntu Vivid.
Check this (utopic) and this (vivid).
Remove the package mysql-apt-config
, installed by these instructions and use mysql-server
to get the latest version.
sudo dpkg --force-all -P mysql-apt-config
sudo apt-get install mysql-server
So I need to install gcc-4.9-base? At the moment I'm more concerned with recovering from unmet dependencies.
– neo.one
Apr 17 '15 at 9:32
Of course: "libstdc++6 : Depends: gcc-4.9-base (= 4.9.2-10) but 4.9.1-0ubuntu1 is installed"
– A.B.
Apr 17 '15 at 9:33
Cannot remove the apt, getting the same error as posted in the question above.
– neo.one
Apr 17 '15 at 9:44
Try this command "sudo dpkg --force-all -P mysql-apt-config"
– A.B.
Apr 17 '15 at 9:57
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%2f610346%2funmet-dependencies-unable-to-fix%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
Your unmet dependencies problem is caused by the MySQL APT Repository repository. MySQL Server 5.6 from the MySQL APT Repository requires libstdc++6 >=4.9 however MySQL Server 5.6 (mysql-server-5.6) from the default Ubuntu repositories requires libstdc++6 >=4.6. When you install the version of MySQL Server 5.6 from the Ubuntu Software Center, it automatically resolves all the package dependencies for you.
To fix the problem you need to remove the MySQL APT Repository and then uninstall all the packages that you installed from the MySQL APT Repository.
To remove the MySQL APT Repository, use a command of the form:
sudo dpkg --remove package-name
where you replace package-name with the package name of the MySQL APT Repository you previously installed. Or else you can also search in the Ubuntu Software Center for the MySQL APT Repository .deb package that you installed and remove it from there.
Then install the MySQL Server 5.6 with the command:
sudo apt install mysql-server-5.6
I haven't installed any package, only the repo. So removing MySQL apt should resolve unmet dependencies issue?
– neo.one
Apr 17 '15 at 9:33
Yes, this should resolve the unmet dependencies issue. You need to remove the MySQL APT Repository, otherwise it will continue to try to install the same packages from MySQL APT Repository that were causing the unmet dependencies before. If you remove the MySQL APT Repository, then Ubuntu will fetch MySQL Server 5.6 from the default Ubuntu repositories along with all of its dependent packages.
– karel
Apr 17 '15 at 9:37
Tried removing apt: Still getting the dependency error sudo apt-get remove mysql-apt-config Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these: The following packages have unmet dependencies: libstdc++6 : Depends: gcc-4.9-base (= 4.9.2-10) but 4.9.1-0ubuntu1 is to be installed libstdc++6:i386 : Depends: gcc-4.9-base:i386 (= 4.9.2-10) but 4.9.1-0ubuntu1 is to be installed E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
– neo.one
Apr 17 '15 at 9:43
Okay, so I'm certain the packages sys admin tried to install are causing the issue. They were not supported by my ubuntu version. The packages are listed under 'Unknown' in Software center. If i try to remove, it shows all the softwares that depend on GNU standard c++ lib and asks to 'Remove All'. So I guess the issue is how can I remove the culprit packages without affecting my system.
– neo.one
Apr 17 '15 at 9:55
Yes, you have correctly identified the cause of the problem and also recognized the danger inherent in removing culprit packages willy-nilly. Your system needs to have at least one version of libstdc++6 to function properly. If you have two versions of libstdc++6 installed, you can remove the version of libstdc++6 from the Unknown source. Also if you have two versions of any package installed, you can remove the version from the Unknown source. But you have to keep at least one working version installed to avoid major problems.
– karel
Apr 17 '15 at 10:03
|
show 2 more comments
Your unmet dependencies problem is caused by the MySQL APT Repository repository. MySQL Server 5.6 from the MySQL APT Repository requires libstdc++6 >=4.9 however MySQL Server 5.6 (mysql-server-5.6) from the default Ubuntu repositories requires libstdc++6 >=4.6. When you install the version of MySQL Server 5.6 from the Ubuntu Software Center, it automatically resolves all the package dependencies for you.
To fix the problem you need to remove the MySQL APT Repository and then uninstall all the packages that you installed from the MySQL APT Repository.
To remove the MySQL APT Repository, use a command of the form:
sudo dpkg --remove package-name
where you replace package-name with the package name of the MySQL APT Repository you previously installed. Or else you can also search in the Ubuntu Software Center for the MySQL APT Repository .deb package that you installed and remove it from there.
Then install the MySQL Server 5.6 with the command:
sudo apt install mysql-server-5.6
I haven't installed any package, only the repo. So removing MySQL apt should resolve unmet dependencies issue?
– neo.one
Apr 17 '15 at 9:33
Yes, this should resolve the unmet dependencies issue. You need to remove the MySQL APT Repository, otherwise it will continue to try to install the same packages from MySQL APT Repository that were causing the unmet dependencies before. If you remove the MySQL APT Repository, then Ubuntu will fetch MySQL Server 5.6 from the default Ubuntu repositories along with all of its dependent packages.
– karel
Apr 17 '15 at 9:37
Tried removing apt: Still getting the dependency error sudo apt-get remove mysql-apt-config Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these: The following packages have unmet dependencies: libstdc++6 : Depends: gcc-4.9-base (= 4.9.2-10) but 4.9.1-0ubuntu1 is to be installed libstdc++6:i386 : Depends: gcc-4.9-base:i386 (= 4.9.2-10) but 4.9.1-0ubuntu1 is to be installed E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
– neo.one
Apr 17 '15 at 9:43
Okay, so I'm certain the packages sys admin tried to install are causing the issue. They were not supported by my ubuntu version. The packages are listed under 'Unknown' in Software center. If i try to remove, it shows all the softwares that depend on GNU standard c++ lib and asks to 'Remove All'. So I guess the issue is how can I remove the culprit packages without affecting my system.
– neo.one
Apr 17 '15 at 9:55
Yes, you have correctly identified the cause of the problem and also recognized the danger inherent in removing culprit packages willy-nilly. Your system needs to have at least one version of libstdc++6 to function properly. If you have two versions of libstdc++6 installed, you can remove the version of libstdc++6 from the Unknown source. Also if you have two versions of any package installed, you can remove the version from the Unknown source. But you have to keep at least one working version installed to avoid major problems.
– karel
Apr 17 '15 at 10:03
|
show 2 more comments
Your unmet dependencies problem is caused by the MySQL APT Repository repository. MySQL Server 5.6 from the MySQL APT Repository requires libstdc++6 >=4.9 however MySQL Server 5.6 (mysql-server-5.6) from the default Ubuntu repositories requires libstdc++6 >=4.6. When you install the version of MySQL Server 5.6 from the Ubuntu Software Center, it automatically resolves all the package dependencies for you.
To fix the problem you need to remove the MySQL APT Repository and then uninstall all the packages that you installed from the MySQL APT Repository.
To remove the MySQL APT Repository, use a command of the form:
sudo dpkg --remove package-name
where you replace package-name with the package name of the MySQL APT Repository you previously installed. Or else you can also search in the Ubuntu Software Center for the MySQL APT Repository .deb package that you installed and remove it from there.
Then install the MySQL Server 5.6 with the command:
sudo apt install mysql-server-5.6
Your unmet dependencies problem is caused by the MySQL APT Repository repository. MySQL Server 5.6 from the MySQL APT Repository requires libstdc++6 >=4.9 however MySQL Server 5.6 (mysql-server-5.6) from the default Ubuntu repositories requires libstdc++6 >=4.6. When you install the version of MySQL Server 5.6 from the Ubuntu Software Center, it automatically resolves all the package dependencies for you.
To fix the problem you need to remove the MySQL APT Repository and then uninstall all the packages that you installed from the MySQL APT Repository.
To remove the MySQL APT Repository, use a command of the form:
sudo dpkg --remove package-name
where you replace package-name with the package name of the MySQL APT Repository you previously installed. Or else you can also search in the Ubuntu Software Center for the MySQL APT Repository .deb package that you installed and remove it from there.
Then install the MySQL Server 5.6 with the command:
sudo apt install mysql-server-5.6
edited Jan 12 at 19:33
answered Apr 17 '15 at 9:32
karelkarel
58.7k13128147
58.7k13128147
I haven't installed any package, only the repo. So removing MySQL apt should resolve unmet dependencies issue?
– neo.one
Apr 17 '15 at 9:33
Yes, this should resolve the unmet dependencies issue. You need to remove the MySQL APT Repository, otherwise it will continue to try to install the same packages from MySQL APT Repository that were causing the unmet dependencies before. If you remove the MySQL APT Repository, then Ubuntu will fetch MySQL Server 5.6 from the default Ubuntu repositories along with all of its dependent packages.
– karel
Apr 17 '15 at 9:37
Tried removing apt: Still getting the dependency error sudo apt-get remove mysql-apt-config Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these: The following packages have unmet dependencies: libstdc++6 : Depends: gcc-4.9-base (= 4.9.2-10) but 4.9.1-0ubuntu1 is to be installed libstdc++6:i386 : Depends: gcc-4.9-base:i386 (= 4.9.2-10) but 4.9.1-0ubuntu1 is to be installed E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
– neo.one
Apr 17 '15 at 9:43
Okay, so I'm certain the packages sys admin tried to install are causing the issue. They were not supported by my ubuntu version. The packages are listed under 'Unknown' in Software center. If i try to remove, it shows all the softwares that depend on GNU standard c++ lib and asks to 'Remove All'. So I guess the issue is how can I remove the culprit packages without affecting my system.
– neo.one
Apr 17 '15 at 9:55
Yes, you have correctly identified the cause of the problem and also recognized the danger inherent in removing culprit packages willy-nilly. Your system needs to have at least one version of libstdc++6 to function properly. If you have two versions of libstdc++6 installed, you can remove the version of libstdc++6 from the Unknown source. Also if you have two versions of any package installed, you can remove the version from the Unknown source. But you have to keep at least one working version installed to avoid major problems.
– karel
Apr 17 '15 at 10:03
|
show 2 more comments
I haven't installed any package, only the repo. So removing MySQL apt should resolve unmet dependencies issue?
– neo.one
Apr 17 '15 at 9:33
Yes, this should resolve the unmet dependencies issue. You need to remove the MySQL APT Repository, otherwise it will continue to try to install the same packages from MySQL APT Repository that were causing the unmet dependencies before. If you remove the MySQL APT Repository, then Ubuntu will fetch MySQL Server 5.6 from the default Ubuntu repositories along with all of its dependent packages.
– karel
Apr 17 '15 at 9:37
Tried removing apt: Still getting the dependency error sudo apt-get remove mysql-apt-config Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these: The following packages have unmet dependencies: libstdc++6 : Depends: gcc-4.9-base (= 4.9.2-10) but 4.9.1-0ubuntu1 is to be installed libstdc++6:i386 : Depends: gcc-4.9-base:i386 (= 4.9.2-10) but 4.9.1-0ubuntu1 is to be installed E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
– neo.one
Apr 17 '15 at 9:43
Okay, so I'm certain the packages sys admin tried to install are causing the issue. They were not supported by my ubuntu version. The packages are listed under 'Unknown' in Software center. If i try to remove, it shows all the softwares that depend on GNU standard c++ lib and asks to 'Remove All'. So I guess the issue is how can I remove the culprit packages without affecting my system.
– neo.one
Apr 17 '15 at 9:55
Yes, you have correctly identified the cause of the problem and also recognized the danger inherent in removing culprit packages willy-nilly. Your system needs to have at least one version of libstdc++6 to function properly. If you have two versions of libstdc++6 installed, you can remove the version of libstdc++6 from the Unknown source. Also if you have two versions of any package installed, you can remove the version from the Unknown source. But you have to keep at least one working version installed to avoid major problems.
– karel
Apr 17 '15 at 10:03
I haven't installed any package, only the repo. So removing MySQL apt should resolve unmet dependencies issue?
– neo.one
Apr 17 '15 at 9:33
I haven't installed any package, only the repo. So removing MySQL apt should resolve unmet dependencies issue?
– neo.one
Apr 17 '15 at 9:33
Yes, this should resolve the unmet dependencies issue. You need to remove the MySQL APT Repository, otherwise it will continue to try to install the same packages from MySQL APT Repository that were causing the unmet dependencies before. If you remove the MySQL APT Repository, then Ubuntu will fetch MySQL Server 5.6 from the default Ubuntu repositories along with all of its dependent packages.
– karel
Apr 17 '15 at 9:37
Yes, this should resolve the unmet dependencies issue. You need to remove the MySQL APT Repository, otherwise it will continue to try to install the same packages from MySQL APT Repository that were causing the unmet dependencies before. If you remove the MySQL APT Repository, then Ubuntu will fetch MySQL Server 5.6 from the default Ubuntu repositories along with all of its dependent packages.
– karel
Apr 17 '15 at 9:37
Tried removing apt: Still getting the dependency error sudo apt-get remove mysql-apt-config Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these: The following packages have unmet dependencies: libstdc++6 : Depends: gcc-4.9-base (= 4.9.2-10) but 4.9.1-0ubuntu1 is to be installed libstdc++6:i386 : Depends: gcc-4.9-base:i386 (= 4.9.2-10) but 4.9.1-0ubuntu1 is to be installed E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
– neo.one
Apr 17 '15 at 9:43
Tried removing apt: Still getting the dependency error sudo apt-get remove mysql-apt-config Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these: The following packages have unmet dependencies: libstdc++6 : Depends: gcc-4.9-base (= 4.9.2-10) but 4.9.1-0ubuntu1 is to be installed libstdc++6:i386 : Depends: gcc-4.9-base:i386 (= 4.9.2-10) but 4.9.1-0ubuntu1 is to be installed E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
– neo.one
Apr 17 '15 at 9:43
Okay, so I'm certain the packages sys admin tried to install are causing the issue. They were not supported by my ubuntu version. The packages are listed under 'Unknown' in Software center. If i try to remove, it shows all the softwares that depend on GNU standard c++ lib and asks to 'Remove All'. So I guess the issue is how can I remove the culprit packages without affecting my system.
– neo.one
Apr 17 '15 at 9:55
Okay, so I'm certain the packages sys admin tried to install are causing the issue. They were not supported by my ubuntu version. The packages are listed under 'Unknown' in Software center. If i try to remove, it shows all the softwares that depend on GNU standard c++ lib and asks to 'Remove All'. So I guess the issue is how can I remove the culprit packages without affecting my system.
– neo.one
Apr 17 '15 at 9:55
Yes, you have correctly identified the cause of the problem and also recognized the danger inherent in removing culprit packages willy-nilly. Your system needs to have at least one version of libstdc++6 to function properly. If you have two versions of libstdc++6 installed, you can remove the version of libstdc++6 from the Unknown source. Also if you have two versions of any package installed, you can remove the version from the Unknown source. But you have to keep at least one working version installed to avoid major problems.
– karel
Apr 17 '15 at 10:03
Yes, you have correctly identified the cause of the problem and also recognized the danger inherent in removing culprit packages willy-nilly. Your system needs to have at least one version of libstdc++6 to function properly. If you have two versions of libstdc++6 installed, you can remove the version of libstdc++6 from the Unknown source. Also if you have two versions of any package installed, you can remove the version from the Unknown source. But you have to keep at least one working version installed to avoid major problems.
– karel
Apr 17 '15 at 10:03
|
show 2 more comments
Use "aptitude" to solve the problem.
sudo apt-get install aptitude
sudo aptitude remove mysql-apt-config
Now follow the proposed solutions.
add a comment |
Use "aptitude" to solve the problem.
sudo apt-get install aptitude
sudo aptitude remove mysql-apt-config
Now follow the proposed solutions.
add a comment |
Use "aptitude" to solve the problem.
sudo apt-get install aptitude
sudo aptitude remove mysql-apt-config
Now follow the proposed solutions.
Use "aptitude" to solve the problem.
sudo apt-get install aptitude
sudo aptitude remove mysql-apt-config
Now follow the proposed solutions.
answered Apr 17 '15 at 11:00
A.B.A.B.
68.5k12168258
68.5k12168258
add a comment |
add a comment |
This error occurs because the package you are trying to download and install requires libstdc++6 >=4.9. The latest version of libstdc++6 available on the Ubuntu 14.04 LTS repositories is 4.8.2-19ubuntu1, which is older than 4.9.
I'm assuming that you're running Ubuntu 14.04, because the libstdc++6 package on your computer is stuck at 4.8.2-19ubuntu1. The MySQL APT repository currently has packages for three versions of Ubuntu: 12.04, 14.04 and 14.10. The packages for 12.04 and 14.04 both require only libstdc++6 >=4.6, while 14.10 requires version libstdc++6 >=4.9.
Please check that you've installed the correct mysql-apt-config package for your Ubuntu version.
Sorry, I did not see your answer. My answer addresses OP using the wrong version for the MySQL apt repository, so it's not completely a duplicate. Nonetheless, I'll delete this answer and edit your answer to include those details when I get home
– zhongfu
Apr 17 '15 at 10:46
add a comment |
This error occurs because the package you are trying to download and install requires libstdc++6 >=4.9. The latest version of libstdc++6 available on the Ubuntu 14.04 LTS repositories is 4.8.2-19ubuntu1, which is older than 4.9.
I'm assuming that you're running Ubuntu 14.04, because the libstdc++6 package on your computer is stuck at 4.8.2-19ubuntu1. The MySQL APT repository currently has packages for three versions of Ubuntu: 12.04, 14.04 and 14.10. The packages for 12.04 and 14.04 both require only libstdc++6 >=4.6, while 14.10 requires version libstdc++6 >=4.9.
Please check that you've installed the correct mysql-apt-config package for your Ubuntu version.
Sorry, I did not see your answer. My answer addresses OP using the wrong version for the MySQL apt repository, so it's not completely a duplicate. Nonetheless, I'll delete this answer and edit your answer to include those details when I get home
– zhongfu
Apr 17 '15 at 10:46
add a comment |
This error occurs because the package you are trying to download and install requires libstdc++6 >=4.9. The latest version of libstdc++6 available on the Ubuntu 14.04 LTS repositories is 4.8.2-19ubuntu1, which is older than 4.9.
I'm assuming that you're running Ubuntu 14.04, because the libstdc++6 package on your computer is stuck at 4.8.2-19ubuntu1. The MySQL APT repository currently has packages for three versions of Ubuntu: 12.04, 14.04 and 14.10. The packages for 12.04 and 14.04 both require only libstdc++6 >=4.6, while 14.10 requires version libstdc++6 >=4.9.
Please check that you've installed the correct mysql-apt-config package for your Ubuntu version.
This error occurs because the package you are trying to download and install requires libstdc++6 >=4.9. The latest version of libstdc++6 available on the Ubuntu 14.04 LTS repositories is 4.8.2-19ubuntu1, which is older than 4.9.
I'm assuming that you're running Ubuntu 14.04, because the libstdc++6 package on your computer is stuck at 4.8.2-19ubuntu1. The MySQL APT repository currently has packages for three versions of Ubuntu: 12.04, 14.04 and 14.10. The packages for 12.04 and 14.04 both require only libstdc++6 >=4.6, while 14.10 requires version libstdc++6 >=4.9.
Please check that you've installed the correct mysql-apt-config package for your Ubuntu version.
answered Apr 17 '15 at 9:36
zhongfuzhongfu
1,119715
1,119715
Sorry, I did not see your answer. My answer addresses OP using the wrong version for the MySQL apt repository, so it's not completely a duplicate. Nonetheless, I'll delete this answer and edit your answer to include those details when I get home
– zhongfu
Apr 17 '15 at 10:46
add a comment |
Sorry, I did not see your answer. My answer addresses OP using the wrong version for the MySQL apt repository, so it's not completely a duplicate. Nonetheless, I'll delete this answer and edit your answer to include those details when I get home
– zhongfu
Apr 17 '15 at 10:46
Sorry, I did not see your answer. My answer addresses OP using the wrong version for the MySQL apt repository, so it's not completely a duplicate. Nonetheless, I'll delete this answer and edit your answer to include those details when I get home
– zhongfu
Apr 17 '15 at 10:46
Sorry, I did not see your answer. My answer addresses OP using the wrong version for the MySQL apt repository, so it's not completely a duplicate. Nonetheless, I'll delete this answer and edit your answer to include those details when I get home
– zhongfu
Apr 17 '15 at 10:46
add a comment |
libstdc++6 : Depends: gcc-4.9-base (= 4.9.2-10) but 4.9.1-0ubuntu1 is installed
The package gcc-4.9-base (= 4.9.2-10) is only available for Ubuntu Vivid.
Check this (utopic) and this (vivid).
Remove the package mysql-apt-config
, installed by these instructions and use mysql-server
to get the latest version.
sudo dpkg --force-all -P mysql-apt-config
sudo apt-get install mysql-server
So I need to install gcc-4.9-base? At the moment I'm more concerned with recovering from unmet dependencies.
– neo.one
Apr 17 '15 at 9:32
Of course: "libstdc++6 : Depends: gcc-4.9-base (= 4.9.2-10) but 4.9.1-0ubuntu1 is installed"
– A.B.
Apr 17 '15 at 9:33
Cannot remove the apt, getting the same error as posted in the question above.
– neo.one
Apr 17 '15 at 9:44
Try this command "sudo dpkg --force-all -P mysql-apt-config"
– A.B.
Apr 17 '15 at 9:57
add a comment |
libstdc++6 : Depends: gcc-4.9-base (= 4.9.2-10) but 4.9.1-0ubuntu1 is installed
The package gcc-4.9-base (= 4.9.2-10) is only available for Ubuntu Vivid.
Check this (utopic) and this (vivid).
Remove the package mysql-apt-config
, installed by these instructions and use mysql-server
to get the latest version.
sudo dpkg --force-all -P mysql-apt-config
sudo apt-get install mysql-server
So I need to install gcc-4.9-base? At the moment I'm more concerned with recovering from unmet dependencies.
– neo.one
Apr 17 '15 at 9:32
Of course: "libstdc++6 : Depends: gcc-4.9-base (= 4.9.2-10) but 4.9.1-0ubuntu1 is installed"
– A.B.
Apr 17 '15 at 9:33
Cannot remove the apt, getting the same error as posted in the question above.
– neo.one
Apr 17 '15 at 9:44
Try this command "sudo dpkg --force-all -P mysql-apt-config"
– A.B.
Apr 17 '15 at 9:57
add a comment |
libstdc++6 : Depends: gcc-4.9-base (= 4.9.2-10) but 4.9.1-0ubuntu1 is installed
The package gcc-4.9-base (= 4.9.2-10) is only available for Ubuntu Vivid.
Check this (utopic) and this (vivid).
Remove the package mysql-apt-config
, installed by these instructions and use mysql-server
to get the latest version.
sudo dpkg --force-all -P mysql-apt-config
sudo apt-get install mysql-server
libstdc++6 : Depends: gcc-4.9-base (= 4.9.2-10) but 4.9.1-0ubuntu1 is installed
The package gcc-4.9-base (= 4.9.2-10) is only available for Ubuntu Vivid.
Check this (utopic) and this (vivid).
Remove the package mysql-apt-config
, installed by these instructions and use mysql-server
to get the latest version.
sudo dpkg --force-all -P mysql-apt-config
sudo apt-get install mysql-server
edited Apr 17 '15 at 9:57
answered Apr 17 '15 at 9:29
A.B.A.B.
68.5k12168258
68.5k12168258
So I need to install gcc-4.9-base? At the moment I'm more concerned with recovering from unmet dependencies.
– neo.one
Apr 17 '15 at 9:32
Of course: "libstdc++6 : Depends: gcc-4.9-base (= 4.9.2-10) but 4.9.1-0ubuntu1 is installed"
– A.B.
Apr 17 '15 at 9:33
Cannot remove the apt, getting the same error as posted in the question above.
– neo.one
Apr 17 '15 at 9:44
Try this command "sudo dpkg --force-all -P mysql-apt-config"
– A.B.
Apr 17 '15 at 9:57
add a comment |
So I need to install gcc-4.9-base? At the moment I'm more concerned with recovering from unmet dependencies.
– neo.one
Apr 17 '15 at 9:32
Of course: "libstdc++6 : Depends: gcc-4.9-base (= 4.9.2-10) but 4.9.1-0ubuntu1 is installed"
– A.B.
Apr 17 '15 at 9:33
Cannot remove the apt, getting the same error as posted in the question above.
– neo.one
Apr 17 '15 at 9:44
Try this command "sudo dpkg --force-all -P mysql-apt-config"
– A.B.
Apr 17 '15 at 9:57
So I need to install gcc-4.9-base? At the moment I'm more concerned with recovering from unmet dependencies.
– neo.one
Apr 17 '15 at 9:32
So I need to install gcc-4.9-base? At the moment I'm more concerned with recovering from unmet dependencies.
– neo.one
Apr 17 '15 at 9:32
Of course: "libstdc++6 : Depends: gcc-4.9-base (= 4.9.2-10) but 4.9.1-0ubuntu1 is installed"
– A.B.
Apr 17 '15 at 9:33
Of course: "libstdc++6 : Depends: gcc-4.9-base (= 4.9.2-10) but 4.9.1-0ubuntu1 is installed"
– A.B.
Apr 17 '15 at 9:33
Cannot remove the apt, getting the same error as posted in the question above.
– neo.one
Apr 17 '15 at 9:44
Cannot remove the apt, getting the same error as posted in the question above.
– neo.one
Apr 17 '15 at 9:44
Try this command "sudo dpkg --force-all -P mysql-apt-config"
– A.B.
Apr 17 '15 at 9:57
Try this command "sudo dpkg --force-all -P mysql-apt-config"
– A.B.
Apr 17 '15 at 9:57
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%2f610346%2funmet-dependencies-unable-to-fix%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
Where are you installing mysql-server from? An external repository, or Ubuntu's repositories?
– zhongfu
Apr 17 '15 at 8:12
I used mysql apt repository from link.
– neo.one
Apr 17 '15 at 9:00