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?

Ubuntu 24.10 への Wine のインストール方法

Posted at

こちらを参考にしました。
How to Install Wine 9 on Ubuntu 23.10

インストール

sudo dpkg –add-architecture i386
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/
dists/mantic/winehq-mantic.sources
sudo apt update
sudo apt install --install-recommends winehq-stable

インストールの確認

wine --version
$ wine --version
wine-9.0
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?