“Desinstale o vscode ubuntu” Respostas de código

Como desinstalar o vscode no Ubuntu usando o terminal

# If you installed via Snap: $sudo snap remove vscode.
#If you installed via apt: $sudo apt-get purge code.
# If you installed via Ubuntu Software, open Ubuntu Software, look for the app in the installed category, and click on remove.

#I did it with the following command:
sudo apt purge code
# to uninstall the program and then:
sudo apt autoremove
Grumpy Gentoo

Desinstale o vscode Linux

sudo dpkg --purge code 
sudo dpkg --remove code

move/delete the folders ~/.config/Code and ~/.vscode
BlueMoon

Como desinstalar o vscode no Ubuntu

sudo snap remove code
Courageous Capuchin

Desinstale o vscode ubuntu

sudo apt purge code
Elated Elk

Respostas semelhantes a “Desinstale o vscode ubuntu”

Perguntas semelhantes a “Desinstale o vscode ubuntu”

Mais respostas relacionadas para “Desinstale o vscode ubuntu” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código