UbuntuソフトウェアセンターとWineをインストールしようとするとエラーが発生する

UbuntuソフトウェアセンターとWineをインストールしようとするとエラーが発生する

すでにターミナル経由で多くのアプリをインストールしようとしましたが、エラーしか表示されません。次のように入力すると、

sudo apt-get install ubuntu-software-center

私が得るのは

alex@alex-NV55C:~$ sudo apt-get install ubuntu-software-center
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package ubuntu-software-center

私もワインをインストールしてターミナルから入力してみました

sudo apt-get install wine 

私は

alex@alex-NV55C:~$ sudo apt-get install wine
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 libc6 : Breaks: libc6:i386 (!= 2.19-0ubuntu6) but 2.19-0ubuntu6.4 is to be installed
 libc6:i386 : Breaks: libc6 (!= 2.19-0ubuntu6.4) but 2.19-0ubuntu6 is to be installed
 wine : Depends: wine1.6 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

答え1

既存のソフトウェアセンターを削除してから、次のコマンドを使用してインストールしてみてください。

sudo apt-get remove software-center



sudo apt-get install software-center

関連情報