Logo
  • Ubuntu
  • CentOS
  • Debian
  • Fedora
  • RedHat

How to Install Atom Text Editor on Ubuntu 20.04 - DesignLinux

Sep 02 2020
designlinux 0 Comments
How to Install Atom Text Editor on Ubuntu 20.04

Atom is a free and open source cross-platform code editor developed by GitHub. It It includes support package manager, Node.js plugins, embedded Git control, smart auto-completion, syntax highlighting and multiple panes. Atom is a desktop application built using web technologies. Atom is based on Electron a framework that enables cross-platform desktop applications using Chromium and Node.js. It is written in CoffeeScript and Less. In this tutorial, described how to install Atom Text Editor on Ubuntu 20.04 system.

Prerequisites#

Make sure you are logged in as a root or user with sudo privileges.

Install Atom on Ubuntu#

Atom package is available in Packagecloud Apt repository. Follow the below steps to install Atom on your Ubuntu 20.04 system:

Step 1 – Install Dependencies#

At first, update the apt package list by typing:

sudo apt update

After that you should install necessary dependencies for fetching packages from https sources:

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

Step 2 – Import GPG Key#

Import GPG key of the repository using following wget command:

wget -q https://packagecloud.io/AtomEditor/atom/gpgkey -O- | sudo apt-key add -

Next add the Atom apt repository to your system using below command:

sudo add-apt-repository "deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main"

Step 2 – Install Atom#

Once the repository enabled again update the package index list:

sudo apt update

Finally, Execute the below command to install Atom Text Editor:

sudo apt install atom

That’s all. Atom is installed on your Ubuntu system and ready to use.

Starting Atom#

Now Atom is ready to start it using your system terminal by typing atom or your can launch from Activities -> Atom menu.

ubuntu launch atom

When you launch Atom editor first time it will look like as below:

ubuntu atom text editor

Update Atom Text Editor#

You can update the Atom when a new version is available. You can update it through your desktop standard Software Update tool. Alternatively, you can update by running the following commands in your terminal:

sudo apt update
sudo apt upgrade

Conclusion#

You have learned how to install Atom on your Ubuntu 20.04 system. You also can customize your Atom editor by installing plugins. If you would like to get more details about Atom visit the official Atom documentation page.

If you have any question or suggestion, please leave comment below.

Related

Tags: atom, ide, ubuntu

Usermod Command in Linux

Prev Post

How to Setup Sublime Text sFTP for Remote Development

Next Post
Archives
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • July 2022
  • June 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
Categories
  • AlmaLinux
  • Android
  • Ansible
  • Apache
  • Arch Linux
  • AWS
  • Backups
  • Bash Shell
  • Bodhi Linux
  • CentOS
  • CentOS Stream
  • Chef
  • Cloud Software
  • CMS
  • Commandline Tools
  • Control Panels
  • CouchDB
  • Data Recovery Tools
  • Databases
  • Debian
  • Deepin Linux
  • Desktops
  • Development Tools
  • Docker
  • Download Managers
  • Drupal
  • Editors
  • Elementary OS
  • Encryption Tools
  • Fedora
  • Firewalls
  • FreeBSD
  • FTP
  • GIMP
  • Git
  • Hadoop
  • HAProxy
  • Java
  • Jenkins
  • Joomla
  • Kali Linux
  • KDE
  • Kubernetes
  • KVM
  • Laravel
  • Let's Encrypt
  • LFCA
  • Linux Certifications
  • Linux Commands
  • Linux Desktop
  • Linux Distros
  • Linux IDE
  • Linux Mint
  • Linux Talks
  • Lubuntu
  • LXC
  • Mail Server
  • Manjaro
  • MariaDB
  • MongoDB
  • Monitoring Tools
  • MySQL
  • Network
  • Networking Commands
  • NFS
  • Nginx
  • Nodejs
  • NTP
  • Open Source
  • OpenSUSE
  • Oracle Linux
  • Package Managers
  • Pentoo
  • PHP
  • Podman
  • Postfix Mail Server
  • PostgreSQL
  • Python
  • Questions
  • RedHat
  • Redis Server
  • Rocky Linux
  • Security
  • Shell Scripting
  • SQLite
  • SSH
  • Storage
  • Suse
  • Terminals
  • Text Editors
  • Top Tools
  • Torrent Clients
  • Tutorial
  • Ubuntu
  • Udemy Courses
  • Uncategorized
  • VirtualBox
  • Virtualization
  • VMware
  • VPN
  • VSCode Editor
  • Web Browsers
  • Web Design
  • Web Hosting
  • Web Servers
  • Webmin
  • Windows
  • Windows Subsystem
  • WordPress
  • Zabbix
  • Zentyal
  • Zorin OS
Visits
  • 1
  • 1,049
  • 609,497

DesignLinux.com © All rights reserved

Go to mobile version