Bug #79799 [fixed] mysql-workbench is missing from the repos
Submitted: 29 Dec 2015 9:20 Modified: 29 Dec 2015 9:25
Reporter: Jeffery Wilkins Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Package Repos Severity:S1 (Critical)
Version: OS:Ubuntu
Assigned to: CPU Architecture:Any

[29 Dec 2015 9:20] Jeffery Wilkins
Description:
if you look at
http://repo.mysql.com/apt/ubuntu/dists/vivid/
you can see everything a nice long list of packages

if you look at
http://repo.mysql.com/apt/ubuntu/dists/wily/
it has almost nothing

for some reason in the wily repo it has mysql-tools but when you try apt-get it just says not found

How to repeat:
# apt-get install mysql-tools
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package mysql-tools

# apt-cache search mysql-tools
#

Suggested fix:
place mysql-workbench in the wily repo
[29 Dec 2015 9:25] Jeffery Wilkins
works under a new name

# apt-get install mysql-workbench-community
Reading package lists... Done
Building dependency tree       
Reading state information... Done
mysql-workbench-community is already the newest version (6.3.6-1ubu1510).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.