Difference between revisions of "Install Atom on Ubuntu"

From Lofaro Lab Wiki
Jump to: navigation, search
(Created page with "Install Atom on Ubuntu - Tested on 18.04 $ sudo add-apt-repository ppa:webupd8team/atom sudo apt-get update sudo apt-get install atom")
 
 
Line 1: Line 1:
 
Install Atom on Ubuntu - Tested on 18.04
 
Install Atom on Ubuntu - Tested on 18.04
  $ sudo add-apt-repository ppa:webupd8team/atom
+
* Goto: https://atom.io/
  sudo apt-get update
+
* Download the Deb version
   sudo apt-get install atom
+
* Run the following
 +
   $ sudo dpkg -i atom-amd64.deb
 +
* Atom is now fully installed

Latest revision as of 19:20, 18 March 2020

Install Atom on Ubuntu - Tested on 18.04

 $ sudo dpkg -i atom-amd64.deb
  • Atom is now fully installed