How to Install and Uninstall nanomsg.i686 Package on Fedora 35

Last updated: May 17,2024

1. Install "nanomsg.i686" package

Learn how to install nanomsg.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install nanomsg.i686

2. Uninstall "nanomsg.i686" package

This is a short guide on how to uninstall nanomsg.i686 on Fedora 35:

$ sudo dnf remove nanomsg.i686 $ sudo dnf autoremove

3. Information about the nanomsg.i686 package on Fedora 35

Last metadata expiration check: 0:53:16 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : nanomsg
Version : 1.1.5
Release : 8.fc35
Architecture : i686
Size : 135 k
Source : nanomsg-1.1.5-8.fc35.src.rpm
Repository : fedora
Summary : Socket library that provides several common communication patterns
URL : https://nanomsg.org/
License : MIT
Description : 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.