Skip to content

Instantly share code, notes, and snippets.

@froghramar
Last active August 18, 2016 09:25
Show Gist options
  • Save froghramar/79399ee85f98d49557ae to your computer and use it in GitHub Desktop.
Save froghramar/79399ee85f98d49557ae to your computer and use it in GitHub Desktop.
Installation of Ubuntu essential softwares
sudo apt-add-repository ppa:diesch/testing
sudo apt-get update
sudo apt-get install classicmenu-indicator
sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair
sudo apt-add-repository ppa:paolorotolo/android-studio
sudo apt-get update
sudo apt-get install android-studio
for more info:
https://paolorotolo.github.io/android-studio/
to install android sdk:
http://askubuntu.com/questions/318246/complete-installation-guide-for-android-sdk-adt-bundle-on-ubuntu
sudo add-apt-repository ppa:webupd8team/atom
sudo apt-get update
sudo apt-get install atom
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
sudo apt-get update
sudo apt-get install google-chrome-stable
sudo add-apt-repository "deb http://download.opensuse.org/repositories/home:/sarimkhan/xUbuntu_14.04/ ./"
wget -q http://download.opensuse.org/repositories/home:/sarimkhan/xUbuntu_14.04/Release.key -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install ibus-avro-trusty
sudo apt-get install nautilus-open-terminal
nautilus -q
sudo add-apt-repository ppa:webupd8team/sublime-text-3
sudo apt-get update
sudo apt-get install sublime-text-installer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment