How To Install nanomsg on Fedora 36

In this tutorial we learn how to install nanomsg in Fedora 36. nanomsg is Socket library that provides several common communication patterns

Introduction

In this tutorial we learn how to install nanomsg on Fedora 36.

What is nanomsg

The nanomsg library is a simple high-performance implementation of several “scalability protocols”. These scalability protocols are light-weight messaging protocols which can be used to solve a number of very common messaging patterns, such as request/reply, publish/subscribe, surveyor/respondent, and so forth. These protocols can run over a variety of transports such as TCP, UNIX sockets, and even WebSocket.

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

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

sudo dnf -y install nanomsg

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

sudo yum -y install nanomsg

How To Uninstall nanomsg on Fedora 36

To uninstall only the nanomsg package we can use the following command:

sudo dnf remove nanomsg

nanomsg Package Contents on Fedora 36

/usr/bin/nanocat
/usr/lib/.build-id
/usr/lib/.build-id/20
/usr/lib/.build-id/20/7fde778291210eb80ac5e2f484e895a081daf5
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/8d0c7dfdb7885c10438be41825d4810667abf9
/usr/lib64/libnanomsg.so.5
/usr/lib64/libnanomsg.so.5.1.0
/usr/share/licenses/nanomsg
/usr/share/licenses/nanomsg/COPYING
/usr/share/man/man1/nanocat.1.gz

References

Summary

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


title: “How To Install nanomsg on Fedora 36” linkTitle: “nanomsg” type: “docs” description: “In this tutorial we learn how to install nanomsg in Fedora 36. nanomsg is Socket library that provides several common communication patterns” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/nanomsg-featured.png

Introduction

In this tutorial we learn how to install nanomsg on Fedora 36.

What is nanomsg

The nanomsg library is a simple high-performance implementation of several “scalability protocols”. These scalability protocols are light-weight messaging protocols which can be used to solve a number of very common messaging patterns, such as request/reply, publish/subscribe, surveyor/respondent, and so forth. These protocols can run over a variety of transports such as TCP, UNIX sockets, and even WebSocket.

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

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

sudo dnf -y install nanomsg

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

sudo yum -y install nanomsg

How To Uninstall nanomsg on Fedora 36

To uninstall only the nanomsg package we can use the following command:

sudo dnf remove nanomsg

nanomsg Package Contents on Fedora 36

/usr/bin/nanocat
/usr/lib/.build-id
/usr/lib/.build-id/46
/usr/lib/.build-id/46/c10f5677764c27a0f4631117e9fe389f4ebb20
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/60b047d4a352cb489ef9c4208180bd241f3075
/usr/lib/libnanomsg.so.5
/usr/lib/libnanomsg.so.5.1.0
/usr/share/licenses/nanomsg
/usr/share/licenses/nanomsg/COPYING
/usr/share/man/man1/nanocat.1.gz

References

Summary

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