“Cómo desinstalar VScode en Ubuntu” Código de respuesta

Cómo desinstalar VScode en Ubuntu usando 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

Desinstalar VScode Linux

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

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

Cómo desinstalar VScode en Ubuntu

sudo snap remove code
Courageous Capuchin

como desistalar o código visual código linux

sudo apt purge code
Elated Elk

Respuestas similares a “Cómo desinstalar VScode en Ubuntu”

Preguntas similares a “Cómo desinstalar VScode en Ubuntu”

Más respuestas relacionadas con “Cómo desinstalar VScode en Ubuntu” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código