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

Last updated: July 03,2024

1. Install "nng.i686" package

This guide covers the steps necessary to install nng.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install nng.i686

2. Uninstall "nng.i686" package

Please follow the instructions below to uninstall nng.i686 on Fedora 34:

$ sudo dnf remove nng.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 1:43:35 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : nng
Version : 1.4.0
Release : 1.fc34
Architecture : i686
Size : 192 k
Source : nng-1.4.0-1.fc34.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.