Ubuntu Desktop 22.04に、Wine(WineHQ)をインストールします。
記事の目次
インストール環境を確認する!
インストール環境を確認します。
$ hostnamectl Static hostname: vmsubu01 Icon name: computer-vm Chassis: vm Machine ID: 60e6dcede13a4ffb8abd1eaa75e7b273 Boot ID: 622ae66e6f634e31867e1db57d08e452 Virtualization: oracle Operating System: Ubuntu 22.04.2 LTS Kernel: Linux 5.19.0-41-generic Architecture: x86-64 Hardware Vendor: innotek GmbH Hardware Model: VirtualBox
32bitアーキテクチャを有効化する!
32bitアーキテクチャを有効化します。
$ sudo dpkg --add-architecture i386
WineHQのリポジトリを追加する!
WineHQのリポジトリを追加します。
$ sudo mkdir -pm755 /etc/apt/keyrings $ sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key --2023-05-06 13:52:27-- https://dl.winehq.org/wine-builds/winehq.key Resolving dl.winehq.org (dl.winehq.org)... 151.101.110.217 Connecting to dl.winehq.org (dl.winehq.org)|151.101.110.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 3220 (3.1K) [application/pgp-keys] Saving to: ‘/etc/apt/keyrings/winehq-archive.key’ /etc/apt/keyrings/winehq-arch 100%[=================================================>] 3.14K --.-KB/s in 0s 2023-05-06 13:52:27 (9.88 MB/s) - ‘/etc/apt/keyrings/winehq-archive.key’ saved [3220/3220] $ sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources --2023-05-06 13:52:51-- https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources Resolving dl.winehq.org (dl.winehq.org)... 151.101.110.217 Connecting to dl.winehq.org (dl.winehq.org)|151.101.110.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 163 Saving to: ‘/etc/apt/sources.list.d/winehq-jammy.sources’ winehq-jammy.sources 100%[=================================================>] 163 --.-KB/s in 0s 2023-05-06 13:52:51 (4.33 MB/s) - ‘/etc/apt/sources.list.d/winehq-jammy.sources’ saved [163/163]
WineHQのパッケージ情報をアップデートする!
WineHQのパッケージ情報をアップデートします。
$ sudo apt update
WineHQをインストールする!
WineHQをインストールします。
$ sudo apt install --install-recommends winehq-stable
WineHQのバージョンを確認する!
インストールしたWineHQのバージョンを確認します。
$ wine --version wine-8.0.1
おわりに
Ubuntu Desktop 22.04へのWineHQのインストールは、WineHQのリポジトリから行います。
参考情報(WineHQ)
参考情報(Ubuntu)
関連記事
関連書籍(Amazon)