Step 1: If you have not installed Kali Linux before, please refer to the video or article below. Article ➦ Video ➦
Step 2: After installing Kali Linux, one of the first things you need to do is install the VirtualBox virtualization program.
Step 3: Installing VirtualBox on Kali Linux 2018 is simple and easy. To install VirtualBox, first, open your Kali Linux system and download VirtualBox from the following link to your computer. ➦
Step 4: After downloading VirtualBox for Kali to your computer, open the Terminal by pressing CTRL + Alt + T together.
Step 5: Execute "cd Downloads" in the terminal. ➦ cd Downloads
Step 6: Execute the command "dpkg -i FileName.deb" in Terminal to start the VirtualBox installation on Kali Linux. ➦ dpkg -i FileName.deb
Step 7: If you get the error of the following dependent packages when you install VirtualBox on Kali, you need to install your required packages. ➦ libcurl4 ➦ libqt5opengl5 ➦ libqt5x11extras5 ➦ libsdl1.2debian
Step 8: First, update the Kali Linux 2019.1a repositories as follows. ➦ nano /etc/apt/sources.list deb kali-rolling main non-free contrib deb-src kali-rolling main non-free contrib
Step 9: Execute the "apt-get update" command to update the Kali Linux 2019.1a repositories. ➦ apt-get update
Step 10: In order to run VirtualBox in Kali, install the dependent packages using the "apt-get install dkms build-essential" command. ➦ apt-get install dkms build-essential
Step 11: If you need to verify some packages, run the command "apt --fix-broken install" in Terminal. ➦ apt --fix-broken install
Step 12: If you still do not run VirtualBox on Kali Linux 2019.1a after you have done all of the above steps and you get the error "kernel (4.15.0-kali2-amd64)", install the packages that you downloaded to your computer from the following link. ➦ ➦ dpkg -i linux-headers-4.15.0-kali2-amd64.deb ➦ dpkg -i linux-headers-4.15.0-kali2-common_4.15.11-1kali1_all.deb ➦ dpkg -i linux-kbuild-4.15_4.15.11-1kali1_amd64.deb ➦ dpkg -i linux-compiler-gcc-7-x86_4.17.8-1kali1_amd64.deb
Step 13: Once you have successfully installed the latest version of VirtualBox on Kali Linux, don't forget to install the Extension Pack for guest machines!
Step 14: Watch the entire video to install Oracle VM VirtualBox 5.2.10 on Kali Linux 2019.1a!
Step 15: Don't forget to subscribe to our YouTube channel for more videos on Linux training and VirtualBox training! ➦
0 Comments