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 :: unix delete file contents only 
Shell :: pm2 run next js 
Shell :: unable to start ssh-agent service, error :1058 
Shell :: create remote git repository 
Shell :: linux install vi 
Shell :: -bash: service: command not found 
Shell :: checklist github readme 
Shell :: cv2.error: OpenCV(4.5.4) D 
Shell :: git save username and password 
Shell :: linux ext-gd * 
Shell :: Your browser or operating system is no longer supported. You may need to install the latest updates to your operating system. 
Shell :: pip install postgresql 
Shell :: how to remove all commit in git 
Shell :: get mac address ubuntu 
Shell :: scikit 
Shell :: black web browser github 
Shell :: Please remove any global installs with one of the following commands: 
Shell :: pacman update repo 
Shell :: how to remove sudo permission in from download 
Shell :: github ssh key ubuntu 
Shell :: subtract first time step paraview 
Shell :: linux full permission to folder 
Shell :: delete local branches not on remote 
Shell :: how to install soapui on ubuntu 
Shell :: npm install @ngx-translate/http-loader 
Shell :: IP adress terminal 
Shell :: npm version git working directory not clean 
Shell :: cmake: not found 
Shell :: pod install mac m1 
Shell :: disable selinux 
ADD CONTENT
Topic
Content
Source link
Name
6+1 =