6
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ちょう楽にlinuxでwindowsのアプリを使う

Last updated at Posted at 2019-06-01

はじめに

wineというwindowsエミュレータを使って、linux上でwindowsアプリを動かせるようにします。

参考

こちらも参考にしました

方法

Wine公式サイトリンク

sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
Ubuntu
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main'
sudo apt update && sudo apt install --install-recommends winehq-stable

日本語文字化対策

日本語フォントを追加しないと文字化けするのでwinetricksをインストールしてcjkfontsを導入する。

sudo apt install -y winetricks
winetricks

インストールオプションを以下のように選択する。
Select the default wineprefix

Install a font

cjkfonts

エラーでるけど気にせずエンター!以上!文字化け直ってるはず。

kindle for PCをインストール

kindle for PCのバージョン1.17.44183
たぶんこれより新しいバージョンは使えないと思う。
ググればアーカイブが簡単に見つかる。
wineのバージョンは4.0以上
wine設定のwindowsのバージョン8.0

おすすめ

6
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?