Answers for "how to uninstall vscode in ubuntu using terminal"

-2

uninstall visual studio code ubuntu

sudo dpkg --remove visual-studio-code
Posted by: Guest on July-06-2021
0

uninstall vscode ubuntu

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

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

Code answers related to "how to uninstall vscode in ubuntu using terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language