Ubuntu에 Wine 설치
보통은 virtualbox로 Windows를 쓰는데 제가 사용하는 윈도우 프로그램이 버벅거리기도 하고 Wine이 꽤 좋아졌다는 이야기를 들어서 한번 시도해보았습니다.
Repository가 Deprecated되었다는군요. 그래서 아래 세 명령을 실행하면 새로운 Repository를 등록합니다.
다음 명령으로 설치!
다운받은 exe 파일 오른쪽 마우스 누르면 Wine Windows Program Loader가 뜹니다. 그걸로 설치하시면 됩니다!
$ sudo add-apt-repository -r ppa:wine/wine-builds
!!! PLEASE NOTE THAT THIS REPOSITORY IS DEPRECATED !!!
For more information, please see:
https://www.winehq.org/pipermail/wine-devel/2017-March/117104.html
The following commands can be used to add the new repository:
wget https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository 'https://dl.winehq.org/wine-builds/ubuntu/'
Repository가 Deprecated되었다는군요. 그래서 아래 세 명령을 실행하면 새로운 Repository를 등록합니다.
$ wget https://dl.winehq.org/wine-builds/Release.key
--2017-09-20 12:22:09-- https://dl.winehq.org/wine-builds/Release.key
Resolving dl.winehq.org (dl.winehq.org)... 151.101.0.69, 151.101.64.69, 151.101.128.69, ...
접속 dl.winehq.org (dl.winehq.org)|151.101.0.69|:443... 접속됨.
HTTP request sent, awaiting response... 200 OK
Length: 3122 (3.0K) [application/pgp-keys]
Saving to: ‘Release.key’
Release.key 100%[==================================================================================================================>] 3.05K --.-KB/s in 0s
2017-09-20 12:22:10 (71.5 MB/s) - ‘Release.key’ saved [3122/3122]
$ sudo apt-key add Release.key
OK
$ sudo apt-add-repository 'https://dl.winehq.org/wine-builds/ubuntu/'
$ sudo apt update
다음 명령으로 설치!
$ sudo apt install --install-recommands winehq-staging
다운받은 exe 파일 오른쪽 마우스 누르면 Wine Windows Program Loader가 뜹니다. 그걸로 설치하시면 됩니다!
댓글
댓글 쓰기