How to Install and Uninstall nanomsg.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "nanomsg.x86_64" package

Please follow the guidelines below to install nanomsg.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install nanomsg.x86_64

2. Uninstall "nanomsg.x86_64" package

Please follow the guidance below to uninstall nanomsg.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove nanomsg.x86_64 $ sudo dnf autoremove

3. Information about the nanomsg.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:43:48 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : nanomsg
Version : 1.1.5
Release : 6.el9
Architecture : x86_64
Size : 129 k
Source : nanomsg-1.1.5-6.el9.src.rpm
Repository : epel
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.