How to you install visual studio code on garuda linux

Hi it is my first time using linux and this is my first distro can somebody teach me how to install visual studio code on Garuda MATE?

sudo pacman -S code

run that in terminal

1 Like

Hi there!

As you might not have upgraded the system, first select mirrors from reflector simple, then run
sudo pacman -Syu
Then run
sudo pacman -S code
Or
sudo pamac install code

8 Likes

how to uninstall it

Read

man pacman
2 Likes