vbox

2
7/30/2019 vbox http://slidepdf.com/reader/full/vbox 1/2

Transcript of vbox

Page 1: vbox

7/30/2019 vbox

http://slidepdf.com/reader/full/vbox 1/2

Page 2: vbox

7/30/2019 vbox

http://slidepdf.com/reader/full/vbox 2/2

as root.

2. Install DKMS and the GNU C compiler using

yum install dkms

followed by

yum install gcc

3. Reboot your guest system in order to activate the updates and then proceed as described

above.

4 Guest Additions

Debian

1. In order to fully update your guest system, open a terminal and run

apt-get update

as root followed by

apt-get upgrade

2. Install the make tool and the GNU C compiler using

apt-get install make gcc

3. Reboot your guest system in order to activate the updates.

4. Determine the exact version of your kernel using uname -a and install the correct versionof the linux-headers package, e.g. using

apt-get install linux-headers-2.6.26-2-686