LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-24-2016, 12:13 AM   #1
Garrett85
Member
 
Registered: Jan 2011
Posts: 328

Rep: Reputation: 6
MySQL workbench with MariaDB


[Linux Mint]

garrett@mint-desktop ~ $ sudo apt-get install mysql-workbench
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
mysql-workbench : Depends: mysql-client
E: Unable to correct problems, you have held broken packages.

Above is what I get when I try to install MySQL workbench with me MariaDB database server. I went to the MySQL website and tried to download the .deb file directly but this is what I got when I tried to run the file. -> Error: Dependence is not satisfiable: libatkmm-1.6-1v5 (>= 2.22.1)

Any ideas on how I can fix this? Or is it even possible to install MySQL workbench with MariaDB? Thanks.
 
Old 01-25-2016, 10:03 AM   #2
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Code:
sudo apt-get install libatkmm-1.6-1 mysql-workbench
And I highly suggest you stick to the Software Manager repo version.

Last edited by Habitual; 01-25-2016 at 12:08 PM.
 
Old 01-25-2016, 07:54 PM   #3
Garrett85
Member
 
Registered: Jan 2011
Posts: 328

Original Poster
Rep: Reputation: 6
garrett@mint-desktop ~ $ sudo apt-get install libatkmm-1.6-1 mysql-workbench
[sudo] password for garrett:
Sorry, try again.
[sudo] password for garrett:
Reading package lists... Done
Building dependency tree
Reading state information... Done
libatkmm-1.6-1 is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
mysql-workbench : Depends: mysql-client
E: Unable to correct problems, you have held broken packages.
 
Old 01-26-2016, 09:07 AM   #4
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
What happens if you use say, synaptic > Edit Menu > "Fix broken packages"?
 
Old 01-26-2016, 10:03 AM   #5
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Please post the output of terminal >
Code:
inxi -Sr
 
Old 01-26-2016, 08:01 PM   #6
Garrett85
Member
 
Registered: Jan 2011
Posts: 328

Original Poster
Rep: Reputation: 6
Nothing, &

garrett@mint-desktop ~ $ inxi -Sr
System: Host: mint-desktop Kernel: 3.13.0-24-generic x86_64 (64 bit) Desktop: Gnome Distro: Linux Mint 17 Qiana
Repos: Active apt sources in file: /etc/apt/sources.list.d/google-chrome.list
deb http://dl.google.com/linux/chrome/deb/ stable main
Active apt sources in file: /etc/apt/sources.list.d/megasync.list
deb http://mega.nz/linux/MEGAsync/xUbuntu_15.04/ ./
Active apt sources in file: /etc/apt/sources.list.d/official-package-repositories.list
deb http://packages.linuxmint.com qiana main upstream import #id:linuxmint_main
deb http://extra.linuxmint.com qiana main #id:linuxmint_extra
deb http://archive.ubuntu.com/ubuntu trusty main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ trusty partner
Active apt sources in file: /etc/apt/sources.list.d/sonkun-sfml-stable-trusty.list
deb http://ppa.launchpad.net/sonkun/sfml-stable/ubuntu trusty main
deb-src http://ppa.launchpad.net/sonkun/sfml-stable/ubuntu trusty main
 
Old 01-27-2016, 07:59 AM   #7
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Disable
Code:
Active apt sources in file: /etc/apt/sources.list.d/megasync.list
deb http://mega.nz/linux/MEGAsync/xUbuntu_15.04/ ./
Active apt sources in file: /etc/apt/sources.list.d/sonkun-sfml-stable-trusty.list
deb http://ppa.launchpad.net/sonkun/sfml-stable/ubuntu trusty main
deb-src http://ppa.launchpad.net/sonkun/sfml-stable/ubuntu trusty main
and try the software package install operation again.

Don't forget to update the cache when you edit.
Also, use
Code:
mintsources
for repo/ppa management.

Last edited by Habitual; 01-27-2016 at 08:00 AM.
 
Old 01-27-2016, 08:24 PM   #8
Garrett85
Member
 
Registered: Jan 2011
Posts: 328

Original Poster
Rep: Reputation: 6
garrett@mint-desktop /etc/apt/sources.list.d $ sudo apt-get install mysql-workbench
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
mysql-workbench : Depends: mysql-client
W: Duplicate sources.list entry http://mega.nz/linux/MEGAsync/xUbuntu_15.04/ ./ Packages (/var/lib/apt/lists/mega.nz_linux_MEGAsync_xUbuntu5f15.04_._Packages)
W: You may want to run apt-get update to correct these problems
E: Unable to correct problems, you have held broken packages.
 
Old 01-28-2016, 09:02 AM   #9
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Merely restating the problem doesn't help, nor advance your solution.

I said REMOVE those PPAs and re-fresh the cache and try again,
Now you have 2 foreign Software sources.

Since you aren't following direction, I am done here.

Good Luck.
 
Old 01-28-2016, 08:11 PM   #10
Garrett85
Member
 
Registered: Jan 2011
Posts: 328

Original Poster
Rep: Reputation: 6
I don't know how to update the cache so I did a restart in hops that that would do the trick. I also ran the command `mintsources` and poked around a bit but I didn't know what I needed to look for. So after I made the changes to the two files in /etc/apt/files and restarted my computer I tried running `sudo apt-get install mysql-workbench` and posted the results. Thanks for your time.
 
Old 01-28-2016, 10:14 PM   #11
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
The "Update the cache" button in Mintsources?
Restarting may not do it.


Try
Code:
sudo apt-get install mysql-workbench mysql-client
 
1 members found this post helpful.
Old 01-29-2016, 09:09 PM   #12
Garrett85
Member
 
Registered: Jan 2011
Posts: 328

Original Poster
Rep: Reputation: 6
Thank you for your time, unfortunately nothing has worked. I'll probably just stick with phpMyAdmin. Thanks again.
 
Old 02-01-2016, 05:17 PM   #13
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Sorry it didn't work out Garrett
One possible last ditch attempt, remove libatkmm-1.6-1 first and re-run
Software Manager or Synaptic and install mysql-workbench and let either
of those 2 handle the deps.
 
1 members found this post helpful.
Old 02-02-2016, 07:31 PM   #14
Garrett85
Member
 
Registered: Jan 2011
Posts: 328

Original Poster
Rep: Reputation: 6
MariaDB with MySQL-workbench

Quote:
Originally Posted by Habitual View Post
Sorry it didn't work out Garrett
One possible last ditch attempt, remove libatkmm-1.6-1 first and re-run
Software Manager or Synaptic and install mysql-workbench and let either
of those 2 handle the deps.
So I ran `sudo apt-get remove libatkmm-1.6-1` and then went to the Synaptic Package Manager and typed in mysql-workbench and it showed three options to install.

1. mysql-workbench-data
2. mysql-workbench
3. mysql-utilites

The first time I tried to do this I selected option 1 & 2 but the SPM was showing errors with option 2, it was show the red !. I de-selected and the then selected it again and now it looks like I've go a green light proceed but now I'm afraid to pull the trigger because it's showing that it's going to remove the package mariadb-client. I use MariaDB for a database server rather than MySQL. I understand that it's saying it's going to remove the client and not the server but I'm still uneasy about this. Any advice here? And thanks again.
 
Old 02-02-2016, 08:20 PM   #15
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
I'm not sure, but I say go for it.
You get workbench and you can always re-install/re-add mariadb-client.
 
1 members found this post helpful.
  


Reply

Tags
linux, mariadb, mysql workbench


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mysql Workbench cannot connect LoneWolf69 Linux - Newbie 1 11-30-2011 11:28 PM
Cannot compile mysql-workbench zeroberto Slackware 12 06-03-2011 07:13 AM
MySQL Workbench for RedHat zeroquaranta Linux - Server 6 03-01-2010 03:49 AM
LXer: Visual MySQL Database Design in MySQL Workbench LXer Syndicated Linux News 0 06-12-2008 08:00 PM
MySQL Workbench grahamtysall Linux - General 1 07-27-2007 04:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:09 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration