This is a simple KakaoTalk
installation script using wine
.
wine
을 활용한 간단한 카카오톡 설치 스크립트입니다.
# If you prefer `paru`
paru -S --needed kakaotalk && kakaotalk
# If you prefer `yay`
yay -S --needed kakaotalk && kakaotalk
- bash
- curl
- desktop-file-utils
- wine > 8.0
- xdg-utils
sudo pacman -S bash curl desktop-file-utils wine xdg-utils
sudo apt-get update
sudo apt-get install bash curl desktop-file-utils wine xdg-utils
Open /etc/pacman.conf
as sudo, and uncomment [multilib]
section to enable it.
NOTE: This step would not be needed when new WoW64 mode is enabled by default. (Checked on: Jan 19, 2024)
# If you prefer `paru`
paru -S kakaotalk
# If you prefer `yay`
yay -S kakaotalk
makepkg -scri
sudo ./install.sh
. ./install.sh
You can init and open KakaoTalk by choosing one of the methods below. After initialization, a shortcut icon will appear on the desktop so you can open it more conveniently.
아래의 방법 중 하나를 수행하여 카카오톡을 초기화 및 실행할 수 있습니다. 초기화 후에는 바탕화면에 바로가기 아이콘이 생기므로 더욱 편리하게 실행할 수 있습니다.
kakaotalk
Application Finder -> Search KakaoTalk (카카오톡) -> Open
The script below deletes the directory where wine KakaoTalk is installed.
아래 스크립트는 wine 카카오톡이 설치된 디렉토리를 삭제합니다.
rm -r ~/.local/share/kakaotalk
TODO: TBD
추후 추가 예정
install.sh
, kakaotalk
등 레포지토리 내 스크립트에 라이선스를 명시한 파일의 경우 The Unlicense
라이선스가 적용됩니다.
그 외의 모든 파일들은 해당 레포지토리에서 라이선스를 적용하지 않습니다.
카카오톡 사용자 약관에 관해서는 다음 링크를 참고해주세요: https://www.kakao.com/ko/terms.html