使用Ubuntu18.04.2LTS。
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.所以更新完成,现在安装
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:~$ 我正在跟踪这个指南。知道为什么它找不到包裹了吗?
发布于 2019-03-20 11:08:17
如果您想安装Mysql工作台,只需在终端中运行此命令
sudo apt install mysql-workbench您可以使用
For Ubuntu20.04或更高版本:
sudo snap install mysql-workbench-community乌本图快乐!
发布于 2020-07-31 09:54:35
发布于 2019-03-20 11:05:05
第一
sudo apt update && sudo apt upgrade然后
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语句中。
https://askubuntu.com/questions/1127179
复制相似问题