$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Add VSCodium Rpm Repository

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

Enabling Rpm VSCodium Repo

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
  1. 1. Terminal QuickStart

    How to QuickStart with Command Line on GNU/Linux

    Bash Shell Easy QuickStart
  2. 2. Adding Repository

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

    sudo dnf install --nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' terra-release
  3. 3. Installing VSCodium

    Finally, to Install VSCodium Rpm GNU/Linux

    VSCodium .rpm Installation Guide