GNU/Linux >> Linux の 問題 >  >> Ubuntu

Ubuntu 16.04フレッシュインストール後に壊れたパッケージ?

Ubuntu 16.04を新規インストールした後、パッケージが壊れており、ほとんどのアプリケーションをインストールできません。 Synapticの「壊れたパッケージを修正」から試しましたが、機能しません。例;

sudo apt-get install steam

出力;

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:
 steam:i386 : Depends: libc6:i386 (>= 2.15) but it is not going to be    installed
          Depends: libstdc++6:i386 (>= 4.3) but it is not going to be installed
          Depends: libx11-6:i386 but it is not going to be installed
          Depends: libudev1:i386 but it is not going to be installed
          Depends: libxinerama1:i386 but it is not going to be installed
          Depends: libtxc-dxtn0:i386
          Depends: libgl1-mesa-dri:i386 but it is not going to be installed
          Depends: libgl1-mesa-glx:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

他の例;

sudo apt-get install nvidia-361

出力;

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:
 nvidia-361 : Depends: lib32gcc1 but it is not going to be installed
              Depends: libc6-i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

からの出力はありません;

sudo apt-get clean

試しました;

sudo apt-get install -f

出力;

Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

ありがとう..

承認された回答:

16.04は新しく、すべてのパッケージをすべてのサーバーで使用する準備ができているわけではありません。メインサーバーを使用してパッケージをダウンロードすると、問題が解決します。

  1. システム設定
  2. ソフトウェアとアップデート
  3. [ダウンロード元]セクションから[メインサーバー]を選択します
関連:メールサーバーを対象とするログでの多くのPAM認証エラー。それを止める方法は?
Ubuntu
  1. Ubuntu11.10およびUbuntu11.04にRPMパッケージをインストールします

  2. Ubuntu 14.04(realtek Rtl8188ee)を新規インストールした後、ワイヤレス接続が遅い/一貫性がない?

  3. Ubuntu 14.04.1 Ltsの新規インストールはログイン後にフリーズしますか?

  1. Ubuntu20.04にインストールされているパッケージを一覧表示する方法

  2. Ubuntuにインストールされているパッケージを一覧表示する方法

  3. Ubuntuデスクトップをインストールした後に行うべき10のこと

  1. Ubuntuにインストールされているパッケージを一覧表示する方法

  2. Ubuntu16.04LTSをインストールした後に行うこと

  3. Ubuntu20.04で壊れたパッケージを修正する方法