How To Install Atom Text Editor on Linux Ubuntu - True FOSS

How To Install Atom Text Editor on Linux Ubuntu



Hello Open Source Lovers, this time I will give a tutorial on how to install atoms on ubuntu linux. Before installing an atom in linux, it would be better if you know what an atom is.

What Is Atom? 

Atom is a free and open-source text and source code editor for macOS, Linux, and Microsoft Windows with support for plug-ins written in Node.js, and embedded Git Control, developed by GitHub. Atom is a desktop application built using web technologies. Most of the extending packages have free software licenses and are community-built and maintained. Atom is based on Electron (formerly known as Atom Shell), a framework that enables cross-platform desktop applications using Chromium and Node.js. It is written in CoffeeScript and Less. It can also be used as an integrated development environment (IDE). Atom was released from beta, as version 1.0, on 25 June 2015. Its developers call it a "hackable text editor for the 21st Century".

Programming language support :

  • C
  • C++
  • C#
  • Clojure
  • COBOL
  • CSS
  • CoffeeScript
  • GitHub Flavored Markdown
  • Go
  • HTML
  • Java
  • JavaScript
  • JSON
  • Julia
  • Less
  • Make
  • Mustache
  • Objective-C
  • Perl
  • PHP
  • Property lists
  • Python
  • Ruby
  • Ruby on Rails
  • Sass
  • Scala
  • Shell scripts[specify]
  • SQL
  • TOML
  • XML
  • YAML

 Installation Instructions :

Open Terminal
ctrl + alt + t
Add Repository
sudo add-apt-repository ppa:webupd8team/atom
Update
sudo apt-get update
Install Atom
sudo apt-get install atom

Uninstall Instruction :

Open Terminal
ctrl + alt + t
Remove Atom
sudo apt-get remove atom
Purge Atom
sudo apt-get purge atom
How To Install Atom Text Editor on Linux Ubuntu How To Install Atom Text Editor on Linux Ubuntu Reviewed by Admin on September 22, 2018 Rating: 5

No comments:

Powered by Blogger.