Friday, May 24, 2019

Atom

Atom is a text editor software 

Atom is a free and open-source

Programming lanqage support
  • C
  • C++
  • C#
  • COBOL
  • CSS
  • GitHub Flavored Markdown
  • Go
  • HTML
  • Java
  • JavaScript
  • Objective-C
  • Perl
  • PHP
  • Property lists
  • Python
How to install Atom by termnal
Step 1 : Add repository:
sudo add-apt-repository ppa:webupd8team/atom


Step 2 : Update the Repository
sudo apt-get update


Step 3 : Install Atom.
sudo apt-get install atom


No comments:

Post a Comment

Express

In this tutorial, we will also have a look at the express framework. This framework is built in such a way that it acts as a minimal an...