본문 바로가기
IT

wine 설치

by Oh.mogilalia 2020. 10. 26.

sudo apt-get install wine-stable
sudo apt install fonts-nanum fonts-nanum-extra fonts-nanum-coding

sudo apt remove winehq-stable wine-stable wine1.6 wine-mono wine-geco winetricks
sudo dpkg --add-architecture i386
wget -qO - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -
sudo add-apt-repository ppa:cybermax-dexter/sdl2-backport
sudo apt-add-repository "deb https://dl.winehq.org/wine-builds/ubuntu $(lsb_release -cs) main" sudo apt update && sudo apt install --install-recommends winehq-stable

'IT' 카테고리의 다른 글

ubuntu 18.04, php 7.4 설치  (0) 2021.07.16
hwp 뷰어와 카카오톡 설치  (0) 2020.10.26
우분투 bit 확인  (0) 2020.10.26
ubuntu 홈폴더 이름 변경  (0) 2020.10.17
Wordpress Imagemagick 설치  (0) 2020.07.19