Difference between revisions of "VirtualBox"
no edit summary
imported>Verityproductions |
imported>Verityproductions |
||
Line 46: | Line 46: | ||
= Installing Virtualbox and its Extension Pack= | = Installing Virtualbox and its Extension Pack= | ||
Although a basic Virtualbox Installation may suffice for some users, it is also recommended to download and install the optional '''Extension Pack''' for it. This provides several new features, including the ability to use USB devices such as data sticks and printers in virtual machine environments. | Although a basic Virtualbox Installation may suffice for some users, it is also recommended to download and install the optional '''Extension Pack''' for it. This provides several new features, including the ability to use USB devices such as data sticks and printers in virtual machine environments. | ||
Line 52: | Line 51: | ||
==Install Virtualbox== | ==Install Virtualbox== | ||
{{tip|You will need to know what kernel version is being run when installing Virtualbox. To acquire this information, enter the command '''uname -r''' into the terminal.}} | |||
To install Virtualbox, enter the following command in the terminal: | To install Virtualbox, enter the following command in the terminal: | ||
Line 58: | Line 60: | ||
It will then be necessary to select the appropriate '''Virtualbox Module''' to install, depending on the kernel version currently being run. | It will then be necessary to select the appropriate '''Virtualbox Module''' to install, depending on the kernel version currently being run. Rather like installing a driver, doing so will ensure that Virtualbox is able to run properly. | ||
Once the installation has completed, it will then be necessary to add the ''Virtualbox Module'' to your kernel. | Once the installation has completed, it will then be necessary to add the ''Virtualbox Module'' to your kernel. To do so, enter the following command: | ||
sudo modprobe vboxdrv | sudo modprobe vboxdrv |