How To Install obs-service-obs_scm on Fedora 36

In this tutorial we learn how to install obs-service-obs_scm in Fedora 36. obs-service-obs_scm is Creates a OBS cpio from a remote SCM resource

Introduction

In this tutorial we learn how to install obs-service-obs_scm on Fedora 36.

What is obs-service-obs_scm

Creates a OBS cpio from a remote SCM resource. This can be used to work directly in local git checkout and can be packaged into a tar ball during build time.

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

Install obs-service-obs_scm 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 obs-service-obs_scm using dnf by running the following command:

sudo dnf -y install obs-service-obs_scm

Install obs-service-obs_scm 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 obs-service-obs_scm using yum by running the following command:

sudo yum -y install obs-service-obs_scm

How To Uninstall obs-service-obs_scm on Fedora 36

To uninstall only the obs-service-obs_scm package we can use the following command:

sudo dnf remove obs-service-obs_scm

obs-service-obs_scm Package Contents on Fedora 36

/usr/lib/obs/service/obs_scm
/usr/lib/obs/service/obs_scm.service

References

Summary

In this tutorial we learn how to install obs-service-obs_scm on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).