LoginSignup
0
0

More than 3 years have passed since last update.

Ubuntuにwineをインストールする

Last updated at Posted at 2020-06-30

https://stackoverflow.com/questions/42410134/how-to-fix-e-the-list-of-sources-could-not-be-read-could-not-be-read-error
*hint sudo: apt-add-repository: command not found

sudo apt-get install software-properties-commonで解決できる

sudo dpkg --add-architecture i386
wget -qO- https://dl.winehq.org/wine-builds/Release.key | sudo apt-key add -
sudo apt-add-repository 'deb http://dl.winehq.org/wine-builds/ubuntu/ artful main'
sudo apt-get install --install-recommends winehq-stable
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