简体   繁体   中英

How do I uninstall android studio in Ubuntu 20.04

I download Android Studio - Arctic Fox | 2020.3.1 from their official website in my ubuntu 20.04 LTS.

My installation Process:

I downloaded the zip file and extracted it. I cd into the /bin/ directory and executed the studio.sh file using./studio.sh command. The installation went through but now I'm having a lot of problems.

I want to completely uninstall it without altering anything but don't know how. I would he glad if anyone could help me.

As you installed with zip file go into directory where you installed it then do rm file created there

note if you have added it to you path also you need to remove it by ndroid-studio/bin/

studio.sh is not an installer. It is the starter.

Uninstall is to delete the directory where you extract the package, no other steps.

BTW, I run Android Studio Arctic Fox on my Linux Mint very well, what are your problems? Mint suppose to be same as Ubuntu.

First try to delete all the hidden files of android from home directory if exists.

Then in Terminal

$ cd /usr/local

$ sudo rm -r ./android-studio

sudo snap remove android-studio

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM