이 깨끗한 Ubuntu 설치에 MariaDB를 설치하기 위해 모든 것을 시도했지만이 오류가 계속 발생합니다.
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:
mariadb-server : Depends: mariadb-server-5.5 (= 5.5.33a+maria-1~saucy)
but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
http://www.unixmen.com/install-lemp-server-nginx-mysql-mariadb-php-ubuntu-13-10-server/ 에서이 안내서를 따라 설치했습니다 .
또한 13.10 https://downloads.mariadb.org/mariadb/repositories/ 에 대한 MariaDB 다운로드 페이지의 "공식"안내서를 따랐습니다.
그러나 아무것도 작동하지 않는 것 같습니다.
편집 1
나는 시도 모두 어떻게 PPA를 추가 한 후 충족되지 않은 종속성을 해결하는 방법은 무엇입니까? 및 MariaDB를 설치하는 방법? 그러나 여전히 위에 게시 한 오류가 발생합니다.
거의 설치되지 않은 새로운 우분투 설치입니다.
편집 2
모든 확인란은 업데이트의 티켓입니다. 나는 달렸다 :
sudo apt-get update && sudo apt-get -f install mariadb-server-5.5"=5.5.33a+maria-1~saucy"
그리고 그것은 나 에게이 오류를 주었다 :
The following packages have unmet dependencies:
mariadb-server-5.5 : Depends: mariadb-client-5.5 (>= 5.5.33a+maria-1~saucy)
but it is not going to be installed
Depends: mariadb-server-core-5.5 (>= 5.5.33a+maria-1~saucy)
but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
sudo apt-get -f install mariadb-server-5.5"=5.5.33a+maria-1~saucy mariadb-client-5.5"=5.5.33a+maria-1~saucy" mariadb-server-core-5.5"=5.5.33a+maria-1~saucy"
있는 패턴을 잡아라. 따라서 더 많은 패키지를 설치하려면 같은 패턴을 따르는 것과 같은 줄에 포함시켜야한다. 어려울 것 같지만 도움이 되길 바랍니다. 댓글.
libmariadbclient18 : Depends: libmysqlclient18 (= 5.5.33a+maria-1~saucy) but 5.5.34-0ubuntu0.13.10.1 is to be installed
sudo apt-get update && sudo apt-get -f install mariadb-server-5.5"=5.5.33a+maria-1~saucy"
하면 모든 쳤다 적이 있는지 확인 체크 박스 에서 업데이트 에서 탭 소프트웨어 소스 . 실행 여부를 확인하려면 : 소프트웨어 소스sudo software-properties-gtk
를 엽니 다 . 위에서 언급 한 명령에 오류 / 메시지가 표시되면 질문에 게시하십시오.