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は新しく、すべてのパッケージをすべてのサーバーで使用する準備ができているわけではありません。メインサーバーを使用してパッケージをダウンロードすると、問題が解決します。
- システム設定
- ソフトウェアとアップデート
- [ダウンロード元]セクションから[メインサーバー]を選択します