rokkonet

PC・Androidソフトウェア・アプリの開発・使い方に関するメモ

wine を ubuntu18.04 にインストール

2020 Feb. 22.

出典 https://sites.google.com/site/memomuteki/tinylinux/winedewindowsapuriinsutorusheding

# dpkg --add-architecture i386
# apt update && apt install wine-stable playonlinux winetricks
# reboot
$ winecfg
$ winetricks
Select the default wineprefix -> Install a font 日本語関連を選択する
Select the default wineprefix -> Install a Windows DLL or component>vb6run

# cd /usr/share/locale/ja/LC_MESSAGES/
# msgunfmt pol.mo -o pol.po
# vim pol.po
msgstr "{0 }をリフレッシュ中" の 0 の後ろのスペースを削除

# msgfmt pol.po -o pol.mo

PlayOnLinux を起動
  希望するアプリをインストール