Genie23 Studio · dnf · zypper

dnf.genie23studio.com

Genie23 Studio package repository for Fedora, RHEL, openSUSE and derivatives. Add it to your system to install and update the studio's software.

Import the signing key

sudo rpm --import https://dnf.genie23studio.com/genie23studio.asc

Add the repository

sudo tee /etc/yum.repos.d/genie23studio.repo <<'EOF'
[genie23studio]
name=Genie23 Studio
baseurl=https://dnf.genie23studio.com/
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://dnf.genie23studio.com/genie23studio.asc
EOF

Install

sudo dnf install genie23-studio-launcher

Verify the signing key

GPG key — fingerprintA550 6C31 11C4 5C1A 0A68 167F D73C C7F2 0429 6250

The fingerprint printed by the command must be identical.

curl -fsSL https://dnf.genie23studio.com/genie23studio.asc | gpg --show-keys
Full guide and other systems →