MySQL-Workbench에는 POP!_OS에 대한 제거 가능한 종속성이 있습니다.

MySQL-Workbench에는 POP!_OS에 대한 제거 가능한 종속성이 있습니다.

먼저 공식 저장소에서 mysql-server를 설치했는데 문제 없이 작동했습니다. 하지만 공식 저장소에는 mysql-workbench에 대한 설치 후보가 없어서 다음에서 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.

내 질문에 대한 레딧 스레드를 찾을 수 있습니다여기

관련 정보