MySQL-Workbench には、POP!_OS に対する削除可能な依存関係があります。

MySQL-Workbench には、POP!_OS に対する削除可能な依存関係があります。

まず、公式リポジトリからmysql-serverをインストールしましたが、問題なく動作しました。しかし、公式リポジトリにはmysql-workbenchのインストール候補がないので、次からdebianパッケージをダウンロードすることにしました。ここ

Debianパッケージをインストールしようとしたときにこのエラーが発生しました。

The following packages have unmet dependencies:

mysql-workbench-community: Depends: libc6 (>= 2.33) but 2.32-0ubuntu3 is to be installed

Depends: libgdk-pixbuf-2.0-0 (>= 2.22.0) but it is not installable

Depends: libproj19 (>= 7.2.0) but it is not going to be installed

Depends: libzip4 (>= 0.10) but it is not installable

Redditの誰かが私にこのようにしようと提案しました。

wget -O /tmp/mysql-apt-config.deb https://repo.mysql.com/mysql-apt-config_0.8.16-1_all.deb

sudo apt install /tmp/mysql-apt-config.deb

sudo apt update

sudo apt install mysql-server mysql-workbench-community gnome-keyring

これが私をここにしてくれる

The following packages have unmet dependencies:
mysql-workbench-community : Depends: libproj15 (>= 6.3.0) but it is not installable
E: Unable to correct problems, you have held broken packages.

私の質問のためのReditスレッドを見つけることができますここ

ベストアンサー1

おすすめ記事