+3 votes
in Operating Systems by (71.8k points)
I want to install Android Studio on my ubuntu machine from repository so that it's updated automatically. How can I install?

1 Answer

+2 votes
by (71.8k points)
selected by
 
Best answer

First install ubuntu Make using the following commands...
sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt-get update
sudo apt-get install ubuntu-make

After installing Make you can install Android Studio as follows..
Install Android Studio using the following command...
umake android
If you want to uninstall Android Studio in future, use the following command...
umake android --remove

 

Related questions

+2 votes
1 answer
+3 votes
1 answer
+3 votes
1 answer

...