YouTube Icon

Code Playground.

How to Install Atom Text Editor on Ubuntu 20.04

CFG

How to Install Atom Text Editor on Ubuntu 20.04

Iota is an open-source, cross-stage code supervisor created by GitHub. It has an implicit bundle administrator, implanted Git control, brilliant autocompletion, punctuation featuring, and different sheets. 

In the engine Atom is a work area application based on Electron utilizing HTML, JavaScript, CSS, and Node.js . 

This guide shows two different ways of introducing Atom on Ubuntu 20.04. Iota can be introduced as a snap bundle by means of the Snapcraft store or as a deb bundle from the Atom storehouses. 

Pick the establishment technique that is generally suitable for your condition. Similar directions apply for any Ubuntu-based conveyance, including Kubuntu, Linux Mint, and Elementary OS. 

Installing Atom as a Snap Package

Particle snap bundle is conveyed and kept up by Github. 

Snaps are independent programming bundles that incorporate the twofold everything conditions required to run the application. Snap bundles are anything but difficult to overhaul and secure. Not at all like the standard deb bundles, snaps have a bigger circle impression and longer application startup time. 

Snap bundles can be introduced from either the order line or by means of the Ubuntu Software application. 

To introduce the Atom snap, open your terminal (Ctrl+Alt+T) and run the accompanying order: 

sudo snap install atom --classic

That is it. Iota has been introduced on your Ubuntu work area, and you can begin utilizing it. 

At whatever point another rendition is delivered, the Atom snap bundle will be naturally refreshed out of sight. 

On the off chance that you are not happy with the order line, open Ubuntu Software, look for "Molecule" and introduce the application. 

Installing Atom with apt

Iota is accessible from the Packagecloud Apt stores. To introduce it, follow the means beneath: 

Update the bundles list and introduce the conditions: 

sudo apt update
sudo apt install software-properties-common apt-transport-https wget

Import the archive GPG key and empower the Apt storehouse : 

wget -q https://packagecloud.io/AtomEditor/atom/gpgkey -O- | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main"

When the storehouse is empowered, introduce the most recent form of Atom: 

sudo apt install atom

At the point when another form is delivered, you can refresh Atom through the order line or your work area Software Update device. 

Beginning Atom 

In the Activities search bar type "Molecule" and snap on the symbol to dispatch the application. 

At the point when you start the Atom proofreader unexpectedly, a window like the accompanying ought to show up: 

From here, you begin introducing subjects and expansions and designing the supervisor as indicated by your inclinations. 

Conclusion

We've told you the best way to introduce Atom on Ubuntu 20.04. To become familiar with how to utilize Atom, from amateur rudiments to cutting edge strategies, visit their official documentation page. 

In the event that you have any inquiries, kindly leave a remark beneath.




CFG