How To Install varlink-cli on Fedora 36

In this tutorial we learn how to install varlink-cli in Fedora 36. varlink-cli is Varlink command line tool

Introduction

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

Varlink command line tool.

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

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install varlink-cli using dnf by running the following command:

sudo dnf -y install varlink-cli

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install varlink-cli using yum by running the following command:

sudo yum -y install varlink-cli

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

sudo dnf remove varlink-cli
/usr/bin/varlink
/usr/lib/.build-id
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/ca28a429473ff5a5e9d25a8c4e6ed17f171dba
/usr/share/doc/varlink-cli
/usr/share/doc/varlink-cli/README.md
/usr/share/licenses/varlink-cli
/usr/share/licenses/varlink-cli/LICENSE-APACHE
/usr/share/licenses/varlink-cli/LICENSE-MIT

References

Summary

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