relopcorner.blogg.se

Download virtualbox
Download virtualbox









download virtualbox

Note: If you see an add-apt-repository command not found error, you’ll have to install the software-properties-common package. If you’ve read my article on checking your Ubuntu version, you probably know that ‘lsb_release -cs’ will print the codename of your Ubuntu system. Now add the Oracle VirtualBox repository to the list of repositories using this command: sudo add-apt-repository "deb $(lsb_release -cs) contrib" Sudo add-apt-repository “deb bionic contrib“ For example, Linux Mint 19 series users should use bionic and Mint 18 series users should use xenial. If you’re using Linux Mint or some other distribution based on Ubuntu, replace $(lsb_release -cs) in the command with the Ubuntu version your current version is based on. Please do share your queries and feedback in below comments section.The next step will work for Ubuntu only. That’s all from this tutorial, I hope you guys got an idea how to install virtualbox and its extension pack on Debian 11. To validate extension pack installation, head back to virtualbox gui, Press ‘y’ to accept and finish installation It will prompt you to accept license terms and conditions. $ sudo vboxmanage extpack install Oracle_VM_VirtualBox_Extension_Pack-6.1.38.vbox-extpack Once the file is downloaded then run below vboxmanage command to install it. Use following wget command to download extension pack file. Virtualbox extension pack will add following features to virtualbox : Step 4) Install VirtualBox Extension Pack To add some additional features to virtualbox then install it’s extension pack. Perfect, above confirms that virtualbox has been launched successfully. Search virtualbox from Activity as shown below, Once the installation is completed, try to launch it in the next step. $ sudo apt install linux-headers-$(uname -r) dkms -y Run the following apt command to install latest virtualbox, $ sudo apt update Now, run beneath command to add repository $ echo "deb $(lsb_release -cs) contrib" | sudo tee /etc/apt//virtualbox.list Step 2) Install VirtualBox with apt command $ curl -fsSL |sudo gpg -dearmor -o /etc/apt//oracle_vbox.gpg $ curl -fsSL |sudo gpg -dearmor -o /etc/apt//vbox.gpg $ sudo apt install curl wget gnupg2 lsb-release -y Login to your Debian 11 system and open the terminal and run the following commands to import gpg key of Virtualbox repository. VirtualBox debian package is not included in the default package repositories, so we to have add its official repository.











Download virtualbox