我在 ubuntu 16.04 上安装了 KVM,当我运行 virt manager 时,它显示以下消息:
警告:KVM 不可用。这可能意味着未安装 KVM 软件包,或未加载 KVM 内核模块。您的虚拟机可能性能不佳
我尝试使用以下命令从终端中删除 wine:
apt-get remove wine
但酒仍然存在。我怎样才能完全删除它?
harsh@harsh-BOOK:~$ sudo get-apt purge Q4Wine
[sudo] password for harsh:
sudo: get-apt: command not found
harsh@harsh-BOOK:~$ sudo get-apt purge wine
sudo: get-apt: command not found
harsh@harsh-BOOK:~$ sudo rm wine
rm: cannot remove ‘wine’: No such file or directory
harsh@harsh-BOOK:~$ sudo rm q4wine
rm: cannot remove ‘q4wine’: No such file or directory
harsh@harsh-BOOK:~$ sudo rm winetricks
rm: cannot remove ‘winetricks’: No such file or directory
Run Code Online (Sandbox Code Playgroud)