• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / Install Atom Text Editor via Apt Repository in Ubuntu

Install Atom Text Editor via Apt Repository in Ubuntu

By Sourabh / December 10, 2019 Category: How To, Ubuntu

Run the following commands in terminal to install Atom Text Editor via Apt Repository in Ubuntu Linux Systems. Atom is a powerful text editor for Linux Systems.

Atom Text Editor

Atom is a desktop application built with HTML, JavaScript, CSS, and Node.js integration. It runs on Electron, a framework for building cross platform apps using web technologies.

Features of Atom:

  • Cross-platform editing – Atom works across operating systems. You can use it on OS X, Windows, or Linux.
  • Built-in package manager – Search for and install new packages or start creating your own—all from within Atom.
  • Smart autocompletion – Atom helps you write code faster with a smart, flexible autocomplete.
  • File system browser – Easily browse and open a single file, a whole project, or multiple projects in one window.
  • Multiple panes – Split your Atom interface into multiple panes to compare and edit code across files.
  • Find and replace – Find, preview, and replace text as you type in a file or across all your projects.

Install Atom via Apt Repository

Run the following commands in terminal to install Atom Text Editor via Apt Repository in Ubuntu:

Install Atom Stable Release


sudo apt-get upgrade
sudo apt-get update
wget -qO - https://packagecloud.io/AtomEditor/atom/gpgkey | sudo apt-key add -
sudo sh -c 'echo "deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main" > /etc/apt/sources.list.d/atom.list'
sudo apt update
sudo apt install atom

Install Atom Beta Release


sudo apt-get upgrade
sudo apt-get update
wget -qO - https://packagecloud.io/AtomEditor/atom/gpgkey | sudo apt-key add -
sudo sh -c 'echo "deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main" > /etc/apt/sources.list.d/atom.list'
sudo apt-get update
sudo apt install atom-beta

Primary Sidebar

Latest Posts

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap