How To Install nng-utils on Fedora 36

In this tutorial we learn how to install nng-utils in Fedora 36. nng-utils is Command line interface for communicating with nng

Introduction

In this tutorial we learn how to install nng-utils on Fedora 36.

What is nng-utils

Includes nngcat, a simple utility for reading and writing to nanomsg sockets and bindings, which can include local and remote connections.

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

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

sudo dnf -y install nng-utils

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

sudo yum -y install nng-utils

How To Uninstall nng-utils on Fedora 36

To uninstall only the nng-utils package we can use the following command:

sudo dnf remove nng-utils

nng-utils Package Contents on Fedora 36

/usr/bin/nngcat
/usr/lib/.build-id
/usr/lib/.build-id/22
/usr/lib/.build-id/22/471a1783934106265de0af86dc98233eb4907a
/usr/share/man/man1/nngcat.1.gz

References

Summary

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