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

Last updated: September 23,2024

1. Install "nanomsg.i686" package

Please follow the steps below to install nanomsg.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install nanomsg.i686

2. Uninstall "nanomsg.i686" package

In this section, we are going to explain the necessary steps to uninstall nanomsg.i686 on Fedora 34:

$ sudo dnf remove nanomsg.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 5:19:37 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : nanomsg
Version : 1.1.5
Release : 7.fc34
Architecture : i686
Size : 137 k
Source : nanomsg-1.1.5-7.fc34.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.