저는 Debian 10을 가지고 있고 현재 wine-4.0이 설치되어 있습니다. 여기에서 권장되는 명령을 사용하여 최신 와인 버전으로 업데이트하려고 합니다.
https://wiki.winehq.org/Debian
sudo apt install --install-recommends winehq-stable
위의 설치 명령을 실행하면 다음이 표시됩니다.
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:
winehq-stable : Depends: wine-stable (= 5.0.0~buster)
E: Unable to correct problems, you have held broken packages.
sudo apt list --installed | grep 와인 표시:
fonts-wine/stable,stable,now 4.0-2 all [installed]
libkwineffects11/stable,now 4:5.14.5-1 amd64 [installed,automatic]
libwine-development/stable,now 4.2-4+b1 amd64 [installed]
libwine-development/stable,now 4.2-4+b1 i386 [installed]
libwine/stable,now 4.0-2 amd64 [installed]
libwine/stable,now 4.0-2 i386 [installed]
wine-development/stable,stable,now 4.2-4 all [installed]
wine32-development/stable,now 4.2-4+b1 i386 [installed]
wine32/stable,now 4.0-2 i386 [installed]
wine64-development/stable,now 4.2-4+b1 amd64 [installed]
wine64/stable,now 4.0-2 amd64 [installed]
wine/stable,stable,now 4.0-2 all [installed]
sudo apt update를 실행하면 모든 것이 최신 상태임을 보여줍니다.
cat /etc/apt/sources.list.d/wine.list는 다음을 표시합니다:
deb https://dl.winehq.org/wine-builds/debian/ buster main
어떻게 업데이트할 수 있나요?
답변1
Winehq 포럼의 답변:Debian 10 및 Ubuntu 18.04용 FAudio
문제는 libfaudio0
debian 10 저장소와 winehq 저장소 모두에서 사용할 수 없는 종속성 누락으로 인해 발생합니다. opensuse 저장소를 추가해야 합니다.
sudo apt install software-properties-common apt-transport-https
sudo add-apt-repository 'deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_10 ./'
wget https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_10/Release.key
sudo apt-key add Release.key
sudo apt update
sudo apt install --install-recommends winehq-stable
Cybermax 덕분에 우리는 OBS에서 Debian 10 및 Ubuntu 18.04용 FAudio 패키지를 제공합니다. 이러한 배포판을 위한 WineHQ 와인 개발 및 와인 준비 패키지는 이에 대해 구축되었으며 종속성으로 필요합니다. Wine 5.0부터 wine-stable 패키지에는 FAudio도 필요합니다.
참고: Ubuntu 19.10 이상 및 Debian Bullseye 이상용 FAudio는 이러한 배포판에서 제공됩니다. distro 저장소에서 설치할 수 없는 경우 distro 포럼에 도움을 요청하세요.
FAudio는 Wine 프로젝트의 일부가 아니기 때문에 FAudio 패키지는 여기의 다운로드 서버에서 배포되지 않고 OBS에서 직접 얻을 수 있습니다.
데비안 10:https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_10/
우분투 18.04 및 리눅스 민트 19.x:https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04/
답변2
aptitude install winehq-stable
대신 사용해 보세요 apt
. 충돌하는 패키지를 자동으로 정렬하거나 제안할 수 있습니다.
다음을 실행하여 적성을 설치할 수 있습니다.apt install aptitude