Last active
August 11, 2016 04:01
-
-
Save diegoboot/c3c07e2cff2efed8ba9781ee5371bb21 to your computer and use it in GitHub Desktop.
Instalar Tomahawk Music Player via PPA no Ubuntu e derivados · Review em https://youtu.be/Si_EJ8ASYRc
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 TOMAHAWK usando os comandos abaixo | |
sudo add-apt-repository ppa:tomahawk/ppa [ENTER] | |
sudo apt-get update [ENTER] | |
sudo apt-get install tomahawk [ENTER] | |
// Caso queira DESINSTALAR o TOMAHAWK | |
sudo add-apt-repository ppa:tomahawk/ppa --remove [ENTER] | |
sudo apt-get remove tomahawk [ENTER] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment