Skip to content

Instantly share code, notes, and snippets.

@diegoboot
Last active August 16, 2016 01:26
Show Gist options
  • Save diegoboot/f0acbf226cc4219ef79dcb86a9b6f85c to your computer and use it in GitHub Desktop.
Save diegoboot/f0acbf226cc4219ef79dcb86a9b6f85c to your computer and use it in GitHub Desktop.
Instalar Deluge no Ubuntu e derivados via PPA · Review completo em https://youtu.be/KWOgkLTkkMI
/* Abra um terminal [ no Unity use as teclas CTRL + ALT + T ]
Instale Deluge usando os comandos abaixo
*/
sudo add-apt-repository ppa:deluge-team/ppa [ENTER]
sudo apt update [ENTER]
sudo apt install deluge [ENTER]
// Caso queira DESINSTALAR o Deluge
sudo add-apt-repository ppa:deluge-team/ppa --remove [ENTER]
sudo apt remove deluge [ENTER]
// Caso não queira add o reposótio
sudo apt install deluge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment