Friday, December 16, 2016

How to install Atom editor on Ubuntu


Atom is one of the best text editing software that's used by many web developer, it's created by github and available as free open source software.

But so far (2016) atom is not yet available on the main repository of ubuntu, but don't worry, we still able to install it through PPA repo.

Step by step how to install atom text editor on ubuntu
  • add ppa repository for atom
  • sudo add-apt-repository ppa:webupd8team/atom
  • run the apt-get update command
  • sudo apt-get update
  • install atom
  • sudo apt-get install atom
  • enjoy it!

Remember that you can run atom from command line, simply type 'atom' on the command line, or if you are editing files under root directory then use 'sudo atom' to give you root permission.



No comments:

Post a Comment