Skip to content

Instantly share code, notes, and snippets.

@brenopolanski
Last active August 29, 2015 14:01
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brenopolanski/35b8223d5297e11e1afc to your computer and use it in GitHub Desktop.
Save brenopolanski/35b8223d5297e11e1afc to your computer and use it in GitHub Desktop.
Installing Atom on Ubuntu (64bits) via PPA

To install Atom in Ubuntu 14.04, 13.10 or 12.04 (64bits only!) and derivatives (Linux Mint, elementary OS, etc.), use the following commands:

$ [sudo] add-apt-repository ppa:webupd8team/atom
$ [sudo] apt-get update
$ [sudo] apt-get install atom

Before installing Atom, remember that it's still in beta so you may find bugs or missing / incomplete features!

@leonardo403
Copy link

I run in my Ubuntu 13.10, very good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment