Horje
how to uninstall vscode in ubuntu using terminal Code Example
uninstall vscode ubuntu
sudo apt purge code
how to uninstall vscode in ubuntu using 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




Shell

Related
git autocomplete branch name mac Code Example git autocomplete branch name mac Code Example
can linux terminal crash Code Example can linux terminal crash Code Example
all folder permissions terminal Code Example all folder permissions terminal Code Example
bash get username Code Example bash get username Code Example
free space in ubuntu Code Example free space in ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11