首页 > 其他 > 详细

CentOS7.3安装VirtualBox

时间:2017-07-05 10:47:29      阅读:350      评论:0      收藏:0      [点我收藏+]
安装 DKMS、更新内核
# yum  -y install gcc make glibc kernel-headers kernel-devel dkms
Installed:
  dkms.noarch 0:2.3-1.20161202gitde1dca9.el7 
# yum -y update kernel
# reboot 

 

安装VirtualBox
浏览器打开:
http://www.oracle.com/technetwork/server-storage/virtualbox/downloads/index.html
或:
https://mirrors.tuna.tsinghua.edu.cn/virtualbox/
curl命令: -O 下载文件到本地    -C  断点续传
# rpm -ivh https://mirrors.tuna.tsinghua.edu.cn/virtualbox/5.1.12/VirtualBox-5.1-5.1.12_112440_el7-1.x86_64.rpm

 

 


安装远程桌面扩展 VRDP (Virtual Remote Desktop Protocol)
查看版本
# VBoxManage  -v 
5.1.8r111374
找到相应版本(如5.1.12)的目录,下载选中的文件
# VBoxManage list extpacks

CentOS7.3安装VirtualBox

原文:http://www.cnblogs.com/lxh823/p/7119957.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!