LoginSignup
1
2

More than 5 years have passed since last update.

WineHQ インストール方法

Last updated at Posted at 2016-08-23

環境

SparkyLinux
(Debian ベースの軽量 OS)

WineHQ のインストールを試みてハマったのでメモを残す。

リポジトリ設定

wget https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo vi /etc/apt/sources.list.d/wine.list
/etc/apt/sources.list.d/wine.list
deb http://dl.winehq.org/wine-builds/debian/ sid main
deb http://ftp.de.debian.org/debian/ oldstable main

公式ページでは deb https://dl.winehq.org/wine-builds/debian/ DISTRO main
と書いてあるのだが、 https だとインストール時にエラーが起きるので
http に書き直す。

DISTRO の部分は下記から選択できる。

  • wheezy
  • jessie
  • stretch
  • sid

SparkyLinux がどれに該当するのか判らないので sid を選択してみた。

インストール

sudo apt-get update
sudo apt-get install winehq-devel cabextract

文字化けの解消

wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
install winetricks /usr/local/bin
winetricks allfonts

EXE ファイルのインストール

wineboot
wine exe_file_path
1
2
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
1
2