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 :: composer install production 
Shell :: untar a file 
Shell :: Please move or remove them before you merge. 
Shell :: update raspi 
Shell :: rename computer ubuntu 20.04 
Shell :: remove oh my zsh ubuntu 
Shell :: git apply .gitignore 
Shell :: zsh: command not found: gatsby 
Shell :: laravel 8 install composer 
Shell :: flush dns bash 
Shell :: how to check linux distro from terminal 
Shell :: docker-compose install centos 8 
Shell :: ionic.ps1 is not digitally signed. 
Shell :: restart ssh service 
Shell :: ubuntu install imagemagick 
Shell :: loop from array bash 
Shell :: gcloud get projects 
Shell :: cannot find lock /var/lib/dpkg/lock-frontend 
Shell :: linux caps lock escape swap 
Shell :: check ububtu version 
Shell :: install folium using anaconda 
Shell :: git cancel last commit 
Shell :: snap install 
Shell :: docker remove images without tag 
Shell :: install aws cli 2 yum 
Shell :: change folder permisson in mac 
Shell :: ubuntu add permission to folder 
Shell :: change git remote repository 
Shell :: pip install scraperapiclient 
Shell :: install opera linux terminal 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =