Ubuntu 12.04 LTS に MariaDB をインストールしようとしています。
ダウンロードを選択すると表示されるhttps://askubuntu.com/questions/64772/how-to-install-mariadbおよび MariaDB.orgの指示に従いました。
最後のステップはsudo apt-get install mariadb-server
次を返します。
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:
mariadb-server : Depends: mariadb-server-5.5 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
依存関係の問題は認識の問題 ( https://mariadb.atlassian.net/browse/MDEV-3882 ) ですが、パッケージが壊れているため、これを回避できないと思います。
libmariadbclient18 をインストールしようとすると、次のようになります。
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:
libmariadbclient18 : Depends: libmysqlclient18 (= 5.5.30-mariadb1~precise) but 5.5.31-0ubuntu0.12.04.1 is to be installed
E: Unable to correct problems, you have held broken packages.
を使用して壊れたパッケージを修正しようとしましたsudo apt-get install -f
が、mariadb-server または libmariadbclient18 をインストールできません。