Skip to content

Instantly share code, notes, and snippets.

@diegoboot
Created August 24, 2016 01:55
Show Gist options
  • Save diegoboot/ba862c625b565322af563dab07d81a4c to your computer and use it in GitHub Desktop.
Save diegoboot/ba862c625b565322af563dab07d81a4c to your computer and use it in GitHub Desktop.
Como instalar ATOM no Ubuntu e derivados manualmente • Review completo em https://youtu.be/RnCbGSJTcGI
# Abra um terminal [ no Unity use as teclas CTRL + ALT + T ]
# Instale o ATOM usando os comandos abaixo
wget https://github.com/atom/atom/releases/download/v1.9.9/atom-amd64.deb -O atom.deb
""" Se o link estiver desatualizado, acesse https://github.com/atom/atom/releases/download
baixe a última versão e salve-o com o nome atom.deb """
sudo dpkg --install atom.deb
# Caso queira DESINSTALAR o ATOM
sudo apt-get remove atom*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment