Home

Published

- 1 min read

how to install vs code on fedora

img of how to install vs code on fedora

The solution for this is noted below

how to install vs code on fedora

Solution

   // Below code will install Microsoft Visual Studio code on your Fedroa Operating System

sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
sudo sh -c 'echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/vscode.repo'
sudo dnf install code

// Kindly press on upper arrow if you got helped

Try other methods by searching on the site. That is if this doesn’t work