Created
August 24, 2016 01:55
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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