2
1

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 22.04 に VMware Workstation Pro for Linux をインストールする

Posted at

2024年に「VMware Workstation」が無償化されたので、 Ubuntu 22.04 の環境に VMware Workstation Pro for Linux をインストールしてみようと思います。

実行環境は以下のとおり、 Ubuntu 22.04 です。

$ grep PRETTY_NAME /etc/os-release
PRETTY_NAME="Ubuntu 22.04.5 LTS"

VMware が Broadcom に買収された関係で、まずは、 Broadcom のアカウント登録を行います。

image.png

アカウント登録後、ログイン画面からログインを行います。

image.png

左側のメニューから「My Downloads」をクリックします。

image.png

「My Downloads」の画面内に「Free Software Downloads available HERE」とあるので、「HERE」の部分のリンクをクリックします。

image.png

「Free Downloads」の画面内の右下辺りに「VMware Workstation Pro」と表示されているので、これをクリックします。

image.png

「VMware Workstation Pro 17.0 for Linux」をクリックします。

image.png

リリースバージョンが表示されるので、「17.6.4」をクリックします。

image.png

「Terms and Conditions」のリンクをクリックして利用規約等に目を通し、チェックボックスにチェックを入れてから右側のダウンロードボタンをクリックします。

Screenshot from 2025-09-23 15-50-24.png

確認画面が表示されるので「Yes」をクリックします。

image.png

個人情報を入力して、「Submit」をクリックします。

Screenshot from 2025-09-23 15-53-44.png

ダウンロードされたファイルを確認します。

$ cd ~/ダウンロード/
$ ls -l VMware-Workstation-Full-17.6.4-24832109.x86_64.bundle 
-rw-rw-r-- 1 akase244 akase244 355952946  9月 23 16:00 VMware-Workstation-Full-17.6.4-24832109.x86_64.bundle

実行権限を付与してインストールを実行します。

$ chmod +x VMware-Workstation-Full-17.6.4-24832109.x86_64.bundle 
$ sudo ./VMware-Workstation-Full-17.6.4-24832109.x86_64.bundle 
[sudo] akase244 のパスワード: 
Extracting VMware Installer...done.
Installing VMware Workstation 17.6.4
    Configuring...
[######################################################################] 100%
Installation was successful.

「アプリケーションを表示する」の画面で「vmware」と入力すると、3つのアイコンが表示されました。

image.png

「VMware Workstation」を起動するとライセンスの同意画面が表示されるので、「I accept the terms in the license agreement.」を選択して「Next」をクリックします。

image.png

次のページも同様。

image.png

最後に「CEIP」への参加を確認されるので任意に選択して、「Finish」をクリックします。

image.png

管理者パスワードを入力します。

Screenshot from 2025-09-23 16-15-14.png

「VMware Workstation」が起動します。

image.png

2
1
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
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?