How To Install Deb Package In Kali Linux Virtualbox Wireless

VirtualBox allows you to run more than one operating system at a time. Testing and disaster recovery. Once installed, a virtual machine and its virtual hard disks can be considered a “container” that can be arbitrarily frozen, woken up, copied, backed up, and transported between hosts. Infrastructure consolidation. #deb cdrom:Debian GNU/Linux 2017.1 Kali-rolling - Official Snapshot amd64 LIVE/INSTALL Binary 20170416-02:08/ kali-rolling contrib main non-free if anyone could help me I would appreciate it Never Miss a Hacking or Security Guide.
Reported by: | Owned by: | ||
---|---|---|---|
Component: | USB | Version: | VirtualBox 4.1.2 |
Keywords: | Cc: | ||
Guest type: | Linux | Host type: | Linux |
Description (last modified by frank) (diff)
Attachments
- dmesg.jpg (37.2 KB) - added by NetSec1445 years ago.
- The ath9k_htc dmesg results
Change History
comment:2 Changed 8 years ago by haozhun
comment:4 Changed 8 years ago by frank
- Description modified (diff)
comment:6 Changed 7 years ago by Mr-Protocol
comment:7 Changed 7 years ago by AlexBotezatu
comment:8 Changed 7 years ago by rmfalco89
comment:10 Changed 7 years ago by Alessander
comment:12 Changed 7 years ago by JayZeeGP
comment:14 Changed 7 years ago by ferama
comment:15 Changed 7 years ago by Shane
comment:17 Changed 7 years ago by narusuke
comment:19 Changed 7 years ago by narusuke
comment:20follow-ups:↓ 21↓ 23 Changed 7 years ago by frank
comment:21 in reply to: ↑ 20 Changed 7 years ago by Alessander
comment:23 in reply to: ↑ 20 Changed 7 years ago by niadev67
comment:25 Changed 7 years ago by richardebreyer
comment:26 Changed 7 years ago by fsimo
comment:28 Changed 6 years ago by Zare
comment:29 Changed 6 years ago by hcelizondo
comment:30 Changed 6 years ago by Thierry M
comment:32follow-up:↓ 33 Changed 6 years ago by klaus
comment:33 in reply to: ↑ 32 Changed 6 years ago by hany3
comment:34follow-ups:↓ 35↓ 36 Changed 6 years ago by klaus
comment:35 in reply to: ↑ 34 Changed 6 years ago by hany3
comment:36 in reply to: ↑ 34 Changed 6 years ago by keremer
comment:37follow-up:↓ 38 Changed 6 years ago by frank
comment:38 in reply to: ↑ 37 Changed 6 years ago by keremer
comment:39follow-ups:↓ 40↓ 51 Changed 6 years ago by klaus
comment:40 in reply to: ↑ 39 ; follow-up:↓ 42 Changed 6 years ago by keremer
comment:41 Changed 6 years ago by keremer
comment:42 in reply to: ↑ 40 Changed 6 years ago by IvanX
comment:44 Changed 6 years ago by chrismsnz
comment:45 Changed 6 years ago by sneak
comment:47 Changed 5 years ago by nnikolic
comment:49 Changed 5 years ago by takersdown
comment:50follow-up:↓ 55 Changed 5 years ago by W0xing
comment:51 in reply to: ↑ 39 Changed 5 years ago by dylan88
Changed 5 years ago by NetSec144
- attachmentdmesg.jpg added
comment:53 Changed 5 years ago by conixa
comment:55 in reply to: ↑ 50 Changed 4 years ago by SamuelBR
comment:57 Changed 4 years ago by michaln
In this article, we will examine how to install Oracle VM VirtualBox virtualization program on Linux operating system.
How to Setup Oracle VM VirtualBox on Kali 2019
Kali Linux is a Debian-based Linux operating system developed by Offensive Security. If you have not installed Kali before, you can check out our article here.
Oracle VM VirtualBox is a free virtualization application that can be installed on Intel and AMD processor computers. VirtualBox virtualization software can be installed on operating systems such as Windows, Linux, macOS, Solaris.
Running Oracle VB on Windows is very easy, but when you setup VBox on a Linux distribution, you may sometimes encounter the errors.
In our previous articles, we installed Oracle VM Software on other Linux distributions. You can check our articles out in the links below.
In this article, we are going to configure Oracle VB Software on Kali Linux 2019.4 version step by step.
NOTE: You can also install VirtualBox 6.0.14 on Kali Linux 2019.4 by following the steps below.
How to Run Oracle VM VirtualBox
After installing Kali OS, you need to install Oracle VM Software or VMware Workstation to install and run a Windows, Linux-based operating system or macOS VM on your system.
VirtualBox is the most preferred application because it is a free virtualization software. To install Oracle VBox Software, follow the steps below.
Step 1
To download VB Software for Linux, visit https://www.virtualbox.org/wiki/Downloads and click on Linux distributions.
Step 2
If you are using Kali 64 Bit version, you need to download the Amd64 version. Kali is Debian based, so please click on the Ubuntu 18.04 / 18.10 / Debian 10 option to download VB Software.
Step 3
Open the Terminal on Kali and navigate to the location where you downloaded the VM Software. To start setting up Oracle VM software on Kali, execute the dpkg -i virtualbox-6.0_6.0.14-Ubuntu-bionic_amd64.deb command in Terminal.
As you can see in the image below, there was an error with dependent packets in the program setup. To run VBox in Kali OS, you must install these dependent packages.
Step 4
To install libcurl4, libqt5opengl5, libqt5x11extras5, and libsdl1.2debian for VB installation, it is best to update Kali OS repositories first. Execute nano /etc/apt/sources.list in Terminal and add the following addresses.
Step 5
Use the apt-get update command to update your system’s package lists.
Step 6
In order to install Oracle VM Sofware, execute apt-get install dkms build-essential in Terminal to install dependent packages.
If you encounter an error during installation, execute “apt –fix-broken install” command in Terminal.
Step 7
After you build VBox to your system, type virtualbox in the terminal and press Enter to run the program. If you encounter a kernel (4.15.0-kali2-amd64) error while running VBox Software as in the image below, proceed to the next step.
Step 8
To fix the kernel (4.15.0-kali2-amd64) error, first download the package from here to your computer and then execute the dpkg -i linux-headers-4.15-0-kali2-amd64.deb command in Terminal.
When installing the kernel (4.15.0-kali2-amd64) package, you can check the following image to see if there are any required packages. These packages; linux-headers-4.15.0-kali2-common, linux-kbuild-4.15, and linux-compiler-gcc-7-x86.
Step 9
You can find linux-headers-4.15.0-kali2-common, linux-kbuild-4.15, and linux-compiler-gcc-7-x86 in the folder you have downloaded. Build the dependent packages on your system as follows.
Step 10
After you successfully setup VirtualBox on Kali, you can learn the version of the program from Help / About.
How to Setup Oracle VM Software ⇒ Video
You can watch the video below to setup Oracle VM Software in Kali OS step by step, and you can also subscribe to our YouTube channel to support us!

How to Download and Configure Extension Pack for VBox
After running the Oracle VM VirtualBox virtualization software on your system, the first thing you must do without creating a new VM is to add the Extension Pack software to the program.
So if you want to learn how to add the Extension Pack to Oracle virtualization software step by step, you can click on the image below to see our article.
To apply these steps, you can also watch the video tutorial below. Battle stadium don ps2.
Final Word
In this article, we have examined how to setup Oracle VM VirtualBox 6.0.14 on Kali Linux 2019.4 and how to setup dependent packages step by step. Thanks for following us!
Related Articles
♦ How to Install Ubuntu on VirtualBox
♦ How to Add Extension Pack in Mint
♦ How to Re-Add Virtual Machines
♦ How to Install Extension Pack in Debian
♦ How to Install Debian in VirtualBox