[Feedback on issues] V25如何安装Vbox?
Tofloor
poster avatar
风稀迹
deepin
2025-06-23 16:53
Author

因为有软件在deepinV25中无法使用,想通过安装vbox 安装个windows,在Windows中使用这些软件,但现在无法安装到vbox,请大神指教指教

Reply Favorite View the author
All Replies
叁陆玖
deepin
2025-06-23 18:04
#1
Reply View the author
锵锵枪ᯤ
deepin
2025-06-24 00:04
#2

在virtualbox官网下载 deb包安装就行,国外软件的linux版本基本没有运行不了的。

Reply View the author
键盘机
deepin
2025-06-26 14:44
#3

下载截图中的版本,用管理员权限运行就行
image.png

Reply View the author
long66312
deepin
2025-06-26 15:17
#4

命令安装,我就是。不用命令安装,因为磐石系统增强扩展包装不进去。

更新软件包列表:

sudo apt update

安装VirtualBox:

sudo apt install virtualbox

或者,如果你需要安装扩展包(如VirtualBox的扩展包和虚拟机管理器):

sudo apt install virtualbox-ext-pack

安装完成后,重启你的系统,以确保所有设置正确加载。

sudo reboot

Reply View the author