“Удалить vscode ubuntu” Ответ

Как удалить VSCode в Ubuntu с помощью терминала

# 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

Удалить VSCODE Linux

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

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

Как удалить vscode в Ubuntu

sudo snap remove code
Courageous Capuchin

Удалить vscode ubuntu

sudo apt purge code
Elated Elk

Ответы похожие на “Удалить vscode ubuntu”

Вопросы похожие на “Удалить vscode ubuntu”

Больше похожих ответов на “Удалить vscode ubuntu” по Shell/Bash

Смотреть популярные ответы по языку

Смотреть другие языки программирования