Packages and Binaries:
tmux
Terminal multiplexer
tmux enables a number of terminals (or windows) to be accessed and
controlled from a single terminal like screen. tmux runs as a
server-client system. A server is created automatically when necessary
and holds a number of sessions, each of which may have a number of
windows linked to it. Any number of clients may connect to a session,
or the server may be controlled by issuing commands with tmux.
Communication takes place through a socket, by default placed in /tmp.
Moreover tmux provides a consistent and well-documented command
interface, with the same syntax whether used interactively, as a key
binding, or from the shell. It offers a choice of vim or Emacs key
layouts.
Installed size: 1.18 MB
How to install: sudo apt install tmux
Dependencies:
- libc6
- libevent-core-2.1-7t64
- libjemalloc2
- libsystemd0
- libtinfo6
tmux
Terminal multiplexer
root@kali:~# tmux -h
tmux: unknown option -- h
usage: tmux [-2CDlNuVv] [-c shell-command] [-f file] [-L socket-name]
[-S socket-path] [-T features] [command [flags]]
Updated on: 2025-Dec-09