How to Install and Uninstall wemux.noarch Package on Rocky Linux 9

Last updated: October 05,2024

1. Install "wemux.noarch" package

Please follow the step by step instructions below to install wemux.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install wemux.noarch

2. Uninstall "wemux.noarch" package

Please follow the guidance below to uninstall wemux.noarch on Rocky Linux 9:

$ sudo dnf remove wemux.noarch $ sudo dnf autoremove

3. Information about the wemux.noarch package on Rocky Linux 9

Last metadata expiration check: 0:20:09 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : wemux
Version : 3.2.0
Release : 17.el9
Architecture : noarch
Size : 19 k
Source : wemux-3.2.0-17.el9.src.rpm
Repository : epel
Summary : Multi-user terminal multiplexing utility
URL : https://github.com/zolrath/wemux
License : MIT
Description : Wemux enhances tmux to make multi-user terminal multiplexing both easier and
: more powerful. It allows users to host a wemux server and have clients join
: in either:
:
: **Mirror Mode** gives clients (another SSH user on your machine) read-only
: access to the session, allowing them to see you work, or
:
: **Pair Mode** allows the client and yourself to work in the same terminal
: (shared cursor)
:
: **Rogue Mode** allows the client to pair or work independently in another
: window (separate cursors) in the same tmux session.
:
: It features multi-server support as well as user listing
: and notifications when users attach/detach.