Installing MariaDB - Unmet dependencies, Depends: mariadb-server-10.0unable to install gnomePackages are not available for installationCan't install linux headersWhy is medibuntu.org still offered as a package source if it has been shutdown since 2010?Why my kernel is not the latest for 14.04?Unmet dependencies errorInstalling library with foreign architecture
Antonym for “boilerplate” or “cookie-cutter”
How to move a paragraph and paste it without an initial newline first
The professor for one of my classes has no direction
Why do some web servers still provide information on vendor and version in the HTTP response headers
How to inflict ESD-damage on a board?
How does kinetic energy work in braking a vehicle?
Is there any difference between the phrases "next month", "in the next month" and "for the next month"?
Why would an elected (absentionist) Sinn Féin MP resign from the House of Commons?
Why is Eastern Switzerland called Suisse orientale in French?
Define a command differently in inline vs display mode
How is it easier to make a persistent live drive with Ubuntu 19.10?
Why is more music written in sharp keys than flat keys?
Why was the "Cave of the Patriarchs" forbidden to Jews?
NFL football incentives
Plain Hunt Bell-Ringing
Is it possible to commute 34 km (21 miles) daily?
Why don't we say a blessing before giving charity?
Why are the Ukraine related congressional hearings behind closed doors?
If 120 experts in 12 different fields were sent back 10,000 years, could they recreate the 21 century in 100 years?
How do I figure out how many hydrogens my compound actually has using a mass and NMR spectrum?
Moisture leaking out of chip in floor tile
Coworkers accusing me of "cheating" for working more efficiently
Would the professor leave the classroom if only 1 student uses their cellphone during class?
Why does Bane's stock exchange robbery actually work to bankrupt Bruce Wayne?
Installing MariaDB - Unmet dependencies, Depends: mariadb-server-10.0
unable to install gnomePackages are not available for installationCan't install linux headersWhy is medibuntu.org still offered as a package source if it has been shutdown since 2010?Why my kernel is not the latest for 14.04?Unmet dependencies errorInstalling library with foreign architecture
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom: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
212 silver badges5 bronze badges
212 silver badges5 bronze badges
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 uninstalling + 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/4.0/"u003ecc by-sa 4.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
iuuuuaniuuuuan
2261 silver badge5 bronze badges
2261 silver badge5 bronze badges
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
manasa prakashmanasa prakash
11 bronze badge
11 bronze badge
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 uninstalling + 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 uninstalling + 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 uninstalling + 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 uninstalling + purging MariaDB, installed 10.0 stable version from Mint 17.1 instructions, no issues.
Official Instructions MariaDB Download Distros
edited Aug 28 at 8:16
Pang
3555 silver badges9 bronze badges
3555 silver badges9 bronze badges
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