RSS Subscription
Linux Howtos & Tutorials

Enter your email:

Delivered by


NOTE:New tutorials are from LinuxCareer.com

Poll

Do you own or wish to have iPhone?
 


Linux eBooks FREE Download
A guide to programming Linux kernel modules
Introduction to Linux - A Hands on Guide
A Newbie's Getting Started Guide to Linux

Linux from Scratch - Create Your Own Linux System - Free eBook

Linux: The Hacking Solution (v.3.0)

SQLite 3 with PHP Essential Training – Free Video Training Tutorials

This guide will introduce you to the world of GNU/Linux

The GNU/Linux Advanced Administration

A Complete Beginner's Manual for Ubuntu 10.04 (Lucid Lynx)

Advanced Bash-Scripting Guide

Set up, maintain, and secure a small office email server

Partner Linux Sites:
How-To.LinuxCareer.com
Jobs.LinuxCareer.com
TuxMachines
Monsterb
LinuxBloggers
AdamsInfo
LinuxScrew
All For Linux

Virtualbox installation on Fedora Linux

Virtualbox installation on Fedora Linux This short howto will guide a Fedora user with a steps on howto install VirtualBox on a Fedora linux system.

System: Fedora 14 Laughlin , i386

Kernel: 2.6.35.6-48.fc14.i686

Virtualbox Version: 3.2.12 for Linux

First, become a root and install all required prerequisites:

# yum install SDL make automake autoconf gcc kernel-devel dkms

Download RPM binary package of Virtualbox:

# wget http://download.virtualbox.org/virtualbox/3.2.12/VirtualBox-3.2-3.2.12_68302_fedora14-1.i686.rpm

Next install a downloaded RPM package with rpm command:

# rpm -i VirtualBox-3.2-3.2.12_68302_fedora14-1.i686.rpm

Recompile vboxdrv modules:

# /etc/init.d/vboxdrv setup

Make your self belong to a group vboxusers:

# usermod -G vboxusers -a username

Now, you need to log out and log in to apply the above group changes. Once you log in into the system again you should have a working version of Virtualbox on your Fedora Linux.

Share this linux post:

Submit Virtualbox installation on Fedora Linux  in Delicious Submit Virtualbox installation on Fedora Linux  in Digg Submit Virtualbox installation on Fedora Linux  in FaceBook Submit Virtualbox installation on Fedora Linux  in Google Bookmarks Submit Virtualbox installation on Fedora Linux  in Stumbleupon Submit Virtualbox installation on Fedora Linux  in Technorati Submit Virtualbox installation on Fedora Linux  in Twitter
 
Comments for this page are closed !!!
Please visit our new Linux Forum for additional help or discussion.


Linux eBooks FREE Download