< Home - < Back

wemux


Information about the package, wemux, which is shipped with common Linux distributions. The wemux package is designed for, Multi-user terminal multiplexing utility.


Package Name:

wemux

Summary:

Multi-user terminal multiplexing utility

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.

Architecture:

noarch

Version:

3.2.0

Release:

1.el6

Size:

16 k

Repository:

epel

From Repository:

Licence:

MIT



Handy Yum Commands for wemux


Control the wemux package with the following handy commands outlined below.


Command

Description of Command

yum install wemux

This command will install wemux on the server.

yum remove wemux

This command will un-install wemux on the server. When you run this command, you will be asked if you are sure that you want to remove wemux, so you have to manually confirm that you want to do this.

yum -y remove wemux

This command will un-install wemux on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove wemux when using the -y flag.

yum update wemux

This command will update wemux to the latest version. When you run this command, you will be asked if you are sure that you want to remove wemux, so you have to manually confirm that you want to do this.

yum -y update wemux

This command will update wemux to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove wemux when using the -y flag.

yum info wemux

This command will show you core information about the wemux package.

yum deplist wemux

This command will show you the dependencies for wemux. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update wemux

This command will check if there is an update waiting on wemux. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.