Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to download virtualbox on kali linux

sudo apt update && sudo apt upgrade
sudo reboot
sudo apt install linux-headers-$(uname -r) dkms
sudo apt-get install virtualbox-6.1
Comment

install virtualbox on kali linux

sudo apt update && apt upgrade // First update and upgrade your system

sudo apt-get install virtualbox -y 
 
sudo apt-get install virtualbox virtualbox-dkms
Comment

how to download virtualbox on kali linux

wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -
wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -
Comment

how to download virtualbox on kali linux

echo "deb [arch=amd64] http://download.virtualbox.org/virtualbox/debian buster contrib" | sudo tee /etc/apt/sources.list.d/virtualbox.list
Comment

PREVIOUS NEXT
Code Example
Shell :: awk field separator space 
Shell :: cookiecutter 
Shell :: change branch git 
Shell :: execute bash script with sudo 
Shell :: how to kill a process in linux 
Shell :: flutter signingthe app 
Shell :: terminal public ip 
Shell :: add text to clipboard wsl 
Shell :: git make directory 
Shell :: Unable to upgrade Flutter: no origin repository configured. 
Shell :: how to resolve conflict in git 
Shell :: clone all github repos 
Shell :: vim quit 
Shell :: install dpkg 
Shell :: ngrok sing up 
Shell :: git config global username and email 
Shell :: busybox ubuntu 
Shell :: what is uname -r linux 
Shell :: bash here document example 
Shell :: open a file in linux 
Shell :: linux curl get request 
Shell :: flutterfire command not found 
Shell :: To exclude directory with particluar pattern : 
Shell :: print folder permissions linux 
Shell :: wps office has not found any installed printers 
Shell :: rsync full disk backup 
Shell :: show files of certain type in a repository ubuntu 
Shell :: kazam or simplescreenrecord Recording the Black Screen in linux. 
Shell :: list all the created users only 
Shell :: wp unpublish post cli 
ADD CONTENT
Topic
Content
Source link
Name
3+1 =