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 :: npm command not found 
Shell :: remove nvm version 
Shell :: installing nodejs on fedora 
Shell :: bash copy all hidden files 
Shell :: change last commit date 
Shell :: how to run a command from history linux 
Shell :: checking for existing ssh keys 
Shell :: git log with author oneline 
Shell :: create tar file appwrite 
Shell :: install minipyer 
Shell :: how to save multiple files in vim at once 
Shell :: open .bashrc 
Shell :: linux delete empty line "tr -d" 
Shell :: restart ssh 
Shell :: vestacp wordpress permissions 
Shell :: install packet tracer on ubuntu 
Shell :: how to delete prerouting rule in linux 
Shell :: discord on linux 
Shell :: shell count number of lines 
Shell :: systemcd service user 
Shell :: nvm how to install specific version of node 
Shell :: how to fork litecoin 
Shell :: Deploy all file and subfolder git cpanel 
Shell :: bash remove all files in directory except a few 
Shell :: php enable module 
Shell :: how to access docker container bash 
Shell :: installer tensorflow 2.0 
Shell :: install turtle command 
Shell :: pull readme in local repository 
Shell :: set ADS content 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =