Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

how to uninstall vscode in ubuntu

sudo snap remove code
Comment

how to uninstall vscode from terminal ubuntu

$ sudo apt-get remove code
Comment

PREVIOUS NEXT
Code Example
Shell :: how to get the temp of cpu in linux terminal raspberry pi 
Shell :: delete all unstaged files git 
Shell :: brew restart apache 
Shell :: git no ssl 
Shell :: powershell keep skype active 
Shell :: invalid or corrupted database (pgp signature) 
Shell :: bash strip preceeding white space 
Shell :: bash remove extension 
Shell :: how to find the ~/.zshrc file 
Shell :: apt install nc command 
Shell :: Cannot install under Rosetta 2 in ARM default prefix (/opt/homebrew 
Shell :: bash list process on port 
Shell :: git commit amend without changing message 
Shell :: linux reload hosts file 
Shell :: update nodejs centos 
Shell :: how to clean up all docker containers 
Shell :: linux give permission to directory 
Shell :: install django jazzmin 
Shell :: how to remove .idea from git 
Shell :: git remote add heroku 
Shell :: remove snap package 
Shell :: powershell if string contains 
Shell :: setup user in git 
Shell :: restart network linux 
Shell :: ghostscript on ubuntu 
Shell :: formik npm 
Shell :: cleaning up your ubuntu system 
Shell :: wpa passphrase for raspberry pi 
Shell :: ionic capacitor ios live reload 
Shell :: git get remote address 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =