免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1030 | 回复: 0
打印 上一主题 下一主题

ArchLinux中安装VirtualBox [复制链接]

论坛徽章:
1
15-16赛季CBA联赛之北控
日期:2022-03-04 22:35:50
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-04-16 22:29 |只看该作者 |倒序浏览

作者: dzajk  出自: http://www.linuxdiyf.com
VirtualBox 有两种版本: VirtualBox-ose 和 VirtualBox (Personal Use and Evaluation License (PUEL)。
VirtualBox-ose:这个是开源的版本。在 community库里就有。它缺少一个特性,比如在宿主机和虚拟机间的文件共享和USB支持。
VirtualBox (PUEL) :对个人来说是免费的,可以在AUR中找到,或者到VirtualBox’s 网站下载。其他的一些特性我这里就不做介绍了。
下面讲下OSE版本在ArchLinux下的安装。
Install VirtualBox OSE
要顺利安装VirtualBox OSE, 你需要增加 community库到/etc/pacman.conf
#[community]
# Add your preferred servers here, they will be used first
#Include = /etc/pacman.d/community
修改为:
[community]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/community
现在可以使用 pacman 来安装 VirtualBox OSE:
pacman -Sy virtualbox-ose
(NOTE: The program generates desktop entry that can be located in applications -> system tools -> VirtualBox OSE)
默认会安装 virtualbox-ose 和 virtualbox-modules 包. 然后你需要增加 virtualbox 组(如果已经存在,则不用添加了),并将自己添加到组:
gpasswd -a USERNAME vboxusers
(Note: 你需要重心登出,使得设置生效)
然后在 /etc/rc.conf 增加 vboxdrv 到 modules 选项 i使得在pc启动时装载改module。也可以用root来手工装载::
modprobe vboxdrv
注:还需要安装依赖的相关包
e2fsprogs
libidl2
libstdc++5
libxslt
qt
sdl

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/31/showart_545247.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP