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 Account Takeover: Types, Prevention & Protection

Your CFO's email account gets compromised overnight. By morning, cybercriminals have downloaded client banking information, stolen sensitive financial data, and grabbed credentials to your company's bank accounts. This isn't hypothetical, i

Web Scraping Protection: Complete Guide to Detection, Prevention & Best Practices

Your server load suddenly spikes by 400%. Legitimate customers can't access your site. Competitors are methodically copying your product descriptions, pricing data, and proprietary content. Modern scraping bots are draining your resources a

What is WAF: Complete Guide to Web Application Firewall Security

Your web application just processed what looked like a normal login request, but it was actually an SQL injection attack that exposed your entire customer database. Cross-site scripting (XSS), SQL injection, and other application-layer atta

Application Layer DDoS Attacks: Detection, Prevention & Mitigation

Your network dashboards show green. Bandwidth utilization is at 5%. Yet your application is dying, response times spike to 30 seconds, users get timeout errors, and your on-call engineer can't figure out why. Welcome to application layer DD

What is an IXP?

When you send an email or stream a video, your data doesn't just magically hop from your computer to its destination. It travels through multiple networks, and somewhere along that path, it might passes through an Internet Exchange Point (I

What is global server load balancing (GSLB)?

Global server load balancing is a traffic management system that distributes user requests across servers in multiple geographic locations to improve performance and reliability. This approach can reduce latency by 40-60% compared to single

Subscribe to our newsletter

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