web-dev-qa-db-ja.com

アップデートマネージャに問題がある

Ubuntuシステムを更新しようとしていますが、Update Managerで何もできません。方法の3/4をロードし、次のように言います:

Could not initialize the package information
An unresolvable problem occurred while initializing the package information.
Please report this bug against the 'update-manager' package and include the following error message:
'E:The package google-chrome-stable:i386 needs to be reinstalled, but I can't find an archive for it.'

また、ubuntuソフトウェアセンターは開かず、クラッシュし続けます。何もインストールも更新もできないので、これは非常に面倒です。

2
Howie Lynch

次の手順を実行します:

  1. を押してgnome-terminalを開きます Ctrl+Alt+T
  2. echo "deb http://dl.google.com/linux/chrome/deb/ stable main" | Sudo tee /etc/apt/sources.list.d/google-chrome.listと書き、ファイルに行をルートとして書き込みます。そのファイルが存在しない場合は作成されます。
  3. Sudo apt-get updateを記述して更新を実行し、報告されたエラーを提供します。
1
Samik