Answers for "how to remove visual studio code from ubuntu"

2

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
Posted by: Guest on February-02-2022
2

how to uninstall vscode in ubuntu

sudo snap remove code
Posted by: Guest on November-03-2021
2

uninstall vscode ubuntu

sudo apt purge code
Posted by: Guest on August-17-2020

Code answers related to "how to remove visual studio code from ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language