美文网首页
Installing Guest Additions on Ub

Installing Guest Additions on Ub

作者: 云淡天空 | 来源:发表于2018-04-12 13:17 被阅读0次

Follow these steps to install the Guest Additions on your Ubuntu virtual machine:

Login as ubuntu;

Click on Applications/System/Terminal (or on Applications/Terminal, if you are using the 6.06.1 Dapper Drake release);

Update your APT database with sudo apt-get update, and typing your password, if requested;

Install the latest security updates with sudo apt-get upgrade;

Install required packages with sudo apt-get install build-essential module-assistant;

Configure your system for building kernel modules by running sudo m-a prepare;

Click on Install Guest Additions… from the Devices menu, then choose to browse the content of the CD when requested.

Run sudo sh /media/cdrom/VBoxLinuxAdditions.run, and follow the instructions on screen.

相关文章

网友评论

      本文标题:Installing Guest Additions on Ub

      本文链接:https://www.haomeiwen.com/subject/vjwwnttx.html