[Frappe-Install] Debian Buster Held/Broken Packages for MariaDB 10.3
See original GitHub issueDescription of the issue
Installation issue with Debian 10 Buster following Frappe install guide here:
https://frappeframework.com/docs/user/en/installation#debian-ubuntu
Steps to reproduce the issue
apt-get install mariadb-server-10.3
Observed result
The following packages have unmet dependencies:
mariadb-server-10.3 : Depends: galera-3 (>= 25.3) but it is not going to be installed
Depends: mariadb-client-10.3 (>= 1:10.3.27+maria~xenial) but it is not going to be installed
Depends: mariadb-server-core-10.3 (>= 1:10.3.27+maria~xenial) but it is not going to be installed
Depends: libssl1.0.0 (>= 1.0.2~beta3) but it is not installable
OS version / distribution, Frappe
install method, etc.’
Debian 10 Buster
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (7 by maintainers)
Top Results From Across the Web
Installing mariadb - ERPNext Forum
sudo apt-get install mariadb-server-10.3 i get an error saying ... E: unable to correct problems, you have held broken packages.
Read more >Debian 10 - Broken MariaDB update - system upgrade problems
28+maria~buster) but 1:10.3.27-0+deb10u1 is installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a ...
Read more >MariaDB installation - dependancy problems and failed to start ...
Debian 8. Moving from MySql to MariaDB. Have tried the following and iterations of it. sudo apt-get install software-properties-common sudo ...
Read more >Unable to upgrade mariadb 'You have held broken packages'
Tried updating maria, wouldn't update or install. Thought it was weird. Think it's from an old version hanging up. sudo apt-get remove --purge ......
Read more >Trouble installing mariadb-server. Unmet dependencies and ...
E: Unable to correct problems, you have held broken packages. ... mariadb-server should be trying to install mariadb-server-10.3, not 10.0.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I just confirmed removing
'deb [arch=amd64,i386,ppc64el] http://ftp.ubuntu-tw.org/mirror/mariadb/repo/10.3/ubuntu xenial main'
fromt/etc/apt/sources.list
then runapt-get update
thenapt-get install mariadb-server-10.3
worked on my end 😃
@bioinformaticsguy I’ve used this resource many times for Ubuntu 20.04. check this
https://www.digitalocean.com/community/tutorials/how-to-install-an-erpnext-stack-on-ubuntu-20-04