Menu
ZacsTech
  • Home
  • Linux
  • Windows
  • How To
  • Resources
  • Contact Us
ZacsTech
Atom Text Editor on Ubuntu

How to Install Atom Text Editor on Ubuntu 22.04 LTS

Posted on July 30, 2023August 6, 2023

How to install Atom Text Editor on Ubuntu 22.04 LTS

 

Atom is a versatile, open-source text editor that offers a multitude of features for software developers. With its modifiable and easy-to-navigate interface, Atom has grown popular due to its smooth integration with Git and GitHub, customizable design, and extensive package library.

This article presents a detailed guide to how to install Atom Text Editor on Ubuntu 22.04 LTS

Before starting the installation process, ensure that your system is up to date by executing the following command:

 sudo apt update && sudo apt upgrade 

Method 1: Installing Atom using the Official Atom PPA

Install Some Commom Packages

 sudo apt install curl libcanberra-gtk-module dirmngr ca-certificates software-properties-common gnupg gnupg2 apt-transport-https 

Add GPG Key

When you download software from a repository, the GPG key is used to verify that the software you’re about to install is exactly the one provided by the original author and it hasn’t been tampered with. The software is signed by the author or the maintainer using their private key, and you can verify the signature using the corresponding public key.

 curl -fsSL https://packagecloud.io/AtomEditor/atom/gpgkey | gpg --dearmor | sudo tee /usr/share/keyrings/atom.gpg > /dev/null 

Adding Atom PPA

The Official Atom PPA (Personal Package Archive) makes the installation process straightforward. Open a terminal window (Ctrl+Alt+T) and enter the following command to add the PPA to your system:

 echo "deb [arch=amd64 signed-by=/usr/share/keyrings/atom.gpg] https://packagecloud.io/AtomEditor/atom/any/ any main" | sudo tee /etc/apt/sources.list.d/atom.list 

Updating System Repository

Before you can install Atom, update your system’s package list to include the newly added PPA:

 sudo apt-get update 

Installing Atom

Now you’re ready to install Atom:

 sudo apt-get install atom 

After running this command, the system will download and install Atom.

Now you can start Atom either from your application launcher or by typing ‘atom’ in your terminal.

How to Uninstall Atom

In the terminal, enter the following command to remove Atom

 sudo apt-get remove atom 

 sudo rm -r /etc/apt/sources.list.d/atom*.list 

 sudo rm /usr/share/keyrings/atom*.gpg 

Press Enter after typing the command. This will uninstall the Atom text editor from your system.

Method 2: Installing Atom using Snap

If you encounter any difficulties using the PPA method or prefer Snap, you can install Atom using Snap. Snap is a software deployment and package management system developed by Canonical for operating systems that use the Linux kernel.

Installing Snap

Firstly, if Snap is not already installed on your Ubuntu system, install it using the following command:

 sudo apt install snapd 

With Snap ready, install Atom by executing

 sudo snap install atom --classic 

The –classic option ensures that Atom has access to necessary system resources and is not overly restricted by Snap’s security measures.

Video: How to install Atom Text Editor on Ubuntu 22.04 LTS

Conclusion:

That’s it! You’ve installed Atom on your Ubuntu 22.04 LTS system. You can launch Atom from your system’s application launcher or from the terminal by entering atom. Remember that one of the strengths of Atom is its customizability, so don’t hesitate to explore the settings and install packages that suit your workflow. Happy coding!

 

 

 

Related posts:

No related posts.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

  • facebook
  • twitter
  • pinterest
Privacy Policy
Terms and Conditions

Contact Us
About Us
©2025 ZacsTech | Powered by SuperbThemes
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT