Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Uninstall Visual Studio Core in CentOS

I installed Visual Studio Core in CentOS (7) but the core command cannot be found. I want to uninstall and re-install from terminal this time around. What is the command in terminal to uninstall Visual Studio Core in CentOS (7)? I googled this and the answers I found are for non-CentOS Linux like Ubuntu.

like image 914
Hahnemann Avatar asked Dec 19 '22 12:12

Hahnemann


1 Answers

I found the command. Sometimes things are simple:

sudo yum remove code
like image 162
Hahnemann Avatar answered Jan 01 '23 20:01

Hahnemann