A PCRE internal error occured. This might be caused by a faulty plugin
====== Differences ====== This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
packages:virtualbox [2014/01/02 03:14] admin [Install From the Command Line] |
packages:virtualbox [2015/12/22 23:53] (current) admin [Creating Virtual Machines] |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ===== Install From the Command Line ===== | ===== Install From the Command Line ===== | ||
| - | To start, you'll need to add the virtualbox repository to your sources]], please refer to the [[packages:addrepo|"adding a repo to your sources"]] article on this wiki in case you don't know how to do it. Considering you are using the UP7 version of LMDE you should add the following repo: | + | |
| + | === Add the virtual box repo to your sources === | ||
| + | |||
| + | To start, you'll need to add the virtualbox repository to your sources, please refer to the [[packages:manage#adding_a_repo_sitory_to_your_sources|"adding a repo to your sources"]] article on this wiki in case you don't know how to do it. Considering you are using the UP7 version of LMDE you should add the following repo: | ||
| <code> | <code> | ||
| + | > sudo nano /etc/apt/sources.list.d/virtualbox.list | ||
| + | |||
| + | PASTE: | ||
| deb http://download.virtualbox.org/virtualbox/debian wheezy contrib | deb http://download.virtualbox.org/virtualbox/debian wheezy contrib | ||
| </code> | </code> | ||
| - | Along with it's key: | + | |
| + | As stated "wheezy" is for LMDE 1, if you're using LMDE 2 replace this with "jessie". | ||
| + | |||
| + | === Download and install the Oracle key === | ||
| <code> | <code> | ||
| - | http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc | + | > wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add - |
| + | OK | ||
| </code> | </code> | ||
| Line 17: | Line 27: | ||
| <code> | <code> | ||
| sudo apt-get update | sudo apt-get update | ||
| - | sudo apt-get install virtualbox-4.3 | + | sudo apt-get install virtualbox-5.0 |
| </code> | </code> | ||
| - | ====== Creating Virtual Machines ====== | ||
| - | http://www.turnkeylinux.org | ||
| Oracle VM Virtualbox is now available in your Menu under "Applications > System Tools". | Oracle VM Virtualbox is now available in your Menu under "Applications > System Tools". | ||
| Line 27: | Line 35: | ||
| <code> | <code> | ||
| sudo apt-get install dkms | sudo apt-get install dkms | ||
| + | </code> | ||
| + | |||
| + | ===== Creating Virtual Machines ===== | ||
| + | http://www.turnkeylinux.org <wrap todo>TO BE COMPLETED</wrap> | ||
| + | |||
| + | ===== Add Extensions Pack ===== | ||
| + | |||
| + | |||
| + | ===== Get USB Access ===== | ||
| + | |||
| + | <code> | ||
| + | > sudo adduser YOURUSERNAME vboxusers, log out and log in again | ||
| </code> | </code> | ||
