터미널을 통해 이미 많은 앱을 설치하려고 시도했지만 오류만 발생했습니다. 내가 입력할 때:
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