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

Multi-Cloud Plan: What It Is and How It Works

Your cloud provider goes down. Applications fail. Customers can't access your services. And because you've built everything around a single vendor, there's nothing you can do but wait. For organizations locked into one cloud platform, this

Vendor Lock-In in Cloud Computing: What It Is and How to Avoid It

Imagine discovering that migrating your company's data to a new cloud provider will cost hundreds of thousands of dollars in egress fees alone, before you've even touched the re-engineering work. Or worse, picture being in Synapse Financial

What is Transcoding: Definition, Process & Benefits

You're watching a video on your phone during your commute when it suddenly buffers, pixelates, and freezes, despite having full bars. Meanwhile, your friend streams the same content flawlessly on their laptop at home. Behind the scenes, str

What Is Sovereign Cloud and Why Does It Matter?

Picture this: a foreign government issues a legal order forcing your cloud provider to hand over sensitive patient records, classified research data, or critical national infrastructure details. You can't stop it. This isn't hypothetical. G

SQL Injection Prevention: Complete Security Guide & Best Practices

Your database gets compromised. Customer records disappear. Credit card data ends up for sale on the dark web. SQL injection attacks remain one of the most prevalent web application vulnerabilities in 2024, consistently appearing in top ten

What is Rate Limiting: Definition, Types & Implementation Guide

Your login page just got hammered with 10,000 password attempts in under a minute. Your API servers are buckling under a flood of requests. Legitimate users can't access the service while infrastructure costs spike. Without proper controls,

Subscribe to our newsletter

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