<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>repo on Notities</title><link>https://www.vandenboom.icu/en/tags/repo/</link><description>Recent content in repo on Notities</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Sat, 22 Mar 2025 22:13:54 +0000</lastBuildDate><atom:link href="https://www.vandenboom.icu/en/tags/repo/index.xml" rel="self" type="application/rss+xml"/><item><title>Install Microsoft Visual Studio Code in Linux from the repo</title><link>https://www.vandenboom.icu/en/blog/2025-install-microsoft-visual-studio-code-in-linux-from-the-repo/</link><pubDate>Sat, 22 Mar 2025 22:13:54 +0000</pubDate><guid>https://www.vandenboom.icu/en/blog/2025-install-microsoft-visual-studio-code-in-linux-from-the-repo/</guid><description>F﻿ollow the below steps to install Microsoft Visual Studio Code IDE on Linux from its repository:
sudo rpm &amp;ndash;import https://packages.microsoft.com/keys/microsoft.asc
sudo sh -c &amp;lsquo;echo -e &amp;ldquo;[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc&amp;rdquo; &amp;gt; /etc/yum.repos.d/vscode.repo&amp;rsquo;
sudo dnf install code -y</description></item></channel></rss>