
최근에 플래시 드라이브를 통해 Ubuntu 12.0.4를 부팅 가능하게 만들었습니다. 나는 이전에 이 작업을 수행한 적이 있으며 이전 플래시 드라이브에서는 아무런 문제도 없었습니다. 그 당시 제가 겪은 유일한 문제는 공간이 부족하다는 것이었습니다. 이제 더 많은 공간을 확보하기 위해 플래시 드라이브를 다시 포맷했습니다. 제가 설치하려는 프로그램은 Wine 1.7이고, 제공된 지침은 다음과 같습니다.여기이번에는 나한테 일이 안 돼. 터미널을 통해 설치하려고 하면 매번 다음 메시지가 나타납니다.
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:
wine1.7 : Depends: wine1.7-amd64 (= 1:1.7.12-0ubuntu1) but it is not going to be installed
Depends: wine1.7-i386 (= 1:1.7.12-0ubuntu1)
Recommends: fonts-droid but it is not installable
Recommends: ttf-mscorefonts-installer but it is not installable
Recommends: fonts-horai-umefont but it is not installable
Recommends: winetricks but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
이것이 무엇을 의미하는지 아는 사람이 있다면 감사하겠습니다.
답변1
source.list에서 와인 저장소를 제거하고 source.list를 업데이트합니다(sudo apt-get update). 필요한 경우 최신 저장소 정보를 목록에 추가하고 목록을 다시 업데이트하세요.
지금 와인을 설치해 보세요.
답변2
sudo apt-get check가 트릭을 수행합니다. apt-get autoclean && apt-get autoremove도 사용하고 싶을 수도 있습니다.