답변:
libzip
deb 패키지에서 직접 패키지 를 설치하여이 문제를 해결했습니다 . libzip4_1.1.2-1.1_amd64.deb 에서 찾았습니다 .
을 다운로드하여 설치 libzip4
한 다음 mysql-workbench
apt 또는 deb 패키지에서 설치 하십시오.
mysql-workbench
.deb 패키지를 수동으로 설치 해야합니다.
Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: mysql-workbench-community : Depends: libssl1.0.0 (>= 1.0.2~beta3) but it is not installa
이것이 올바르게 설치하기 위해 취한 단계입니다.
필요한 2 개의 라이브러리를 다운로드하여 설치하십시오.
MySQL Workbench 다운로드 페이지로 이동하여 Ubuntu 18.04의 최신 버전을 다운로드하십시오 (적어도 현재). 문제없이 올바르게 설치해야합니다.
이 답변을 작성하는 시점 (2019 년 4 월 25 일)에 패키지 mysql-workbench
또는 mysql-workbench-community
19.04 리포지토리에 존재하지 않습니다 (유니버스 리포지토리가 활성화 된 경우에도). https://launchpad.net/ubuntu/disco/+source/mysql-workbench : 아직 패키지가 생성되지 않은 것을 볼 수 있습니다.
다운로드 사이트 ( https://dev.mysql.com/downloads/workbench/ ) 를 확인하더라도 19.04의 릴리스 된 버전이 표시되지 않습니다. 버전이 출시 될 때까지 기다려야 할 것 같습니다. 그것은 완전히 혼란입니다.
또한 18.10 설치 프로그램이 19.04에서 작동하지 않는 것을 확인할 수 있습니다
내 libzip4, libzip5 및 libzip-dev가 설치되어 있고 확인되지 않았습니다.
이 문제를 다음과 같이 해결했습니다.
1- 백업 또는 다음 파일 제거 : sudo rm /usr/local/lib/libcrypto.so.1.0.0 sudo rm /usr/local/lib/libssl.so.1.0.0
시스템에서 두 위치를 찾으십시오. sudo locate libcrypto.so.1.0.0 sudo locate libssl.so.1.0.0
위치에 대한 기호 링크를 3- 재 작성하십시오. sudo ln -s /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 /usr/local/lib/libcrypto.so.1.0.0 sudo ln -s / usr / lib / x86_64-linux-gnu / libssl.so.1.0.0 /usr/local/lib/libssl.so.1.0.0
이 패키지를 설치 한 후 :
https://packages.ubuntu.com/cosmic/amd64/libssl1.0.0/download
https://packages.ubuntu.com/cosmic/amd64/libzip4/download
나는 파이썬을 설치했고 효과가 있었다.
sudo apt install python
다음
sudo apt --fix-broken install
과
sudo apt update
우분투 18.04 0n 우분투 19 용으로 설계된 워크 벤치를 설치할 수있었습니다.
gdebi mysql-workbench-community_8.0.16-1ubuntu18.04_amd64.deb를 사용하여 설치했습니다.
종속성을 찾아서 설치합니다. 자세한 정보는 http://manpages.ubuntu.com/manpages/bionic/man1/gdebi.1.html 을 참조하십시오 .