Installing MariaDB - Unmet dependencies, Depends: mariadb-server-10.0
So I decided to upgrade from MYSQL Server to Mariadb. I thought basic un installing mysql server and installing mariadb would be swift.
When I tried installing through the commands: sudo apt-get install python-software-properties
followed by: sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xcbcb082a1bb943db
followed by:
sudo add-apt-repository 'deb http://ftp.osuosl.org/pub/mariadb/repo/10.0/ubuntu precise main'
and then: sudo apt-get update
then finally: sudo apt-get install mariadb-server
I am getting an error:
`invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error processing package mariadb-server-10.1 (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of mariadb-server:
mariadb-server depends on mariadb-server-10.1 (= 10.1.16+maria-1~trusty); however:
Package mariadb-server-10.1 is not configured yet.
dpkg: error processing package mariadb-server (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
mariadb-server-10.1
mariadb-server
I have tried purging mariadb to revert to mysql server but can not install too. Tried a couple of fixes from the internet but can not fix this. What could be the problem? Anyone? Trust me I have googled and tried a lot of fixes but can not work?
My /etc/apt/sources.list
is below
# deb cdrom:[Ubuntu 14.04.1 LTS _Trusty Tahr_ - Release amd64 (20140722.2)]/ trusty main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ trusty main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ trusty universe
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty universe
deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates universe
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://us.archive.ubuntu.com/ubuntu/ trusty multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty multiverse
deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
deb http://us.archive.ubuntu.com/ubuntu/ trusty-security main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-security main restricted
deb http://us.archive.ubuntu.com/ubuntu/ trusty-security universe
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-security universe
deb http://us.archive.ubuntu.com/ubuntu/ trusty-security multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-security multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu trusty partner
deb-src http://archive.canonical.com/ubuntu trusty partner
## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu trusty main
deb-src http://extras.ubuntu.com/ubuntu trusty main
#deb http://mirror.jmu.edu/pub/mariadb/repo/10.1/ubuntu trusty main
#deb-src http://mirror.jmu.edu/pub/mariadb/repo/10.1/ubuntu trusty main
deb http://ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu precise main
deb-src http://ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu precise main
server apt package-management mysql dependencies
add a comment |
So I decided to upgrade from MYSQL Server to Mariadb. I thought basic un installing mysql server and installing mariadb would be swift.
When I tried installing through the commands: sudo apt-get install python-software-properties
followed by: sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xcbcb082a1bb943db
followed by:
sudo add-apt-repository 'deb http://ftp.osuosl.org/pub/mariadb/repo/10.0/ubuntu precise main'
and then: sudo apt-get update
then finally: sudo apt-get install mariadb-server
I am getting an error:
`invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error processing package mariadb-server-10.1 (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of mariadb-server:
mariadb-server depends on mariadb-server-10.1 (= 10.1.16+maria-1~trusty); however:
Package mariadb-server-10.1 is not configured yet.
dpkg: error processing package mariadb-server (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
mariadb-server-10.1
mariadb-server
I have tried purging mariadb to revert to mysql server but can not install too. Tried a couple of fixes from the internet but can not fix this. What could be the problem? Anyone? Trust me I have googled and tried a lot of fixes but can not work?
My /etc/apt/sources.list
is below
# deb cdrom:[Ubuntu 14.04.1 LTS _Trusty Tahr_ - Release amd64 (20140722.2)]/ trusty main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ trusty main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ trusty universe
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty universe
deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates universe
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://us.archive.ubuntu.com/ubuntu/ trusty multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty multiverse
deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
deb http://us.archive.ubuntu.com/ubuntu/ trusty-security main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-security main restricted
deb http://us.archive.ubuntu.com/ubuntu/ trusty-security universe
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-security universe
deb http://us.archive.ubuntu.com/ubuntu/ trusty-security multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-security multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu trusty partner
deb-src http://archive.canonical.com/ubuntu trusty partner
## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu trusty main
deb-src http://extras.ubuntu.com/ubuntu trusty main
#deb http://mirror.jmu.edu/pub/mariadb/repo/10.1/ubuntu trusty main
#deb-src http://mirror.jmu.edu/pub/mariadb/repo/10.1/ubuntu trusty main
deb http://ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu precise main
deb-src http://ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu precise main
server apt package-management mysql dependencies
1
Have you triedsudo apt-get -f install
?
– Anwar
Aug 11 '16 at 5:00
add a comment |
So I decided to upgrade from MYSQL Server to Mariadb. I thought basic un installing mysql server and installing mariadb would be swift.
When I tried installing through the commands: sudo apt-get install python-software-properties
followed by: sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xcbcb082a1bb943db
followed by:
sudo add-apt-repository 'deb http://ftp.osuosl.org/pub/mariadb/repo/10.0/ubuntu precise main'
and then: sudo apt-get update
then finally: sudo apt-get install mariadb-server
I am getting an error:
`invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error processing package mariadb-server-10.1 (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of mariadb-server:
mariadb-server depends on mariadb-server-10.1 (= 10.1.16+maria-1~trusty); however:
Package mariadb-server-10.1 is not configured yet.
dpkg: error processing package mariadb-server (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
mariadb-server-10.1
mariadb-server
I have tried purging mariadb to revert to mysql server but can not install too. Tried a couple of fixes from the internet but can not fix this. What could be the problem? Anyone? Trust me I have googled and tried a lot of fixes but can not work?
My /etc/apt/sources.list
is below
# deb cdrom:[Ubuntu 14.04.1 LTS _Trusty Tahr_ - Release amd64 (20140722.2)]/ trusty main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ trusty main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ trusty universe
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty universe
deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates universe
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://us.archive.ubuntu.com/ubuntu/ trusty multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty multiverse
deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
deb http://us.archive.ubuntu.com/ubuntu/ trusty-security main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-security main restricted
deb http://us.archive.ubuntu.com/ubuntu/ trusty-security universe
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-security universe
deb http://us.archive.ubuntu.com/ubuntu/ trusty-security multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-security multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu trusty partner
deb-src http://archive.canonical.com/ubuntu trusty partner
## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu trusty main
deb-src http://extras.ubuntu.com/ubuntu trusty main
#deb http://mirror.jmu.edu/pub/mariadb/repo/10.1/ubuntu trusty main
#deb-src http://mirror.jmu.edu/pub/mariadb/repo/10.1/ubuntu trusty main
deb http://ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu precise main
deb-src http://ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu precise main
server apt package-management mysql dependencies
So I decided to upgrade from MYSQL Server to Mariadb. I thought basic un installing mysql server and installing mariadb would be swift.
When I tried installing through the commands: sudo apt-get install python-software-properties
followed by: sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xcbcb082a1bb943db
followed by:
sudo add-apt-repository 'deb http://ftp.osuosl.org/pub/mariadb/repo/10.0/ubuntu precise main'
and then: sudo apt-get update
then finally: sudo apt-get install mariadb-server
I am getting an error:
`invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error processing package mariadb-server-10.1 (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of mariadb-server:
mariadb-server depends on mariadb-server-10.1 (= 10.1.16+maria-1~trusty); however:
Package mariadb-server-10.1 is not configured yet.
dpkg: error processing package mariadb-server (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
mariadb-server-10.1
mariadb-server
I have tried purging mariadb to revert to mysql server but can not install too. Tried a couple of fixes from the internet but can not fix this. What could be the problem? Anyone? Trust me I have googled and tried a lot of fixes but can not work?
My /etc/apt/sources.list
is below
# deb cdrom:[Ubuntu 14.04.1 LTS _Trusty Tahr_ - Release amd64 (20140722.2)]/ trusty main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ trusty main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ trusty universe
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty universe
deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates universe
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://us.archive.ubuntu.com/ubuntu/ trusty multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty multiverse
deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
deb http://us.archive.ubuntu.com/ubuntu/ trusty-security main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-security main restricted
deb http://us.archive.ubuntu.com/ubuntu/ trusty-security universe
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-security universe
deb http://us.archive.ubuntu.com/ubuntu/ trusty-security multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-security multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu trusty partner
deb-src http://archive.canonical.com/ubuntu trusty partner
## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu trusty main
deb-src http://extras.ubuntu.com/ubuntu trusty main
#deb http://mirror.jmu.edu/pub/mariadb/repo/10.1/ubuntu trusty main
#deb-src http://mirror.jmu.edu/pub/mariadb/repo/10.1/ubuntu trusty main
deb http://ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu precise main
deb-src http://ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu precise main
server apt package-management mysql dependencies
server apt package-management mysql dependencies
edited Aug 11 '16 at 4:44
Qwerty
asked Aug 11 '16 at 4:36
QwertyQwerty
1625
1625
1
Have you triedsudo apt-get -f install
?
– Anwar
Aug 11 '16 at 5:00
add a comment |
1
Have you triedsudo apt-get -f install
?
– Anwar
Aug 11 '16 at 5:00
1
1
Have you tried
sudo apt-get -f install
?– Anwar
Aug 11 '16 at 5:00
Have you tried
sudo apt-get -f install
?– Anwar
Aug 11 '16 at 5:00
add a comment |
3 Answers
3
active
oldest
votes
You are using Ubuntu 14.04 (trusty) and you have added repository for Ubuntu 12.04 (precise) ?
deb http://ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu precise main
deb-src http://ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu precise main
If I run search for mariadb on packages.ubuntu.com, there is mariadb already in trusty universe repositories - see this link.
Can you remove http://ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu repository in /etc/apt/sources.list and check if there are some strange repositories in /etc/apt/sources.list.d. ?
After that purge previous mariadb installation and try to install it with
sudo apt-get update
sudo apt-get install mariadb-server
This will install maria db 5.5. If you need version 10.1 try with official instructions here.
add a comment |
The most simple way to deal with unmet dependencies is to use Synaptic Package Manager.
0] Install it if you don't have it yet.
Link:
1] Click on Settings>Filters. Go to broken and check not installable and broken.
2] Custom filter using Broken to package mentioned in error.
3] Right click > Mark for complete removal.
4] Click Apply on the top bar.
That should solve it. :)
add a comment |
Kinda late but had the same issue last night as well after upgrading MariaDb to 10.1 stable, on Linux Mint 17.2 -Rafaela.
So after unistalling + purging mariadb, installed 10.0 stable version from Mint 17.1 Instructions , no issues.
Official Instructions MariaDb Download Distros
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%2f810821%2finstalling-mariadb-unmet-dependencies-depends-mariadb-server-10-0%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 are using Ubuntu 14.04 (trusty) and you have added repository for Ubuntu 12.04 (precise) ?
deb http://ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu precise main
deb-src http://ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu precise main
If I run search for mariadb on packages.ubuntu.com, there is mariadb already in trusty universe repositories - see this link.
Can you remove http://ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu repository in /etc/apt/sources.list and check if there are some strange repositories in /etc/apt/sources.list.d. ?
After that purge previous mariadb installation and try to install it with
sudo apt-get update
sudo apt-get install mariadb-server
This will install maria db 5.5. If you need version 10.1 try with official instructions here.
add a comment |
You are using Ubuntu 14.04 (trusty) and you have added repository for Ubuntu 12.04 (precise) ?
deb http://ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu precise main
deb-src http://ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu precise main
If I run search for mariadb on packages.ubuntu.com, there is mariadb already in trusty universe repositories - see this link.
Can you remove http://ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu repository in /etc/apt/sources.list and check if there are some strange repositories in /etc/apt/sources.list.d. ?
After that purge previous mariadb installation and try to install it with
sudo apt-get update
sudo apt-get install mariadb-server
This will install maria db 5.5. If you need version 10.1 try with official instructions here.
add a comment |
You are using Ubuntu 14.04 (trusty) and you have added repository for Ubuntu 12.04 (precise) ?
deb http://ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu precise main
deb-src http://ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu precise main
If I run search for mariadb on packages.ubuntu.com, there is mariadb already in trusty universe repositories - see this link.
Can you remove http://ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu repository in /etc/apt/sources.list and check if there are some strange repositories in /etc/apt/sources.list.d. ?
After that purge previous mariadb installation and try to install it with
sudo apt-get update
sudo apt-get install mariadb-server
This will install maria db 5.5. If you need version 10.1 try with official instructions here.
You are using Ubuntu 14.04 (trusty) and you have added repository for Ubuntu 12.04 (precise) ?
deb http://ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu precise main
deb-src http://ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu precise main
If I run search for mariadb on packages.ubuntu.com, there is mariadb already in trusty universe repositories - see this link.
Can you remove http://ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu repository in /etc/apt/sources.list and check if there are some strange repositories in /etc/apt/sources.list.d. ?
After that purge previous mariadb installation and try to install it with
sudo apt-get update
sudo apt-get install mariadb-server
This will install maria db 5.5. If you need version 10.1 try with official instructions here.
answered Aug 11 '16 at 5:07
![](https://i.stack.imgur.com/bgQEp.png?s=32&g=1)
![](https://i.stack.imgur.com/bgQEp.png?s=32&g=1)
iuuuuaniuuuuan
21615
21615
add a comment |
add a comment |
The most simple way to deal with unmet dependencies is to use Synaptic Package Manager.
0] Install it if you don't have it yet.
Link:
1] Click on Settings>Filters. Go to broken and check not installable and broken.
2] Custom filter using Broken to package mentioned in error.
3] Right click > Mark for complete removal.
4] Click Apply on the top bar.
That should solve it. :)
add a comment |
The most simple way to deal with unmet dependencies is to use Synaptic Package Manager.
0] Install it if you don't have it yet.
Link:
1] Click on Settings>Filters. Go to broken and check not installable and broken.
2] Custom filter using Broken to package mentioned in error.
3] Right click > Mark for complete removal.
4] Click Apply on the top bar.
That should solve it. :)
add a comment |
The most simple way to deal with unmet dependencies is to use Synaptic Package Manager.
0] Install it if you don't have it yet.
Link:
1] Click on Settings>Filters. Go to broken and check not installable and broken.
2] Custom filter using Broken to package mentioned in error.
3] Right click > Mark for complete removal.
4] Click Apply on the top bar.
That should solve it. :)
The most simple way to deal with unmet dependencies is to use Synaptic Package Manager.
0] Install it if you don't have it yet.
Link:
1] Click on Settings>Filters. Go to broken and check not installable and broken.
2] Custom filter using Broken to package mentioned in error.
3] Right click > Mark for complete removal.
4] Click Apply on the top bar.
That should solve it. :)
answered Aug 11 '16 at 5:46
![](https://lh6.googleusercontent.com/-tbtoW2qcN5M/AAAAAAAAAAI/AAAAAAAAAAs/HuLanhBEDwQ/photo.jpg?sz=32)
![](https://lh6.googleusercontent.com/-tbtoW2qcN5M/AAAAAAAAAAI/AAAAAAAAAAs/HuLanhBEDwQ/photo.jpg?sz=32)
manasa prakashmanasa prakash
11
11
add a comment |
add a comment |
Kinda late but had the same issue last night as well after upgrading MariaDb to 10.1 stable, on Linux Mint 17.2 -Rafaela.
So after unistalling + purging mariadb, installed 10.0 stable version from Mint 17.1 Instructions , no issues.
Official Instructions MariaDb Download Distros
add a comment |
Kinda late but had the same issue last night as well after upgrading MariaDb to 10.1 stable, on Linux Mint 17.2 -Rafaela.
So after unistalling + purging mariadb, installed 10.0 stable version from Mint 17.1 Instructions , no issues.
Official Instructions MariaDb Download Distros
add a comment |
Kinda late but had the same issue last night as well after upgrading MariaDb to 10.1 stable, on Linux Mint 17.2 -Rafaela.
So after unistalling + purging mariadb, installed 10.0 stable version from Mint 17.1 Instructions , no issues.
Official Instructions MariaDb Download Distros
Kinda late but had the same issue last night as well after upgrading MariaDb to 10.1 stable, on Linux Mint 17.2 -Rafaela.
So after unistalling + purging mariadb, installed 10.0 stable version from Mint 17.1 Instructions , no issues.
Official Instructions MariaDb Download Distros
answered Oct 18 '16 at 21:21
MandiMandi
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%2f810821%2finstalling-mariadb-unmet-dependencies-depends-mariadb-server-10-0%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
1
Have you tried
sudo apt-get -f install
?– Anwar
Aug 11 '16 at 5:00