How to Install and Uninstall websocketpp-devel.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: June 03,2024

1. Install "websocketpp-devel.noarch" package

Please follow the steps below to install websocketpp-devel.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install websocketpp-devel.noarch

2. Uninstall "websocketpp-devel.noarch" package

Please follow the step by step instructions below to uninstall websocketpp-devel.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove websocketpp-devel.noarch $ sudo dnf autoremove

3. Information about the websocketpp-devel.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:54:13 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : websocketpp-devel
Version : 0.8.2
Release : 5.el8
Architecture : noarch
Size : 159 k
Source : websocketpp-0.8.2-5.el8.src.rpm
Repository : epel
Summary : C++ WebSocket Protocol Library
URL : https://www.zaphoyd.com/websocketpp
License : BSD
Description : WebSocket++ is an open source (BSD license) header only C++ library
: that implements RFC6455 The WebSocket Protocol. It allows integrating
: WebSocket client and server functionality into C++ programs. It uses
: interchangeable network transport modules including one based on C++
: iostreams and one based on Boost Asio.