Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

visual studio code fedora

sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
sudo sh -c 'echo -e "[code]
name=Visual Studio Code
baseurl=https://packages.microsoft.com/yumrepos/vscode
enabled=1
gpgcheck=1
gpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/vscode.repo'

dnf check-update
sudo dnf install code
Comment

how to install vs code on fedora

// 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]
name=Visual Studio Code
baseurl=https://packages.microsoft.com/yumrepos/vscode
enabled=1
gpgcheck=1
gpgkey=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
Comment

install VS Code on Fedora

dnf check-update
sudo dnf install code
Comment

PREVIOUS NEXT
Code Example
Shell :: stop minikube 
Shell :: docker remove orphans 
Shell :: uninstall node js from ubuntu 
Shell :: aws cli profiles list 
Shell :: start mongodb 
Shell :: how to delete services in kubernetes 
Shell :: vim strip trailing whitespace from the end of every line 
Shell :: grep return n characters before or after match 
Shell :: git show origin 
Shell :: how to sign into github from terminal 
Shell :: restart pulseaudio ubuntu 
Shell :: install sudo 
Shell :: install nodeos as service linux 
Shell :: git untrack file 
Shell :: git updates were rejected because the tip of your current branch is behind 
Shell :: install seaborn in anaconda 
Shell :: install yacc on ubuntu 
Shell :: git diff lines of code 
Shell :: firebase commands 
Shell :: restart ubuntu from terminal 
Shell :: install jquery npm 
Shell :: git get last commit id 
Shell :: flutter errors shader compilation error 
Shell :: install pymongo 
Shell :: abnt linux keyboard 
Shell :: compress folder in tar.gz unix 
Shell :: ubuntu speedtest 
Shell :: change owner directory linux 
Shell :: scan network for devices linux 
Shell :: install teams linux 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =