“Installez le terminal Ubuntu Atom” Réponses codées

Installez le terminal Ubuntu Atom

Install in terminal

Step 1 : Add repository from official Atom Site
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'
Press Enter if it ask your permission.

Step 2 : Update the Ubuntu System
sudo apt-get update
It will take some time. Be patient.

Step 3 : Install Atom Editor
sudo apt-get install atom
Dayanaohhnana

comment encore atome sur Ubuntu

# Install Atom
sudo dpkg -i atom-amd64.deb
# Install Atom's dependencies if they are missing
sudo apt-get -f install
Lonely Leopard

comment encore atome sur Ubuntu

# Install Atom
sudo apt-get install atom
# Install Atom Beta
sudo apt-get install atom-beta
Lonely Leopard

Réponses similaires à “Installez le terminal Ubuntu Atom”

Questions similaires à “Installez le terminal Ubuntu Atom”

Plus de réponses similaires à “Installez le terminal Ubuntu Atom” dans Shell/Bash

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code