LoginSignup
14
10

More than 5 years have passed since last update.

俺得メモ : UbuntuでWindowsの実行ファイル(.exe)を実行させる

Posted at

UbuntuでWindowsの実行ファイル(.exe)を実行させる方法を簡単に説明します。

sudo add-apt-repository ppa:wine/wine-builds
sudo apt-get update
sudo apt-get install --install-recommends winehq-devel

Wineというプログラムをインストールして終わりです。
あとは開きたいexeファイルをダブルクリックするだけです。(最初は少し時間がかかります。)

14
10
1

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
14
10