개발메모

ubuntu 18에서 카카오톡 실행

DoDo&ToTo 2021. 11. 30. 10:52

되는 걸로 메모..

 

폰트설ㅊㅣ

sudo apt-get install fonts-nanum*

 

wine 설치

sudo dpkg --add-architecture i386

wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'

sudo apt-get update

sudo apt install --install-recommends winehq-stable

wine 설정

WINEARCH=win32 winecfg

 

 

sudo apt-get install cabextract
sudo apt install winetricks
winetricks gdiplus_winxp msxml6 riched30 riched20 wmp9 d3dx9_43

 

카톡 다운

wget http://app.pc.kakao.com/talk/win32/KakaoTalk_Setup.exe

 

카톡설치

wine [카카오톡설치파일]

 

 

바탕화면이나 시작화면에서 카카오톡 실행