How to Install and Uninstall Java-WebSocket.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "Java-WebSocket.noarch" package

This is a short guide on how to install Java-WebSocket.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install Java-WebSocket.noarch

2. Uninstall "Java-WebSocket.noarch" package

Learn how to uninstall Java-WebSocket.noarch on Fedora 34:

$ sudo dnf remove Java-WebSocket.noarch $ sudo dnf autoremove

3. Information about the Java-WebSocket.noarch package on Fedora 34

Last metadata expiration check: 0:22:20 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : Java-WebSocket
Version : 1.5.1
Release : 2.fc34
Architecture : noarch
Size : 134 k
Source : Java-WebSocket-1.5.1-2.fc34.src.rpm
Repository : fedora
Summary : A barebones WebSocket client and server implementation written in 100% Java
URL : https://github.com/TooTallNate/Java-WebSocket
License : MIT
Description : A barebones WebSocket server and client implementation written in 100% Java.
: The underlying classes are implemented java.nio, which allows for a non-blocking
: event-driven model (similar to the WebSocket API for web browsers).