• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to install Atom Text Editor on Debian 11.3

  • 00:31 lsb_release -a
  • 00:50 wget -qO - https://packagecloud.io/AtomEditor/atom/gpgkey | sudo apt-key add -
  • 01:13 sudo sh -c 'echo "deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main" > /etc/apt/sources.list.d/atom.list'
  • 01:41 sudo apt-get update
  • 01:59 apt-get install atom -y
7298

To Install Atom Text Editor On Debian 11.3

Introduction:

Atom is a free and open-source text and source code editor for a desktop application built using web technologies like macOS, Linux, and Microsoft Windows with support for plug-ins written in JavaScript, and embedded Git Control Developed by GitHub.

Installation Procedure:

Step 1: Check the OS Version by using the below command

[root@linuxhelp:~#] lsb_release -a
No LSB modules are available.
Distributor ID:	Debian
Description:	Debian GNU/Linux 11 (bullseye)
Release:	11	
Codename:	bullseye

Step 2: Add the signing key so APT will know to trust the repository.

[root@linuxhelp:~#] wget -qO - https://packagecloud.io/AtomEditor/atom/gpgkey | sudo apt-key add -
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK

Step 3: Next, Add the repository by using the below command.

[root@linuxhelp:~#] sudo sh -c 'echo "deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main" > /etc/apt/sources.list.d/atom.list'

Step 4: Next, update the system package by using the below command.

[root@linuxhelp:~#] sudo apt-get update
Hit:1 http://repo.mysql.com/apt/debian bullseye InRelease
Hit:2 http://deb.debian.org/debian bullseye InRelease                          
Hit:3 http://security.debian.org/debian-security bullseye-security InRelease   
Hit:4 http://deb.debian.org/debian bullseye-updates InRelease                  
Ign:5 http://ppa.launchpad.net/webupd8team/atom/ubuntu kinetic InRelease       
Hit:7 https://packages.sury.org/php bullseye InRelease                         
Get:8 https://packagecloud.io/AtomEditor/atom/any any InRelease [24.4 kB]      
Get:9 https://packagecloud.io/AtomEditor/atom/any any/main amd64 Packages [56.6 kB]
Reading package lists... Done .

Step 5: Next Install the Atom Text Editor by using the below Command.

[root@linuxhelp:~#] apt-get install atom -y 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  git git-man liberror-perl
Suggested packages:
  git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk
  gitweb git-cvs git-mediawiki git-svn
The following NEW packages will be installed:
  atom git git-man liberror-perl
0 upgraded, 4 newly installed, 0 to remove and 67 not upgraded.
Need to get 146 MB of archives.
After this operation, 706 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bullseye/main amd64 liberror-perl all 0.17029-1 [31.0 kB]
Get:2 http://deb.debian.org/debian bullseye/main amd64 git-man all 1:2.30.2-1 [1,827 kB]
Get:3 http://deb.debian.org/debian bullseye/main amd64 git amd64 1:2.30.2-1 [5,527 kB]

Get:4 https://packagecloud.io/AtomEditor/atom/any any/main amd64 atom amd64 1.60.0 [139 MB]
Fetched 146 MB in 24s (6,038 kB/s)                                             
Selecting previously unselected package liberror-perl.
(Reading database ... 150913 files and directories currently installed.)
Preparing to unpack .../liberror-perl_0.17029-1_all.deb ...
Unpacking liberror-perl (0.17029-1) ...
Selecting previously unselected package git-man.
Preparing to unpack .../git-man_1%3a2.30.2-1_all.deb ...
Unpacking git-man (1:2.30.2-1) ...
Selecting previously unselected package git.
Preparing to unpack .../git_1%3a2.30.2-1_amd64.deb ...
Unpacking git (1:2.30.2-1) ...
Selecting previously unselected package atom.
Preparing to unpack .../archives/atom_1.60.0_amd64.deb ...
Unpacking atom (1.60.0) ...
Setting up liberror-perl (0.17029-1) ...
Setting up git-man (1:2.30.2-1) ...
Setting up git (1:2.30.2-1) ...
Setting up atom (1.60.0) ...
Processing triggers for desktop-file-utils (0.26-1) ...
Processing triggers for gnome-menus (3.36.0-1) ...
Processing triggers for man-db (2.9.4-2) ...
Processing triggers for mailcap (3.69) ...
done.

Step 6: Now, find and start Atom from the Application Menu as shown in the below image. Snap 1

Step 7: This is the Atom Text Editor. snap 2

Conclusion:

We have reached the end of this article. In this guide, we have walked you through the steps required to Install Atom Text Editor on Debian 11.3. Your feedback is much welcome.

Tags:
lucas
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

What is the purpose of an Atom?

A

Atom enables users to install third-party packages and themes to customize the features and looks of the editor, so you can set it up according to your preferences and with ease (Atom). It is as welcoming to a newbie as it is for an experienced developer.

Q

Is Atom a good text editor?

A

Atom could be your next text editor, notepad, and IDE. It's easy to use, easy to configure, and easy to extend, and it offers a great user experience.

Q

Is the Atom text editor better than Vscode?

A

Visual Studio Code and Atom, both Electron-based applications give a good user experience but when it comes to comparison, Visual Studio Code leaps ahead. Visual Studio Code has a greater number of built-in features than Atom provides through extensions and third-party applications.

Q

Is Atom owned by Microsoft?

A

The popular code editor, Atom, built by the now Microsoft-owned GitHub is being retired.

Q

How do I run a file in Atom?

A

There are several ways to open a file in Atom. You can do it by choosing File > Open from the menu bar or by pressing Ctrl+O to choose a file from the standard dialog.

Related Tutorials in How to install Atom Text Editor on Debian 11.3

Related Tutorials in How to install Atom Text Editor on Debian 11.3

How to install Gparted on Debian 9.0
How to install Gparted on Debian 9.0
Sep 13, 2017
Installation SSL Certificate on Ubuntu/Linuxmint/Debian to Secure Apache
Installation SSL Certificate on Ubuntu/Linuxmint/Debian to Secure Apache
Sep 19, 2018
How to install Xrdp Server (Remote Desktop) on Oracle Linux 8.5
How to install Xrdp Server (Remote Desktop) on Oracle Linux 8.5
Oct 17, 2022
How to install and update OpenSSL on Debian 11.3
How to install and update OpenSSL on Debian 11.3
Oct 21, 2022
How to install qBittorrent on Debian 9.0
How to install qBittorrent on Debian 9.0
Sep 8, 2017
How to Install FileZilla in Debian
How to Install FileZilla in Debian
Nov 29, 2016
How to Install and Configure Mega in Linux
How to Install and Configure Mega in Linux
Jul 19, 2016
How to install Nmap on Debian 9.0
How to install Nmap on Debian 9.0
Sep 9, 2017

Related Forums in How to install Atom Text Editor on Debian 11.3

Related Forums in How to install Atom Text Editor on Debian 11.3

Linux
jayce class=
shasum command not found
May 5, 2017
Linux
stephan class=
How to list all samba users
Jan 12, 2018
pv command
muhammad class=
pvcreate command not found error
May 9, 2017
Linux
henry class=
Starting NFS daemon: rpc.nfsd: writing fd to kernel failed: errno 111 (Connection refused)
Apr 25, 2017
ifconfig command
jackbrookes class=
what is the location of the ifconfig program on your machine?
Jan 4, 2018
Linux
baseer class=
single command to apply setfacl for multiple user at a time
Jan 23, 2018
Linux
beulah class=
What does mean by 0 0 value in fstab file
Jan 2, 2018
CentOS
mason class=
Error getting authority: Error initializing authority: Could not connect: No such file or directory (g-io-error-quark, 1)
Nov 20, 2018

Related News in How to install Atom Text Editor on Debian 11.3

Related News in How to install Atom Text Editor on Debian 11.3

Anbox, the Android-to-Linux tool the developers have been waiting for
Anbox, the Android-to-Linux tool the developers have been waiting for
Apr 17, 2017
Linus Torvalds stops signing Linux kernel RC tarballs
Linus Torvalds stops signing Linux kernel RC tarballs
May 17, 2017
Capsule8 Launches Linux-Based Container Security Platform
Capsule8 Launches Linux-Based Container Security Platform
Feb 14, 2017
Symantec updates Management console product
Symantec updates Management console product
Nov 22, 2017
Latest Linux driver release feature seven AMD Vega
Latest Linux driver release feature seven AMD Vega
Mar 23, 2017
A Newer and a Faster Window Manager for Tina (Linux Mint 19.2)
A Newer and a Faster Window Manager for Tina (Linux Mint 19.2)
Apr 9, 2019
Microsoft makes its Azure App service now available on Linux Systems
Microsoft makes its Azure App service now available on Linux Systems
Sep 7, 2017
Docker friendly Alpine Linux gets hardened Node.js
Docker friendly Alpine Linux gets hardened Node.js
Apr 19, 2017
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Isaiah ?
What is the use of SUID & SGID commands

How to set the special permissions to the files and folders using SUID and SGID commands...

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.