How To Install copr-distgit-client on Fedora 36

In this tutorial we learn how to install copr-distgit-client in Fedora 36. copr-distgit-client is Utility to download sources from dist-git

Introduction

In this tutorial we learn how to install copr-distgit-client on Fedora 36.

What is copr-distgit-client

A simple, configurable python utility that is able to download sources from various dist-git instances, and generate source RPMs. The utility is able to automatically map the .git/config clone URL into the corresponding dist-git instance configuration.

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

Install copr-distgit-client 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 copr-distgit-client using dnf by running the following command:

sudo dnf -y install copr-distgit-client

Install copr-distgit-client 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 copr-distgit-client using yum by running the following command:

sudo yum -y install copr-distgit-client

How To Uninstall copr-distgit-client on Fedora 36

To uninstall only the copr-distgit-client package we can use the following command:

sudo dnf remove copr-distgit-client

copr-distgit-client Package Contents on Fedora 36

/etc/copr-distgit-client
/etc/copr-distgit-client/default.ini
/usr/bin/copr-distgit-client
/usr/lib/python3.10/site-packages/__pycache__/copr_distgit_client.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/__pycache__/copr_distgit_client.cpython-310.pyc
/usr/lib/python3.10/site-packages/copr_distgit_client.py
/usr/share/licenses/copr-distgit-client
/usr/share/licenses/copr-distgit-client/LICENSE
/usr/share/man/man1/copr-distgit-client.1.gz

References

Summary

In this tutorial we learn how to install copr-distgit-client on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).