私はこのクリーンな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/
また、MariaDBのダウンロードページにある13.10の「公式」ガイドにも従ってい ますhttps://downloads.mariadb.org/mariadb/repositories/
しかし、何も機能していないようです。
編集1
私が試してみました、両方のはどのようにPPAを追加した後に満たされていない依存関係を解決するのですか?とMariaDBをインストールする方法?しかし、それでも私が上に投稿したエラーが表示されます。
これは、ほとんど何もインストールされていない、Ubuntuの新規インストールです。
編集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