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

Last updated: November 25,2024

1. Install "wemux.noarch" package

In this section, we are going to explain the necessary steps to install wemux.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install wemux.noarch

2. Uninstall "wemux.noarch" package

Here is a brief guide to show you how to uninstall wemux.noarch on Oracle Linux 8:

$ sudo dnf remove wemux.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:36:11 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : wemux
Version : 3.2.0
Release : 17.el8
Architecture : noarch
Size : 21 k
Source : wemux-3.2.0-17.el8.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.