Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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 :: launch ubuntu screenshot utility from terminal 
Shell :: ubuntu kill port 
Shell :: install cpanm 
Shell :: dynamodb local how to delete table 
Shell :: Error: The following directories are not writable by your user: /usr/local/lib/pkgconfig 
Shell :: trusted installer owner 
Shell :: how to install heroku on ubuntu 
Shell :: ubuntu disk free space 
Shell :: docker for elixir 
Shell :: install netcdf4 
Shell :: instal kubectl ubutu 
Shell :: string manipulation in shell 
Shell :: wget as file name 
Shell :: freebsd add user 
Shell :: install openvpn access server on ubuntu 
Shell :: how to open chrome on linux mac 
Shell :: git revert commit but keep changes 
Shell :: git how to make shallow clone with all branches 
Shell :: git remove remote file keep local 
Shell :: kubectl get pods 
Shell :: how to download terminator in ubuntu 
Shell :: git bash anaconda 
Shell :: uptime kuma docker compose 
Shell :: to see all after commit in local repository in git 
Shell :: how to check jenkins version in ubuntu 
Shell :: reverse string in shell script 
Shell :: change owner of file in linux 
Shell :: untar gz file ubuntu 
Shell :: linux go to home directory 
Shell :: gh login with github 
ADD CONTENT
Topic
Content
Source link
Name
9+7 =