Skip to content

Instantly share code, notes, and snippets.

@diegoboot
Created August 11, 2016 04:16
Show Gist options
  • Save diegoboot/39f88385f6029099898817eb9f8f0338 to your computer and use it in GitHub Desktop.
Save diegoboot/39f88385f6029099898817eb9f8f0338 to your computer and use it in GitHub Desktop.
Instalar Manualmente o Turtl no Ubuntu e Derivados · Review em https://youtu.be/bN9jFCL-2pc
# Abra um terminal [ no Unity use as teclas CTRL + ALT + T ]
# Instale o Turtl usando os comandos abaixo
""" Use o comando abaixo para baixar o programa
Se o link estiver desatualizado, acesse essa página https://turtl.it/download/ """
wget https://turtl.it/releases/desktop/turtl-linux64-0.6.4.tar.bz [ENTER]
tar xvf turtl-linux64–0.6.3.tar.bz2 [ENTER] # para extrair arquivo tar
cd turtl-linux64 [ENTER] # para acesso a pasta
sudo ./install.sh [ENTER] # para instalar o turtl
/opt/turtl/turtl [ENTER] # para executar o turtl
# Caso queira DESINSTALAR o Turtl
cd turtl-linux64 [ENTER]
sudo ./install.sh uninstall [ENTER]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment