Last active
August 16, 2016 01:26
-
-
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
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 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