python-support 0.7.1をインストールするとdebian etchがクラッシュしますか?

python-support 0.7.1をインストールするとdebian etchがクラッシュしますか?

s3cmdDebianにインストールしようとしましたが、次etchのエラーメッセージが表示されました。

root@NAS-01G:~/src$ sudo apt-get install s3cmd
Reading package lists... Done
Building dependency tree... 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.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  s3cmd: Depends: python-support (>= 0.7.1) but 0.5.6 is to be installed
E: Broken packages

にアップグレードすることを検討していますpython-support 0.7.1。これによりシステムがハングアップしますか?

ベストアンサー1

まず、Debian etchは本当に古くなっています(もともと2007年4月8日にリリースされました)。可能であればアップグレードをお勧めします。現在、Etchedのセキュリティアップデートにもサポートされなくなりました

とにかくs3cmdはetchにないので、最新バージョンをインストールしてみてください。 1つのオプションは、その上にラッパーを作成してエッチングするようにバックポートすることです。最新バージョンのPythonサポートが本当に必要な場合は、まずetchでPythonサポートを構築してみてください。最新バージョンのPythonサポートをインストールすると、うまくいかないかもしれませんが、おそらく問題はありません。ただし、安全を保つためには、まず仮想マシンでテストすることをお勧めします。おそらく提案された順序でオプションを試してみます。

おすすめ記事