Getting The Atom Text Editor To Work On ChromeOS | Keith I Myers
The Atom Text editor has been growing in popularity since it launched a few years ago. Fortunately it is incredibly easy to get the Atom Text Editor to install on ChromeOS via Project Crostini. Here are the steps:
Lets start by accessing your Terminal via the "Terminal" application or Gnome Terminal to get into your virtual machine. Once you have the terminal open, simply run the following commands:
sudo apt-get update sudo apt-get install gconf2 gvfs-bin git wget curl wget https://atom.io/download/deb -O atom.deb sudo dpkg -i atom.deb sudo apt-get install -f rm atom.deb
Read full article from Getting The Atom Text Editor To Work On ChromeOS | Keith I Myers
No comments:
Post a Comment