Gaming industry under DDoS attack. Get DDoS protection now. Start onboarding
  1. Home
  2. Developers
  3. How to Install Atom on Ubuntu

How to Install Atom on Ubuntu

  • By Gcore
  • September 8, 2023
  • 2 min read
How to Install Atom on Ubuntu

Whether you’re a developer, a writer, or simply someone looking to try a new text editor, Atom has become a go-to choice for many. It’s open-source, highly customizable, and offers a range of features that make coding a breeze. If you’re running Ubuntu and wondering how to get started with Atom, you’re in the right place. In this article, we’ll walk you through a detailed, step-by-step process on how to seamlessly install Atom on your Ubuntu system.

What is the Atom text editor?

The Atom text editor is an open-source, modern, and highly customizable text and source code editor developed by GitHub. It is designed to be approachable out of the box, yet also infinitely tunable to a user’s specific needs. Some of its notable features include:

  1. Extensibility. Atom can be customized with packages to add new features or modify existing ones. There’s a vast repository of community-created packages available to extend its capabilities.
  2. Integrated Git Control. It has built-in Git integration, allowing users to manage Git repositories, make commits, and handle other version control tasks directly within the editor.
  3. Built with Web Technologies. It is created using web technologies such as HTML, CSS, and JavaScript, making it particularly appealing and familiar for web developers.
  4. Community-Driven: Being open-source, Atom boasts a vibrant community that continuously contributes to its development and its package ecosystem.
  5. Modern UI/UX.  Atom’s interface is user-friendly, and it supports themes, allowing users to modify both the appearance of the editor and the syntax highlighting of code.

Installing Atom on Ubuntu

Here’s the guide on installing Atom text editor on Ubuntu:

#1 Update and Upgrade System

Before installing any new software, it’s always a good idea to update the local package database and upgrade the system.

sudo apt updatesudo apt upgrade

#2 Add Atom Official Repository

Atom provides an official package repository to ensure you get the latest version. Add it using the following command.

sudo add-apt-repository ppa:webupd8team/atom

Sample Output:

#3 Install Atom

Once the repository is added, you can install Atom using the apt package manager.

sudo apt install atom

#4 Launch Atom

After the installation completes, you can start Atom in two ways:

  • From the command line, type:
atom
  • Other option is to find and click on the Atom icon from your application menu.

#5 Install Additional Packages or Remove Atom

For this step it is only optional if ever you need to. In terms of additional packages, you can browse and install new packages directly within Atom:

  • Go to Edit > Preferences > Install in the Atom editor.
  • Search for packages you’re interested in and click the ‘Install’ button to add them.

If you ever need to uninstall the program, use the following command:

sudo apt remove --purge atomsudo apt autoremove

That’s it! You’ve now installed the Atom text editor on Ubuntu. As updates become available, they can be fetched and applied using the standard sudo apt update and sudo apt upgrade commands, thanks to the repository you added.

Conclusion

Want to run Ubuntu in a virtual environment? With Gcore Cloud, you can choose from Basic VM, Virtual Instances, or VPS/VDS suitable for Ubuntu:

Choose an instance

Related articles

What Is an Origin Server?

Origin Server An origin server is a computer or service that stores and delivers original content to end-users, serving as the primary source for websites and web applications. When a user requests content, the origin server processes the r

What is DNS TTL and how does it work?

A Domain Name System Time to Live (DNS TTL) is a timer measured in seconds, that determines how long a DNS record stays cached before resolvers must refresh it from the authoritative nameserver.DNS TTL controls caching behavior across the g

What are load balancing algorithms and how do they work?

Load balancing automatically distributes incoming network traffic across multiple compute resources according to specified rules. Modern applications can generate millions of requests per second, and sharing the load boosts performance and

What is Function as a Service (FaaS)?

Function as a Service (FaaS) is a serverless computing model that lets developers write and deploy code in small, independent functions without managing any server infrastructure. Over 50% of organizations now adopt serverless technologies

What is DNS-over-HTTPS (DoH)?

DNS-over-HTTPS (DoH) is an internet security protocol that encrypts DNS queries by sending them over HTTPS connections on port 443, the same port used for standard HTTPS traffic. Standardized by the IETF in RFC 8484 in October 2018, DoH pre

TLS 1.3 vs TLS 1.2: what’s the difference?

TLS 1.3 vs 1.2 refers to the comparison between two versions of the Transport Layer Security protocol, a cryptographic standard that encrypts data exchanged between clients and servers to secure network communications. TLS 1.3, finalized in

Subscribe to our newsletter

Get the latest industry trends, exclusive insights, and Gcore updates delivered straight to your inbox.