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 :: cant download tree ubuntu windows 10 
Shell :: dropbox windows powershell remove directory sync 
Shell :: script linux code 
Shell :: butler push 
Shell :: grep third line after match 
Shell :: bcrypt fails during docker compose 
Shell :: umount systac 
Shell :: shell script loop while process running 
Shell :: GHDB categories 
Shell :: add alert to slack in bash 
Shell :: pull from github to local 
Shell :: windows connect to github using putty agent 
Shell :: see processes from other terminals 
Shell :: permission denied: unknown 
Shell :: brew sh 
Shell :: git murge branch with master 
Shell :: complete command in zsh 
Shell :: get everything before the last / shell 
Shell :: add gpg key to jenkins repository for debian 
Shell :: terraform backed 
Shell :: Monitor your K8s cluster 
Shell :: Freeze your process list across server restart 
Shell :: push changes to github phpstorm 
Shell :: calcul md5 fichier linux 
Shell :: lstinputlisting excluse lines 
Shell :: how to add project to solution command line 
Shell :: windows server 2016 powershell override password complexity 
Shell :: how to convert text file to executable mac 
Shell :: Git add only new files,not modefied files 
Shell :: anydesk upgrade sources list 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =