How to Install and Uninstall tmux Package on Kali Linux

Last updated: May 17,2024

1. Install "tmux" package

In this section, we are going to explain the necessary steps to install tmux on Kali Linux

$ sudo apt update $ sudo apt install tmux

2. Uninstall "tmux" package

Here is a brief guide to show you how to uninstall tmux on Kali Linux:

$ sudo apt remove tmux $ sudo apt autoclean && sudo apt autoremove

3. Information about the tmux package on Kali Linux

Package: tmux
Version: 3.3a-5
Installed-Size: 1114
Maintainer: Romain Francoise
Architecture: amd64
Depends: libc6 (>= 2.34), libevent-core-2.1-7 (>= 2.1.8-stable), libtinfo6 (>= 6.4+20230603), libtinfo6 (<< 6.5~), libutempter0 (>= 1.1.5)
Size: 455840
SHA256: 9b01d8cbd7a2797c08d3e0ac12e9db1bcf51dc77c649f0ce48648e412c18f535
SHA1: 3cb9a772aeaaafd06ec06401455b8fe0455076b1
MD5sum: a6a8d93fc14c94fa5d3b91ad496d078a
Description: 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.
Description-md5:
Homepage: https://tmux.github.io/
Tag: hardware::input:keyboard, implemented-in::c, interface::text-mode,
role::program, scope::application, works-with::software:running
Section: admin
Priority: optional
Filename: pool/main/t/tmux/tmux_3.3a-5_amd64.deb