我从安装了Android Studio这里从终端。如何彻底卸载它?
Ubuntu 中以前有过同名的问题,但没有一个解释正确答案!(一个问题解释了下载 tar 文件时卸载,但没有解释终端下载时卸载)
答案1
如果您安装了该.deb
文件,则可以使用以下方法将其删除
sudo dpkg --remove android-studio
或者如果你通过它安装,apt-get
那么你可以使用
sudo apt-get remove android-studio
阅读如何卸载软件?更多细节。
答案2
如果尝试从 ubuntu 18.04 卸载 android studio,请尝试使用此
sudo apt-get remove android-studio
否则,如果你从文件手动安装.deb
,那么这将帮助你
sudo dpkg --remove android-studio
现在,如果你使用 snap 安装了 android studio,那么上述命令将不起作用并显示以下错误-
dpkg: warning: ignoring request to remove android-studio which isn't installed
您可以尝试使用umake
删除 android studio-
umake android android-studio --remove
但如果它显示了这样的错误
ERROR: You can't remove Android Studio as it isn't installed
尝试使用以下命令。
如果你使用 snap 安装安装了 android studio,那么使用此命令将卸载 android studio-
snap remove android-studio