How To Install pagure-cli on Fedora 36

In this tutorial we learn how to install pagure-cli in Fedora 36. pagure-cli is Pagure client

Introduction

In this tutorial we learn how to install pagure-cli on Fedora 36.

What is pagure-cli

A command-line Pagure client for querying projects and users.

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

Install pagure-cli 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 pagure-cli using dnf by running the following command:

sudo dnf -y install pagure-cli

Install pagure-cli 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 pagure-cli using yum by running the following command:

sudo yum -y install pagure-cli

How To Uninstall pagure-cli on Fedora 36

To uninstall only the pagure-cli package we can use the following command:

sudo dnf remove pagure-cli

pagure-cli Package Contents on Fedora 36

/usr/bin/pagure
/usr/lib/.build-id
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/05de55e4f15cbdc7e0252e761c8f333c9e389d
/usr/share/bash-completion/completions/pagure
/usr/share/doc/pagure-cli
/usr/share/doc/pagure-cli/CHANGELOG.md
/usr/share/doc/pagure-cli/README.md
/usr/share/licenses/pagure-cli
/usr/share/licenses/pagure-cli/LICENSE

References

Summary

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