Installing Guest Additions on Debian
Follow these steps to install the Guest Additions on your Debian virtual machine:
- Login as root;
- Update your APT database with apt-get update;
- Install the latest security updates with apt-get upgrade;
- Install required packages with apt-get install build-essential module-assistant;
- Configure your system for building kernel modules by running m-a prepare;
- Click on Install Guest Additions… from the Devices menu, then run mount /media/cdrom.
- Run sh /media/cdrom/VBoxLinuxAdditions.run, and follow the instructions on screen.
本文介绍在Debian虚拟机上安装Guest Additions的方法,包括更新APT数据库、安装安全更新及所需软件包等步骤,并指导如何配置系统以构建内核模块。
738

被折叠的 条评论
为什么被折叠?



