How to Install and Uninstall nng.i686 Package on Fedora 36

Last updated: May 06,2024

1. Install "nng.i686" package

This is a short guide on how to install nng.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install nng.i686

2. Uninstall "nng.i686" package

Learn how to uninstall nng.i686 on Fedora 36:

$ sudo dnf remove nng.i686 $ sudo dnf autoremove

3. Information about the nng.i686 package on Fedora 36

Last metadata expiration check: 5:06:18 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : nng
Version : 1.4.0
Release : 3.fc36
Architecture : i686
Size : 189 k
Source : nng-1.4.0-3.fc36.src.rpm
Repository : fedora
Summary : nanomsg next generation: light-weight brokerless messaging
URL : https://nanomsg.github.io/nng/
License : MIT
Description : 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.