Changes

From Amahi Wiki
Jump to: navigation, search
33 bytes removed ,  03:26, 23 June 2020
no edit summary
{{NeedsUpdate [[Category:appsVirtualization]]
===[http://www.virtualbox.org VirtualBox] for Fedora 12 Host===
__NOTOC__
=== Install Option 1 (VirtualBox Repo) ===
* Become privileged ('''root''' user):
{{Code| su -}}
* Install the VirtualBox repo:
{{Code| <nowiki>wget http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo && cp virtualbox.repo /etc/yum.repos.d/</nowiki>}}
* Enable the new repo:
{{Code| yum clean allyum update}}
* Add dependencies:
{{Code| yum install dkms gcc}}
* Install VirtualBox. If you’re having issues here, see [[VirtualBox#Troubleshooting|Troubleshooting]] section below:
{{Code| yum install -y VirtualBox-3.2}}
* Add yourself to the “vboxusers” group:
{{Code| usermod -G vboxusers -a <yourusername>}}
* ''(OPTIONAL)'' This will bring up the VirtualBox GUI on the HDA Desktop. Run and enjoy!
{{Code| VirtualBox}}
* Download and import the GPG key:
wget <nowiki>http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc</nowiki>
rpm --import oracle_vbox.asc
* Add dependencies:
yum install dkms gcc
* Applies to 32-bit machines ONLY.
* Having issues with install, check to see if you have the PAE kernel:
uname -r
* If it returns something like ''2.6.31.5-127.fc12.i686.PAE'', do the following:
yum install -y kernel-PAE-devel-2.6.31.5-127.fc12.i686
12,424

edits