'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.



Solution 1:[1]

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.

Solution 2:[2]

First, try to delete all the hidden files of Android from the home directory if any exist.

Then, type the following commands in Terminal.

$ cd /usr/local

$ sudo rm -r ./android-studio 

Solution 3:[3]

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/

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 AIMIN PAN
Solution 2 Troll
Solution 3 twizelissa