I tried uninstalling android studio and i am getting this and also many times before i have got this type of lines, but in my file system i have .android and .AndroidStudio folders and many more. How to remove android studio completely from my Ububtu system.
(base) TravelMate-P243:~$ sudo apt-get remove android-studio
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'android-studio' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 58 not upgraded.
sudo purge android-studio
. – Pilot6 Mar 02 '19 at 13:50sudo apt purge android-studio
– Pilot6 Mar 02 '19 at 13:54sudo apt dist-upgrade
it should show you what those 58 not upgraded packages are. – Terrance Mar 02 '19 at 14:31sudo snap remove android-studio
should remove it. – Terrance Mar 02 '19 at 14:50