how to install atom for windows ubuntu 18.04 lts code example
Example 1: install atom ubuntu 18
$ wget -O atom-amd64.deb https://atom.io/download/deb
sudo apt install gdebi-core
sudo gdebi atom-amd64.deb
Example 2: download atom for ubuntu 18.04
sudo apt updatesudo apt install software-properties-common apt-transport-https wget