Skip to content

Instantly share code, notes, and snippets.

@sanjay1688
Last active August 29, 2015 14:06
Show Gist options
  • Save sanjay1688/4448899a6ed1f5c4b285 to your computer and use it in GitHub Desktop.
Save sanjay1688/4448899a6ed1f5c4b285 to your computer and use it in GitHub Desktop.
Useful Software Commnd ( install, remove, services, dependencies ) Ubuntu Enviroment
############## Chrome ##############
sudo apt-get install libxss1 libappindicator1 libindicator7
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
Remove
sudo apt-get remove google-chrome-stable
sudo apt-get purge google-chrome-stable
sudo apt-get autoremove
############## Check System requirements##############
sudo add-apt-repository ppa:i-nex-development-team/stable
sudo apt-get update
sudo apt-get install i-nex
############## Dropbox ##############
reference
https://www.liberiangeek.net/2014/04/daily-ubuntu-tips-get-dropbox-installed-in-ubuntu-14-04-trusty-tahr/
sudo apt-get -y install nautilus-dropbox
Click the button to Start Dropbox and continue with the wizard.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment