How to Install Guest Additions for Ubuntu in VirtualBox | Ubuntu 20.04 64bit

preview_player
Показать описание
In this video, I will show you how to install Guest Additions for Ubuntu in VirtualBox, on a Windows 10 PC. To install the Guest Additions package, you will require a complete installation of VirtualBox, Extention Pack, and Ubuntu. If you have not ready installed those, check link below for 'How to Install Ubuntu in Virtualbox.

===============================
Commands Used for Guest Additions

sudo apt-get update
sudo apt-get upgrade
sudo apt install build-essential dkms linux-headers-$(uname -r)

===============================
Related Links

Рекомендации по теме
Комментарии
Автор

I was following your steps and got an error when I tried to insert the Guest Additions ISO under Devices. The solution was to install Guest Additions from the terminal using

sudo apt-get install virtualbox-guest-utils


Then I was able to continue following your video and I've got full-screen mode etc.

juseniah