Created
January 26, 2018 10:50
-
-
Save viniciusmonteiroarjonas/6b9b18f2928248cb325a40db2ffb7e07 to your computer and use it in GitHub Desktop.
Comandos Linux
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
//Instala programa | |
apt-get install "nomeprograma" | |
//Desistala programa | |
apt-get remove "nomeprograma" | |
//Atualiza sistema | |
apt-get update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment