0
mysql-community-server_5.7.13-1ubuntu16.04_amd64.deb를 설치하려고합니다. 내가 sudo는 명령 실행 한 그 전에 --purge mysql을 제거 경향을-얻을 * 는 sudo apt-get을 autoremove 는 sudo apt-get을 아래의 오류에 직면하는 메신저 후우분투에서 mysql을 설치하는 중 오류가 발생했습니다
자동 청소. 아무도 내게 해결책을 제공하지 않습니다.
[email protected]:/usr/mysql$ sudo dpkg -i mysql-community-server_5.7.13-1ubuntu16.04_amd64.deb
(Reading database ... 63795 files and directories currently installed.)
Preparing to unpack mysql-community-server_5.7.13-1ubuntu16.04_amd64.deb ...
.
Unpacking mysql-community-server (5.7.13-1ubuntu16.04) over (5.7.13-1ubuntu16.04) ...
dpkg: dependency problems prevent configuration of mysql-community-server:
mysql-community-server depends on mysql-common (= 5.7.13-1ubuntu16.04); however:
Package mysql-common is not installed.
mysql-community-server depends on mysql-client (= 5.7.13-1ubuntu16.04); however:
Package mysql-client is not installed.
mysql-community-server depends on libmecab2 (>= 0.996-1.2ubuntu1); however:
Package libmecab2 is not installed.
mysql-community-server depends on libstdc++6 (>= 5.2); however:
Version of libstdc++6:amd64 on system is 4.8.4-2ubuntu1~14.04.1.
mysql-community-server depends on init-system-helpers (>= 1.18~); however:
Version of init-system-helpers on system is 1.14.
dpkg: error processing package mysql-community-server (--install):
dependency problems - leaving unconfigured
Processing triggers for ureadahead (0.100.0-16) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Errors were encountered while processing:
mysql-community-server
[email protected]:/usr/mysql$
서버를 사용할 수 있습니다. 그래서 당신이 오프라인으로 설치하는 방법을 입력을 제공 할 수 있습니다 – user2925298
당신은 '시냅스 패키지 관리자' – Jobin