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

Last updated: May 14,2024

1. Install "wemux.noarch" package

Please follow the guidelines below to install wemux.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install wemux.noarch

2. Uninstall "wemux.noarch" package

This is a short guide on how to uninstall wemux.noarch on Oracle Linux 9:

$ sudo dnf remove wemux.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:20:48 ago on Thu Feb 15 07:50:05 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.