Virtualbox 卸载问题 16.04

kih*_*laj 3 uninstall apt virtualbox 16.04

我有virtualbox,我不记得我是怎么下载的。我想更新,所以我要删除这个版本。要使用我的虚拟机,我输入virtualbox终端,但是当我输入时,sudo apt-get remove virtualbox它说;

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package 'virtualbox' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Run Code Online (Sandbox Code Playgroud)

那我该怎么卸载呢?

小智 8

根据您的版本...试试这个命令

sudo apt-get remove VirtualBox-5.1
Run Code Online (Sandbox Code Playgroud)

通过启动应用程序找到您的版本,然后选择帮助->关于。您将获得一个长版本号(例如 5.1.18r114002)。忽略第二个小数点之后的任何内容;就我而言,它是版本“5.1”。

  • 你有机会测试这个吗? (2认同)