Changes

From Amahi Wiki
Jump to: navigation, search
55 bytes added ,  01:07, 26 January 2011
=== 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 all yum 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}}
12,424

edits