Skip to content

Instantly share code, notes, and snippets.

@Sebastian1011
Created December 26, 2016 11:16
Show Gist options
  • Save Sebastian1011/e4c1d7a823feb276a7ea4d88a5c88340 to your computer and use it in GitHub Desktop.
Save Sebastian1011/e4c1d7a823feb276a7ea4d88a5c88340 to your computer and use it in GitHub Desktop.
To download and install Atom in Ubuntu 14.04 ( the version i am using ) you have to type following command one by one in your terminal.
Step 1 : Add repository:
sudo add-apt-repository ppa:webupd8team/atom
Press Enter if it ask your permission.
Step 2 : Update the Repository
sudo apt-get update
It will take some time. Be patient.
Step 3 : Install Atom.
sudo apt-get install atom
It will download and install the Atom editor on your Ubuntu 14.04. Here is screen shot of Atom running in Ubuntu.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment