문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
|
linux:wine [2020/06/07 00:07] kwon37xi [32bit 윈도우 환경 구성] |
linux:wine [2023/01/30 22:39] (현재) kwon37xi [Ubuntu stable Install] |
||
|---|---|---|---|
| 줄 3: | 줄 3: | ||
| * [[http:// | * [[http:// | ||
| * [[https:// | * [[https:// | ||
| + | * [[linux: | ||
| + | * [[linux: | ||
| ===== Arch/ | ===== Arch/ | ||
| 줄 37: | 줄 39: | ||
| * https:// | * https:// | ||
| ===== Ubuntu stable Install ===== | ===== Ubuntu stable Install ===== | ||
| + | ==== winehq 버전 설치 ==== | ||
| + | |||
| * [[https:// | * [[https:// | ||
| <code sh> | <code sh> | ||
| sudo dpkg --add-architecture i386 | sudo dpkg --add-architecture i386 | ||
| wget -O - https:// | wget -O - https:// | ||
| + | # focal 은 적당한 버전으로 변경한다. | ||
| sudo add-apt-repository 'deb https:// | sudo add-apt-repository 'deb https:// | ||
| sudo apt update | sudo apt update | ||
| 줄 46: | 줄 51: | ||
| </ | </ | ||
| + | ==== Ubuntu 기본 버전 설치 ==== | ||
| + | <code sh> | ||
| + | sudo dpkg --add-architecture i386 | ||
| + | sudo apt install wine winetricks | ||
| + | </ | ||
| ===== Winetricks ===== | ===== Winetricks ===== | ||
| * https:// | * https:// | ||
| 줄 103: | 줄 113: | ||
| <code sh> | <code sh> | ||
| winetricks gdiplus riched30 wmp10 msxml6 d3dx9_43 | winetricks gdiplus riched30 wmp10 msxml6 d3dx9_43 | ||
| - | </ | ||
| - | |||
| - | ===== Shockwave 관련 오류 ===== | ||
| - | * http:// | ||
| - | * http:// | ||
| - | |||
| - | ===== ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. ===== | ||
| - | * ntlm 관련 오류는 '' | ||
| - | |||
| - | ===== p11-kit: couldn' | ||
| - | p11-kit i386 버전을 설치하지 않아서임. | ||
| - | <code sh> | ||
| - | sudo apt-get install p11-kit: | ||
| </ | </ | ||
| ===== 참조 ===== | ===== 참조 ===== | ||
| * [[https:// | * [[https:// | ||