How To Install ursa-major-stage on Fedora 36

In this tutorial we learn how to install ursa-major-stage in Fedora 36. ursa-major-stage is A utility for working with module’s koji tags in koji’s tag inheritance.

Introduction

In this tutorial we learn how to install ursa-major-stage on Fedora 36.

What is ursa-major-stage

The ursa-major-stage package contains script and configurations for Ursa-Major to talk with Fedora’s stage instances (Koji, MBS).

We can use yum or dnf to install ursa-major-stage on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ursa-major-stage.

Install ursa-major-stage on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install ursa-major-stage using dnf by running the following command:

sudo dnf -y install ursa-major-stage

Install ursa-major-stage on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ursa-major-stage using yum by running the following command:

sudo yum -y install ursa-major-stage

How To Uninstall ursa-major-stage on Fedora 36

To uninstall only the ursa-major-stage package we can use the following command:

sudo dnf remove ursa-major-stage

ursa-major-stage Package Contents on Fedora 36

/etc/ursa-major/ursa-major-stage.conf
/usr/bin/ursa-major-stage

References

Summary

In this tutorial we learn how to install ursa-major-stage on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).