문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
|
linux:wine [2019/12/08 11:06] kwon37xi |
linux:wine [2023/01/30 22:39] (현재) kwon37xi [Ubuntu stable Install] |
||
|---|---|---|---|
| 줄 3: | 줄 3: | ||
| * [[http:// | * [[http:// | ||
| * [[https:// | * [[https:// | ||
| + | * [[linux: | ||
| + | * [[linux: | ||
| + | |||
| + | ===== Arch/ | ||
| + | * [[linux: | ||
| + | * AUR 의 [[https:// | ||
| + | |||
| ===== Debian Wine Install ===== | ===== Debian Wine Install ===== | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| - | |||
| <code sh> | <code sh> | ||
| 줄 17: | 줄 23: | ||
| dpkg --print-architecture | dpkg --print-architecture | ||
| + | |||
| + | # buster 는 WineHQ Debian 버전에 따라 적절이 변경한다. | ||
| + | echo "deb https:// | ||
| + | |||
| + | sudo apt-get update | ||
| + | |||
| + | # install wine stable | ||
| + | sudo apt install --install-recommends winehq-stable | ||
| + | |||
| + | # 패키지 파일 양이 많은 편이므로 캐시 비워주기 | ||
| + | sudo apt-get clean | ||
| </ | </ | ||
| - | ===== Ubuntu | + | * Debian Buster, Ubuntu 18.04, 19.04 는 '' |
| + | * https:// | ||
| + | ===== Ubuntu | ||
| + | ==== winehq 버전 설치 ==== | ||
| * [[https:// | * [[https:// | ||
| <code sh> | <code sh> | ||
| sudo dpkg --add-architecture i386 | sudo dpkg --add-architecture i386 | ||
| - | wget -nc https:// | + | wget -O - https:// |
| - | sudo apt-key add Release.key | + | # focal 은 적당한 버전으로 변경한다. |
| - | sudo apt-add-repository https:// | + | sudo add-apt-repository 'deb https:// |
| - | sudo apt-add-repository 'deb https:// | + | sudo apt update |
| - | sudo apt-get update | + | sudo apt install --install-recommends winehq-stable |
| - | sudo apt-get install --install-recommends winehq-stable | + | |
| </ | </ | ||
| + | ==== Ubuntu 기본 버전 설치 ==== | ||
| + | <code sh> | ||
| + | sudo dpkg --add-architecture i386 | ||
| + | sudo apt install wine winetricks | ||
| + | </ | ||
| ===== Winetricks ===== | ===== Winetricks ===== | ||
| * https:// | * https:// | ||
| <code sh> | <code sh> | ||
| + | # ubuntu | ||
| + | sudo apt-get install winetricks | ||
| + | |||
| + | # 기타 | ||
| cd ~/ | cd ~/ | ||
| wget https:// | wget https:// | ||
| chmod +x winetricks | chmod +x winetricks | ||
| </ | </ | ||
| - | ===== 32bit 윈도우 환경 구성 ===== | + | ===== 32bit 윈도우 환경 |
| * 설치 후 '' | * 설치 후 '' | ||
| * '' | * '' | ||
| - | * '' | + | * '' |
| * '' | * '' | ||
| - | * 한글 입력은 uim 만 제대로 되는 듯 | ||
| + | ===== wineboot ===== | ||
| + | * [[https:// | ||
| + | * windows restart 등을 함. | ||
| ===== Play On Linux ===== | ===== Play On Linux ===== | ||
| * https:// | * https:// | ||
| 줄 76: | 줄 107: | ||
| * fcitx 에서 한글 입력 별다른 문제 없었음(2018). | * fcitx 에서 한글 입력 별다른 문제 없었음(2018). | ||
| * 2019/06 현재 PC 인증 화면이 안나오는데 그래도 그냥 인증번호를 입력하고 엔터를 누르고서 껐다켜거 다시 로그인하고 하다보면 작동했음. | * 2019/06 현재 PC 인증 화면이 안나오는데 그래도 그냥 인증번호를 입력하고 엔터를 누르고서 껐다켜거 다시 로그인하고 하다보면 작동했음. | ||
| - | ===== Shockwave 관련 오류 ===== | ||
| - | * http:// | ||
| - | * http:// | ||
| - | ===== ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. ===== | + | --- |
| - | * ntlm 관련 | + | * [[https:// |
| - | ===== p11-kit: couldn' | ||
| - | p11-kit i386 버전을 설치하지 않아서임. | ||
| <code sh> | <code sh> | ||
| - | sudo apt-get install p11-kit: | + | winetricks gdiplus riched30 wmp10 msxml6 d3dx9_43 |
| </ | </ | ||
| + | ===== 참조 ===== | ||
| + | * [[https:// | ||