문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
|
linux:wine [2020/06/09 16:30] kwon37xi [Linux Wine] |
linux:wine [2023/01/30 22:39] (현재) kwon37xi [Ubuntu stable Install] |
||
|---|---|---|---|
| 줄 3: | 줄 3: | ||
| * [[http:// | * [[http:// | ||
| * [[https:// | * [[https:// | ||
| + | * [[linux: | ||
| * [[linux: | * [[linux: | ||
| 줄 38: | 줄 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 | ||
| 줄 47: | 줄 51: | ||
| </ | </ | ||
| + | ==== Ubuntu 기본 버전 설치 ==== | ||
| + | <code sh> | ||
| + | sudo dpkg --add-architecture i386 | ||
| + | sudo apt install wine winetricks | ||
| + | </ | ||
| ===== Winetricks ===== | ===== Winetricks ===== | ||
| * https:// | * https:// | ||