How To Install bodhi-cli on Fedora 36

In this tutorial we learn how to install bodhi-cli in Fedora 36. bodhi-cli is Bodhi CLI client based on bodhi-rs

Introduction

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

What is bodhi-cli

Bodhi CLI client based on bodhi-rs.

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

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

sudo dnf -y install bodhi-cli

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

sudo yum -y install bodhi-cli

How To Uninstall bodhi-cli on Fedora 36

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

sudo dnf remove bodhi-cli

bodhi-cli Package Contents on Fedora 36

/usr/bin/bodhi-cli
/usr/lib/.build-id
/usr/lib/.build-id/70
/usr/lib/.build-id/70/b9bc86ba4c19fc5d448c2f81caabb4a6a64687
/usr/share/bash-completion
/usr/share/bash-completion/completions
/usr/share/bash-completion/completions/bodhi-cli.bash
/usr/share/doc/bodhi-cli
/usr/share/doc/bodhi-cli/NEWS.md
/usr/share/doc/bodhi-cli/README.md
/usr/share/licenses/bodhi-cli
/usr/share/licenses/bodhi-cli/LICENSE-APACHE
/usr/share/licenses/bodhi-cli/LICENSE-MIT

References

Summary

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