How To Install jsonrpc-glib on Fedora 36

In this tutorial we learn how to install jsonrpc-glib in Fedora 36. jsonrpc-glib is A JSON-RPC library for GLib

Introduction

In this tutorial we learn how to install jsonrpc-glib on Fedora 36.

What is jsonrpc-glib

Jsonrpc-GLib is a JSON-RPC library for GLib. It includes support for communicating as both a JSON-RPC client and server. Additionally, supports upgrading connections to use GVariant for less runtime overhead.

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

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

sudo dnf -y install jsonrpc-glib

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

sudo yum -y install jsonrpc-glib

How To Uninstall jsonrpc-glib on Fedora 36

To uninstall only the jsonrpc-glib package we can use the following command:

sudo dnf remove jsonrpc-glib

jsonrpc-glib Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/21
/usr/lib/.build-id/21/29e491c5cf8646e98ba6173cf795eaff0573ca
/usr/lib/girepository-1.0
/usr/lib/girepository-1.0/Jsonrpc-1.0.typelib
/usr/lib/libjsonrpc-glib-1.0.so.1
/usr/lib/libjsonrpc-glib-1.0.so.1.4200.0
/usr/share/doc/jsonrpc-glib
/usr/share/doc/jsonrpc-glib/AUTHORS
/usr/share/doc/jsonrpc-glib/NEWS
/usr/share/doc/jsonrpc-glib/README.md
/usr/share/licenses/jsonrpc-glib
/usr/share/licenses/jsonrpc-glib/COPYING

References

Summary

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


title: “How To Install jsonrpc-glib on Fedora 36” linkTitle: “jsonrpc-glib” type: “docs” description: “In this tutorial we learn how to install jsonrpc-glib in Fedora 36. jsonrpc-glib is A JSON-RPC library for GLib” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/jsonrpc-glib-featured.png

Introduction

In this tutorial we learn how to install jsonrpc-glib on Fedora 36.

What is jsonrpc-glib

Jsonrpc-GLib is a JSON-RPC library for GLib. It includes support for communicating as both a JSON-RPC client and server. Additionally, supports upgrading connections to use GVariant for less runtime overhead.

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

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

sudo dnf -y install jsonrpc-glib

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

sudo yum -y install jsonrpc-glib

How To Uninstall jsonrpc-glib on Fedora 36

To uninstall only the jsonrpc-glib package we can use the following command:

sudo dnf remove jsonrpc-glib

jsonrpc-glib Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/bc336b8fe7aea26cdeec146e8cd4934d810dec
/usr/lib64/girepository-1.0
/usr/lib64/girepository-1.0/Jsonrpc-1.0.typelib
/usr/lib64/libjsonrpc-glib-1.0.so.1
/usr/lib64/libjsonrpc-glib-1.0.so.1.4200.0
/usr/share/doc/jsonrpc-glib
/usr/share/doc/jsonrpc-glib/AUTHORS
/usr/share/doc/jsonrpc-glib/NEWS
/usr/share/doc/jsonrpc-glib/README.md
/usr/share/licenses/jsonrpc-glib
/usr/share/licenses/jsonrpc-glib/COPYING

References

Summary

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