Step 1:
Download Ubuntu from https://ubuntu.com/download
Step 2:
Download Virtualbox from https://www.virtualbox.org/
Step 3: Follow https://trendoceans.com/install-ubuntu-on-virtualbox/ to install ubuntu in virtualbox
Step 4: Install Virtualbox Guest Eddition Resource: (https://linuxconfig.org/install-virtualbox-guest-additions-on-linux-guest)
- Install prerequisite packages
sudo apt update
sudo apt install build-essential dkms linux-headers-$(uname -r)
- On the virtual machine window, click on Devices > Insert Guest Additions CD Image.
- Instead of running the software on the disc image when the prompt pops up, we will make a new directory to which we can mount the Guest Additions CD Image. Make the directory and then execute the mount command to mount it.
sudo mkdir -p /mnt/cdrom
sudo mount /dev/cdrom /mnt/cdrom
cd /mnt/cdrom
sudo ./VBoxLinuxAdditions.run
reboot
- Virtualbox > Devices > Drag and Drop > Biodirectional