How to Add VSCodium Rpm Repository

January 17, 2021 | By the+gnu+linux+evangelist.

Enabling Rpm VSCodium Repo

Hi! This Tutorial shows you Step-by-Step How to Add VSCodium Dnf/Yum/Zypper Rpm Repository on GNU/Linux Systems.

And VSCodium for GNU/Linux is a Community-driven, Freely-licensed Binary Distribution of Microsoft’s Editor VSCode.

Finally, this Guide is Valid for All the Rpm Based Distros like:

  • Fedora
  • Red Hat Enterprise Linux
  • CentOS
  • Rocky Linux
  • AlmaLinux
  • Oracle Enterprise Linux
  • openSUSE
  • SLES
  • Mageia
How to Add VSCodium Rpm Repository - Featured
  1. 1. Terminal QuickStart

    How to QuickStart with Command Line on GNU/Linux

    Bash Shell Easy QuickStart
  2. 2. Adding GPG Key

    Now to Add VSCodium GPG Key
    Simply play:

    sudo rpm --import https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg
  3. 3. Adding Repository

    Then to Add VSCodium Rpm Repository
    For Fedora/EL/Mageia simply run:

    printf "[gitlab.com_paulcarroty_vscodium_repo]
    name=gitlab.com_paulcarroty_vscodium_repo
    baseurl=https://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/rpms//nenabled=1
    gpgcheck=1
    repo_gpgcheck=1
    gpgkey=https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg" |sudo tee -a /etc/yum.repos.d/vscodium.repo
    Instead, for SUSE based:
    printf "[gitlab.com_paulcarroty_vscodium_repo]
    name=gitlab.com_paulcarroty_vscodium_repo
    baseurl=https://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/rpms//nenabled=1
    gpgcheck=1
    repo_gpgcheck=1
    gpgkey=https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg" |sudo tee -a /etc/zypp/repos.d/vscodium.repo
  4. 4. Installing VSCodium

    Finally, to Install VSCodium Rpm GNU/Linux

    VSCodium .rpm Installation Guide

QuickChic Theme • Powered by WordPress