naxtrain.blogg.se

Steps to install ubuntu on virtualbox
Steps to install ubuntu on virtualbox













steps to install ubuntu on virtualbox

Press ‘ y’ to accept license terms and conditions, Once it is downloaded, run following command to install $ sudo VBoxManage extpack install Oracle_VM_VirtualBox_Extension_Pack-6.1.36a-152435.vbox-extpack Use following wget command to download extension pack file. To add following additional functionality to the VirtualBox, you must install extension pack. We will get following VirtualBox GUI when we click on its icon,Ībove screen confirms that VirtualBox-6.1 is installed successfully. Search virtualbox from Activity menu and click on its icon Once VirtualBox is installed, add your local user to vboxuser group so that it can perform all the operations on virtualbox, $ sudo usermod -aG vboxusers $USER

steps to install ubuntu on virtualbox steps to install ubuntu on virtualbox

3) Install VirtualBox 6.1īefore start installing the virtualbox, first verify what exact version of VirtualBox is available in the repository, run $ sudo dnf search virtualboxĪs we can see we have VirtualBox-6.1 available in repository, so to install it, run beneath command. Once all the dependencies are installed successfully then we are good to install latest virtualbox. Install following virtualbox dependencies with the help of beneath dnf command, $ sudo dnf install binutils kernel-devel kernel-headers libgomp make patch gcc glibc-headers glibc-devel dkms -y Run following to enable EPEL repository $ sudo dnf install -y 2) Install VirtualBox Dependencies Import VirtualBox public key, run $ sudo rpm -import Login to your RHELL 9 system and open the terminal and run following dnf command to enable official virtualbox package repository.















Steps to install ubuntu on virtualbox