0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

「CentOS7.3」にWinetricksをダウンロードする

0
Last updated at Posted at 2017-04-09

前提として、「RPMforge」をインストールしておく。
コチラを参照↓↓↓
http://qiita.com/rYamashita1012/items/8b4ca06d60bbbd480903

今回参考にさせていただいたサイト↓↓↓
http://linux.ikoinoba.net/index.php?mode=page&aim=wine

まず、cabextractをダウンロードする。

sudo yum --enablerepo=rpmforge install cabextract

次に、Winetricksをダウンロードする。

sudo curl http://www.kegel.com/wine/winetricks -o /usr/local/bin/winetricks

正常にダウンロードされたことを確認するため、
以下のディレクトリに「winetricks」が存在することを確認。

cd /usr/local/bin/

実行権限を付与する。

sudo chmod +x winetricks

以上。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?