Debian Bookworm
1. Add the i386 architecture:
sudo dpkg --add-architecture i386
2. Import the winehq key:
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
3. Add the bullseye winehq repo:
sudo echo "deb https://dl.winehq.org/wine-builds/debian/ bookworm main" > /tmp/winehq.list
sudo cp -v /tmp/winehq.list /etc/apt/sources.list.d/
4. Update and install the latest stable version of wine:
sudo apt update
sudo apt install --install-recommends winehq-stable
Debian Bullseye
1. Add the i386 architecture:
sudo dpkg --add-architecture i386
2. Import the winehq key:
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
3. Add the bullseye winehq repo:
sudo echo "deb https://dl.winehq.org/wine-builds/debian/ bullseye main" > /tmp/winehq.list
sudo cp -v /tmp/winehq.list /etc/apt/sources.list.d/
4. Update the package lists
sudo apt update
5. Install one of the following versions of wine:
sudo apt install --install-recommends winehq-stable
sudo apt install --install-recommends winehq-devel
sudo apt install --install-recommends winehq-staging
p.s
위에 두가지 인데 자신에 맞는 버전을 설치하세요... 전 bookworm 이라 위에 거 설치했네요..
설치하고 윈도우 프로그램 설치해 보면 또 뭐하나 설치하라고 창이 뜰 건데 그거 꼭 설치 하셔야 합니다.
그리고 한글 깨지는 분들은 아래 경로에 gulim.ttf 파일 복사해 넣으세요...
자신의 홈폴더에서 Ctrl + h 누르면 숨겨진 파일과 폴더 나올 겁니다. 한번 더 누르면 사라지고요....
/home/유저폴더/.wine/drive_c/windows/Fonts/
굴림체 파일은 첨부 못합니다. 라이선스 때문에...
인터넷 검색사이트에서 '윈도우 굴림체' 검색 하시면 찾을 수 있을 겁니다.
|