How To Install fasjson-client on Fedora 36

In this tutorial we learn how to install fasjson-client in Fedora 36. fasjson-client is Metapackage for python3-fasjson-client

Introduction

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

What is fasjson-client

A command line interface for the FASJSON API.

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

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

sudo dnf -y install fasjson-client

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

sudo yum -y install fasjson-client

How To Uninstall fasjson-client on Fedora 36

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

sudo dnf remove fasjson-client

fasjson-client Package Contents on Fedora 36

/usr/bin/fasjson-client
/usr/share/licenses/fasjson-client
/usr/share/licenses/fasjson-client/LICENSE

References

Summary

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