How To Install Atom Editor On Debian 11 / Debian 10 | Holhol24

3

Atom is an open-source textual content editor created by means of GitHub, temporarily changing into probably the most well-liked alternatives for builders. It is to be had for Linux, Mac, and Windows working techniques.

Its fashionable interface and in depth plugin ecosystem make it a very good selection for builders of all ability ranges. Whether you’re development web sites, video games, or cell apps, Atom makes it simple to construction your code simply the way you adore it.

It helps greater than 35+ programming languages by means of default, and you’ll prolong its capability by means of putting in plugins and glance by means of putting in issues.

Here, we will be able to see learn how to set up Atom editor on Debian 11 / Debian 10.

Add Atom Editor Repository

The Atom editor is to be had from its legit package deal repository for the Debian working gadget. So, we will have to upload the Atom repository to the gadget.

First, obtain and upload the Atom editor signing key in your gadget with the beneath instructions.

Debian 11

wget https://packagecloud.io/AtomEditor/atom/gpgkey -O atom_gpgkey

gpg --no-default-keyring --keyring ./atom_signing_key_temp.gpg --import ./atom_gpgkey

gpg --no-default-keyring --keyring ./atom_signing_key_temp.gpg --export > ./atom_signing_key.gpg

sudo mv atom_signing_key.gpg /and so forth/apt/depended on.gpg.d/

Debian 10

wget -qO - https://packagecloud.io/AtomEditor/atom/gpgkey | sudo apt-key upload -

Then, upload the Atom editor repository in your gadget.

echo "deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main" | sudo tee /and so forth/apt/resources.checklist.d/atom.checklist

Install Atom Editor on Debian

After including the repository in your gadget, replace the repository index.

sudo apt replace

Now, set up Atom Editor with the beneath command.

sudo apt set up -y atom

You too can set up the Atom editor beta model with sudo apt set up -y atom-beta command.

Launch Atom Editor

After the a success set up of the Atom editor, you’ll release it with the atom within the terminal or by means of going to Activities » seek for Atom.

As quickly as you release Atom editor for the primary time, you’re going to get the Welcome information web page with few choices to get to find out about Atom.

Atom Editor Running on Debian

Conclusion

That’s All. I am hoping you have got effectively put in Atom editor on Debian 11 / Debian 10.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept Read More