How To Install nng on Fedora 36
Introduction
In this tutorial we learn how to install nng
on Fedora 36.
What is nng
nng (nanomsg next generation) is a socket library that provides several common communication patterns. It aims to make the networking layer fast, scalable, and easy to use. Implemented in C, it works on a wide range of operating systems with no further dependencies. The communication patterns, also called “scalability protocols”, are basic blocks for building distributed systems. By combining them you can create a vast array of distributed applications.
We can use yum
or dnf
to install nng
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nng.
Install nng 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
using dnf
by running the following command:
sudo dnf -y install nng
Install nng 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
using yum
by running the following command:
sudo yum -y install nng
How To Uninstall nng on Fedora 36
To uninstall only the nng
package we can use the following command:
sudo dnf remove nng
nng Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/48fd83ca4b4a28c1228558d4a7d02c81c9f895
/usr/lib64/libnng.so.1
/usr/lib64/libnng.so.1.4.0
/usr/share/licenses/nng
/usr/share/licenses/nng/LICENSE.txt
References
Summary
In this tutorial we learn how to install nng
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install nng on Fedora 36” linkTitle: “nng” type: “docs” description: “In this tutorial we learn how to install nng in Fedora 36. nng is nanomsg next generation” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/nng-featured.png
Introduction
In this tutorial we learn how to install nng
on Fedora 36.
What is nng
nng (nanomsg next generation) is a socket library that provides several common communication patterns. It aims to make the networking layer fast, scalable, and easy to use. Implemented in C, it works on a wide range of operating systems with no further dependencies. The communication patterns, also called “scalability protocols”, are basic blocks for building distributed systems. By combining them you can create a vast array of distributed applications.
We can use yum
or dnf
to install nng
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nng.
Install nng 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
using dnf
by running the following command:
sudo dnf -y install nng
Install nng 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
using yum
by running the following command:
sudo yum -y install nng
How To Uninstall nng on Fedora 36
To uninstall only the nng
package we can use the following command:
sudo dnf remove nng
nng Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/40
/usr/lib/.build-id/40/1de92a4be8391f9b0c0225ecb54971ff1036b8
/usr/lib/libnng.so.1
/usr/lib/libnng.so.1.4.0
/usr/share/licenses/nng
/usr/share/licenses/nng/LICENSE.txt
References
Summary
In this tutorial we learn how to install nng
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).