Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> Services >> Virtualization >> VirtualBox >> How to install guest additions for Debian


## Debian 11

sudo apt update -y

sudo apt upgrade -y

reboot

sudo apt install -y build-essentials linux-headers-$(uname -r)


## insert Guest Additions CD imaeg




## mount the cd

sudo mount /dev/cdrom /mnt

## install from the mounted cd

cd /mnt

sudo ./VBoxLinuxAdditions.run

 





[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]