web-dev-qa-db-ja.com

Ubuntu 12.04から12.10へのアップグレードに失敗しました

可能性のある複製:
満たされていない依存関係を解決するにはどうすればよいですか?

問題があります。変更を計算するときに、「新しいソフトウェアチャネルの設定」後にアップグレードが失敗しました。私はエラーを試しました:

Not all updates can be installed

An unresolvable problem occurred while calculating the upgrade:
E:Unable to correct problems, you have held broken packages.

 This can be caused by:
 * Upgrading to a pre-release version of Ubuntu
 * Running the current pre-release version of Ubuntu
 * Unofficial software packages not provided by Ubuntu

If none of this applies, then please report this bug using the command 'ubuntu-bug ubuntu-release-upgrader-core' in a terminal.

今、更新する1580個のパッケージがあり、更新しません。最初のステップで、システムの部分的なアップグレードも失敗します。次は何?または、変更を元に戻すには?助けてくれてありがとう。

2
pre-commit-hook

試してください:

  • -Sudo apt-get update -f、Sudo apt-get -f install

または

  • Sudo apt-get install aptitude、Sudo aptitude safe-upgrade

また、シナプスを介して壊れたパッケージを修正することができます、それはオプションメニューにあります「削除」カテゴリにあるものを注意深く読んでくださいシステム全体を台無しにしてすべてを削除することができます

1
polarkatenuchie