我尝试使用以下命令从终端中删除 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)