请管理员将官方源里的virtualbox版本升级一下
Tofloor
poster avatar
138******09
deepin
2017-12-14 01:04
Author

一直关注deepin,也在使用deepin。现在我在laravel/homestead的创建的过程中发现virtualBox有点低,请管理员官方源里的virtualbox版本升级到5.2。谢谢
Reply Favorite View the author
All Replies
avatar
melodyzou
deepin
2017-12-14 01:22
#1
已经提了更新到5.22的的需求了。
Reply View the author
avatar
dehameec
deepin
2017-12-14 04:01
#2
https://bbs.deepin.org/post/150129
直接去vbox官方下载debian8版本的就能用了 反正官方源更新也是直接搬运过来而已 ...

我下载过,更新不成功
Reply View the author
avatar
dehameec
deepin
2017-12-14 05:14
#3
https://bbs.deepin.org/post/150129
debian有三个版本 最新版不能 依赖版本不一样

刚刚下的debian8的版本



Reply View the author
avatar
dehameec
deepin
2017-12-14 08:14
#4
https://bbs.deepin.org/post/150129
用新版安装器或者终端里安装
dpkg -i virtualbox.deb
apt install -f

搞定,不过里面装的XP无法启动了,应该是必须得重装了
Reply View the author
avatar
leonardo520
deepin
2017-12-14 08:32
#5
强烈支持,现在的virtual box动画惨不忍睹
Reply View the author
avatar
clangzi
deepin
2017-12-14 17:31
#6
https://bbs.deepin.org/post/150129
不清楚 我没用过商店里版本 一直用官方版的直接升级也没问题

官方的下载那个版本呀? 谢谢
Reply View the author
avatar
clangzi
deepin
2017-12-15 19:29
#7
https://bbs.deepin.org/post/150129
就是vbox官方的debian8 deepin就是基于这个版本 直接用没问题的

好的,谢谢 ;)
Reply View the author
avatar
fliclumsy
deepin
2017-12-15 19:47
#8
=-=我自己装了5.2,但启动虚拟机的时候提示和内核版本不符合。。。蛋疼
Reply View the author
avatar
152******80
Advanced Packager
2017-12-15 20:32
#9
https://bbs.deepin.org/post/150129
=-=我自己装了5.2,但启动虚拟机的时候提示和内核版本不符合。。。蛋疼

原版本删除干净
sudo apt-get purge virtualbox
sudo apt autoremove
列出所有virtualbox相关
dpkg -l|grep virtualbox
删除上面列出的包
dpkg -P xxx
最后再安装最新deb包,搞定

Reply View the author
avatar
fliclumsy
deepin
2017-12-15 20:45
#10
本帖最后由 fliclumsy 于 2017-12-15 12:54 编辑
https://bbs.deepin.org/post/150129
原版本删除干净
sudo apt-get purge virtualbox
sudo apt autoremove

之前试过这个,但列出的几个包是5.1.24的,使用删除命令又提示不可用,所以不知道该怎么办了

ps:好吧,我发现是我的问题了,忽略了P要大写,现在重新在做
Reply View the author