First install ubuntu Make using the following commands...sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-makesudo apt-get updatesudo apt-get install ubuntu-makeAfter installing Make you can install Android Studio as follows..Install Android Studio using the following command...umake androidIf you want to uninstall Android Studio in future, use the following command...umake android --remove