原文摘自:

http://www.thelinuxdaily.com/201 ... x-3-2-on-fedora-13/

按照下面顺序安装,我们可以很容易的在VirtualBox中使用USB等功能,不用进行任何设置!

第一步:
This is a one-liner command that will download, copy, and edit the VirtualBox repository file at once.
view source
print?
命令::        su -c 'wget

http://download.virtualbox.org/v ... ora/virtualbox.repo

-O /etc/yum.repos.d/virtualbox.repo; sed -i "s,enabled=0,enabled=1,g" /etc/yum.repos.d/virtualbox.repo'

第二步: Update Repository and Install VirtualBox-3.2

This command will update yum repositories to include the new VirtualBox repository file we copied in the last step and then it will attempt to install VirtualBox-3.2 with dependencies.
view source
print?
命令:        su -c 'yum update; yum install -y VirtualBox-3.2 dkms gcc'

第三步: Run VirtualBox Setup Script

This command will run the VirtualBox driver setup script.
view source
print?
命令:        su -c '/etc/init.d/vboxdrv setup'

If you’re having issues, try installing “kernel-PAE-devel” or “kernel-devel”.

第四步: Setup Groups for VirtualBox Access

This command will add you to the vboxusers group. Replace “username” with your actual username found by using the whoami command.
view source
print?
命令:        su -c 'usermod -G vboxusers -a username'

If you find that you’re getting SELinux errors or denials, try adding VirtualBox.so as an exception with this command:
su -c 'chcon -t textrel_shlib_t /usr/lib/virtualbox/VirtualBox.so'

第五步: Run VirtualBox

Finally, run VirtualBox and have fun with it!
view source
print?
命令:        VirtualBox

转载于:https://blog.51cto.com/wuhaoshu/386379

Fedora 13 正确安装 VirtualBox 3.2.x 的 步骤相关推荐

  1. linux装nvidia驱动没有图形界面,[转]Fedora 13下安装Nvidia显卡驱动的方法/Linux无法进入X Windows 图形界面的解决方法...

    再试一试这个方法:[转自]http://www.myexception.cn/image/505352.html VirtualBox3.1.2安装Fedora12后无法启动图形界面问题 Virtua ...

  2. ThinkPad X200 在Fedora 13下安装无线网卡驱动

    经过几天的奋战,终于搞定了Fedora 13下安装无线网卡驱动.无线上网爽-- 现在将过程记录一下. 1)安装内核源文件. 安装内核前建议使用国内的源来更新,这样速度会快很多,目前国内有http:// ...

  3. bernese软件linux,在Fedora 13上安装Bernese 5.0

    1,安转QT 3.0.7 首先在.chsrc中设置环境变量 setenv QTDIR /usr/local/qt setenv PATH $QTDIR/bin:$PATH setenv MANPATH ...

  4. macOS 10.13 安装Virtualbox失败

    macOS 10.13 安装Virtualbox失败 Enviroment macOS: 10.13 High Sierra virtualBox: 5.1.28 Problem descriptio ...

  5. ensp支持哪个版本virtualbox_如何在 Fedora 中安装 VirtualBox

    这样,你可以在你的操作系统上像使用应用程序一样使用 Fedora. • 来源:linux.cn • 作者:Dimitrios Savvopoulos • 译者:frogOAO • (本文字数:4870 ...

  6. linux fedora安装教程,Fedora 13正式版安装图文教程

    Fedora过去一直被当作Linux老手的最佳发行版,Fedora Project Leader Paul W.Frields说,Fedora 13将与以往不同,这次的版本对用户来讲会更新更友好!Fe ...

  7. [转] fedora linux下安装vmware tools的最好方法

    作者:醉龙凌云 时间:2007.5.13 首发:中国虚拟化先锋网 说明:转载请注明所有信息 功夫不负有心人啊,经过长久的摸索,终于为fedora系统安装vmware tools找到了一条最佳途径. 曾 ...

  8. 64位 Fedora 11 硬盘安装 配置全解

    64位 Fedora 11 硬盘安装 配置全解 转贴: http://www.ubuntuchina.com/viewthread.php?tid=7428&extra=page%3D1 硬盘 ...

  9. Fedora Core 6安装手册

    目录 前言     1.关于Fedora Core         2.关于本手册         3.感谢 1. 背景 2. 理解i386和其他计算机体系 3. 开始安装前         3.1. ...

最新文章

  1. python可变序列和不可变序列_一文看懂可变序列和不可变序列
  2. 微信小程序swiper组件宽高自适应方法
  3. curl重写php file_get_contents
  4. NMS和soft-nms算法
  5. Maximum Allowed Error 7 错误解决
  6. 历届试题 打印十字图(模拟)
  7. 0006-ZigZag Conversion(Z 字形变换)
  8. C/C++学习之路: 多态
  9. 阿里云服务器(BT面板)Vue+Node(Egg)部署流程
  10. 洛谷 P2921 [USACO08DEC]在农场万圣节Trick or Treat on the Farm
  11. 从特殊到一般-C#中的类
  12. MFC - PreTranslateMessage()响应自定义消息
  13. python3 unicode字符串_【已解决】Python3中如何声明字符串是unicode类型以避免log日志打印出错...
  14. freemarker中运算符_freemarker常见语法大全
  15. 静态对象和非静态对象的区别
  16. 无头浏览器Selenium的使用要点
  17. wechat sdk java_使用java集成微信支付sdk。
  18. 广发信用卡联名南航,申卡这样操作
  19. 最受欢迎的中国 50 技术博客评选结果
  20. 软件测试提交bug意思,软件测试bug定义及分类

热门文章

  1. 源码解析——消息机制
  2. 转:CentOS系统yum源配置修改、yum安装软件包源码包出错解决办法!
  3. MySQL执行计划 EXPLAIN参数
  4. 依赖声明可以包含的元素
  5. CentOS上安装man手册
  6. linux分布式安装hadoop1.2
  7. 尝试登录 VMware vCenter Server 5.5 时,“别名”值为空如何解决
  8. 函数适配器:bind2nd
  9. 自由之战服务器显示登录失败,自由之战:生存的游戏一直登入不进去怎么办
  10. mysql数据库腾讯云添加用户,解决腾讯云cdb的基础版mysql不支持新建账号