How to Install and Uninstall wemux.noarch Package on AlmaLinux 8

Last updated: May 19,2024

1. Install "wemux.noarch" package

This tutorial shows how to install wemux.noarch on AlmaLinux 8

$ sudo dnf update $ sudo dnf install wemux.noarch

2. Uninstall "wemux.noarch" package

Please follow the guidance below to uninstall wemux.noarch on AlmaLinux 8:

$ sudo dnf remove wemux.noarch $ sudo dnf autoremove

3. Information about the wemux.noarch package on AlmaLinux 8

Last metadata expiration check: 0:05:29 ago on Mon Sep 5 03:22:42 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.