Site icon TechGit

Install Atom Text Editor via Apt Repository in 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:

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

Install Atom Text Editor via Apt Repository in Ubuntu originally posted on Source Digit – Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos.

FacebookTwitterTumblrRedditLinkedInHacker NewsDiggBufferGoogle ClassroomThreadsXINGShare
Exit mobile version