Atom installation

Install Atom on Ubuntu 16.04

A memo on how to install the Atom text editor on Linux/Ubuntu 16.04. Execute the following commands. sudo add-apt-repository -y ppa:webupd8team/atomsudo apt-get update...

Shou Arisaka
1 min read
Oct 11, 2025

A memo on how to install the Atom text editor on Linux/Ubuntu 16.04.

Execute the following commands.

sudo add-apt-repository -y ppa:webupd8team/atom
sudo apt-get update
sudo apt-get install -y atom

Share this article

Shou Arisaka Oct 11, 2025

๐Ÿ”— Copy Links