How to Install and Uninstall libwebsockets.x86_64 Package on CentOS Stream 8

Last updated: May 19,2024

1. Install "libwebsockets.x86_64" package

Here is a brief guide to show you how to install libwebsockets.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install libwebsockets.x86_64

2. Uninstall "libwebsockets.x86_64" package

This tutorial shows how to uninstall libwebsockets.x86_64 on CentOS Stream 8:

$ sudo dnf remove libwebsockets.x86_64 $ sudo dnf autoremove

3. Information about the libwebsockets.x86_64 package on CentOS Stream 8

Last metadata expiration check: 6:45:17 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : libwebsockets
Version : 4.0.1
Release : 2.el8
Architecture : x86_64
Size : 250 k
Source : libwebsockets-4.0.1-2.el8.src.rpm
Repository : epel
Summary : A lightweight C library for Websockets
URL : http://libwebsockets.org
License : LGPLv2 and Public Domain and BSD and MIT and zlib
Description : This is the libwebsockets C library for lightweight websocket clients and
: servers.