Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lee-pai-long/b6ed76d881fe11800acae5a72164ee5a to your computer and use it in GitHub Desktop.
Save lee-pai-long/b6ed76d881fe11800acae5a72164ee5a to your computer and use it in GitHub Desktop.

[Linux Mint 17.2] Install latest Atom

If you have previously installed Atom from another source, backup your atom directory, then remove atom package

$ cp -R ~/.atom ~/.atom_bak
$ [sudo] apt-get remove atom

Then install the latest version using the webupd8team PPA

$ [sudo] add-apt-repository ppa:webupd8team/atom && \
> [sudo] apt-get update && \
> [sudo] apt-get install atom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment