amd64 Debian(9) バージョンに postgresql-9.6:i386 をインストールできますか? [閉鎖]

amd64 Debian(9) バージョンに postgresql-9.6:i386 をインストールできますか? [閉鎖]

だから私は現在Debian 9 64ビットLINUXビルド(いくつかの背景用)を実行しています。

unixODBC(32ビットでコンパイル)をインストールし、odbc-postgresql:i386最後のステップは実際のものですpostgresql-9.6 rdms

私はapt-getのシンプルで実用的な呼び出しでこれをやろうとしています。

sudo apt-get install postgresql-9.6:i386

残念ながら、以下に示すように、一部満たされていない依存関係があります。

root@linux2:/home/jeremyn/unixODBC-2.3.0# sudo apt-get install postgresql- 
9.6:i386
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:
 postgresql-9.6:i386 : Depends: locales:i386 but it is not installable
                       Depends: libsystemd0:i386 but it is not going to be installed
                       Recommends: postgresql-contrib-9.6:i386 but it is not going to be installed
                       Recommends: sysstat:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

一般的にこれはマイナーな問題なので、必要な依存関係をインストールするだけですが、問題はここで連鎖的に発生するようです...

Package locales:i386 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  libc-l10n

E: Package 'locales:i386' has no installation candidate

また、インストールしようとしましたが、libc-l10nもう一度問題が発生しました。この問題が発生し、Debian 9バージョンにpostgresql-9.6:i386をインストールする方法を見つけた人はいますか?

ベストアンサー1

32ビット版のPostgreSQLをインストールするのは非常に疑わしいです。仕える人どんな変化が起こりますか?とにかく、localesパッケージに関連するさまざまな問題が原因で(参照このエラーpostgresql-9.6:i386詳細)システムにインストールできませんamd64。依存関係なしにパッケージを直接再構築する以外は回避策はありませんlocales

完全に代わりにインストールするか、postgresql-9.632ビットDebianインストールでもう一度やり直してください。

おすすめ記事