Ubuntu 21.10にVirtualBoxをインストール

1.OSバージョンの確認

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 21.10
Release: 21.10
Codename: impish
# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 21.10 Release: 21.10 Codename: impish
# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 21.10
Release: 21.10
Codename: impish

2.リポジトリを確認

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
# apt list virtualbox
一覧表示... 完了
virtualbox/impish 6.1.26-dfsg-4 amd64
アップデートを行う
# sudo apt update
# apt list virtualbox 一覧表示... 完了 virtualbox/impish 6.1.26-dfsg-4 amd64 アップデートを行う # sudo apt update
# apt list virtualbox
一覧表示... 完了
virtualbox/impish 6.1.26-dfsg-4 amd64

アップデートを行う
# sudo apt update

3.virtualboxをインストール

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
# sudo apt install virtualbox
hicolor-icon-theme (0.17-2) のトリガを処理しています ...
gnome-menus (3.36.0-1ubuntu1) のトリガを処理しています ...
libc-bin (2.34-0ubuntu3) のトリガを処理しています ...
man-db (2.9.4-2) のトリガを処理しています ...
shared-mime-info (2.1-1) のトリガを処理しています ...
# sudo apt install virtualbox 略 hicolor-icon-theme (0.17-2) のトリガを処理しています ... gnome-menus (3.36.0-1ubuntu1) のトリガを処理しています ... libc-bin (2.34-0ubuntu3) のトリガを処理しています ... man-db (2.9.4-2) のトリガを処理しています ... shared-mime-info (2.1-1) のトリガを処理しています ...
# sudo apt install virtualbox
略
hicolor-icon-theme (0.17-2) のトリガを処理しています ...
gnome-menus (3.36.0-1ubuntu1) のトリガを処理しています ...
libc-bin (2.34-0ubuntu3) のトリガを処理しています ...
man-db (2.9.4-2) のトリガを処理しています ...
shared-mime-info (2.1-1) のトリガを処理しています ...

4.機能拡張パッケージをインストール

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
# sudo apt install virtualbox-ext-pack
1).[tabキー]を押下して「了解」を選択する
(2).ENTERキーを押下する
(3).「Do you accept the terms of the VirtualBox PUEL license?」
が表示され、「はい」を選択する
Successfully installed "Oracle VM VirtualBox Extension Pack".
# sudo apt install virtualbox-ext-pack (1).[tabキー]を押下して「了解」を選択する (2).ENTERキーを押下する (3).「Do you accept the terms of the VirtualBox PUEL license?」 が表示され、「はい」を選択する 略 Successfully installed "Oracle VM VirtualBox Extension Pack".
# sudo apt install virtualbox-ext-pack
(1).[tabキー]を押下して「了解」を選択する
(2).ENTERキーを押下する
(3).「Do you accept the terms of the VirtualBox PUEL license?」
が表示され、「はい」を選択する
略
Successfully installed "Oracle VM VirtualBox Extension Pack".

 

 

Ubuntu 21.10

Posted by arkgame