Install Atom text editor in Ubuntu
This post will help you to install Atom text editor in Ubuntu. Atom is the editor for the 21st century. You can tweak the interface of Atom editor with CSS. Also, you can easily add new features with HTML and Javascript.
There are two methods to install Atom on Ubuntu. One method is using PPA and the other is using Deb file.
Method 1 (using PPA):
sudo add-apt-repository ppa:webupd8team/atom sudo apt-get update sudo apt-get install atom
Uninstallation:
sudo add-apt-repository ppa:webupd8team/atom --remove sudo apt-get remove atom sudo apt-get autoremove
Method 2 (using deb file):
You can download the latest version of Atom text editor from Here
wget wget https://atom-installer.github.com/v1.18.0/atom-amd64.deb sudo dpkg -i atom-amd64.deb sudo apt-get install -f
Uninstallation:
sudo apt-get --purge remove atom
That’s it!
If you like this post and wish to receive more articles from us, please like our FB page: Button
Your suggestions and feedbacks will encourage us and help to improve further, please feel free to write your comments.
For more details on our services, please drop us an E-mail at info@grepitout.com
[…] Also Read: Install Atom Text Editor in Ubuntu […]