首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >E:无法找到mysql包-工作台-社区

E:无法找到mysql包-工作台-社区
EN

Ask Ubuntu用户
提问于 2019-03-20 10:35:31
回答 5查看 45.4K关注 0票数 8

使用Ubuntu18.04.2LTS。

代码语言:javascript
复制
sean@sean-mcmahon:~$  sudo apt-get update
Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease
Ign:2 http://dl.google.com/linux/chrome/deb stable InRelease                   
Hit:3 http://ie.archive.ubuntu.com/ubuntu bionic InRelease                     
Hit:4 http://ie.archive.ubuntu.com/ubuntu bionic-updates InRelease             
Hit:5 http://ie.archive.ubuntu.com/ubuntu bionic-backports InRelease           
Hit:6 http://dl.google.com/linux/chrome/deb stable Release                     
Ign:7 http://ppa.launchpad.net/gnome-terminator/ppa/ubuntu bionic InRelease    
Err:8 http://ppa.launchpad.net/gnome-terminator/ppa/ubuntu bionic Release     
  404  Not Found [IP: 91.189.95.83 80]
Reading package lists... Done                      
E: The repository 'http://ppa.launchpad.net/gnome-terminator/ppa/ubuntu bionic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

所以更新完成,现在安装

代码语言:javascript
复制
sean@sean-mcmahon:~$ sudo apt-get install mysql-workbench-community
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package mysql-workbench-community
sean@sean-mcmahon:~$ 

我正在跟踪这个指南。知道为什么它找不到包裹了吗?

EN

回答 5

Ask Ubuntu用户

回答已采纳

发布于 2019-03-20 11:08:17

如果您想安装Mysql工作台,只需在终端中运行此命令

代码语言:javascript
复制
sudo apt install mysql-workbench

您可以使用

For Ubuntu20.04或更高版本:

代码语言:javascript
复制
sudo snap install mysql-workbench-community

乌本图快乐!

票数 13
EN

Ask Ubuntu用户

发布于 2020-07-31 09:54:35

代码语言:javascript
复制
snap install mysql-workbench-community

所有的快照包都是经过筛选的问题,并且需要获得访问本地文件的权限&连接到DB。

无法将MySQL工作台连接到MySQL服务器

存取文件

或者安装更稳定的大海狸

票数 9
EN

Ask Ubuntu用户

发布于 2019-03-20 11:05:05

第一

代码语言:javascript
复制
sudo apt update && sudo apt upgrade

然后

代码语言:javascript
复制
sudo apt install mysql-workbench
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libreadline5 mariadb-common
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  gdal-data libaec0 libarmadillo8 ... etc.

所以看起来社区不应该出现在install语句中。

票数 2
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1127179

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档