How to Install and Uninstall tmux Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "tmux" package

Please follow the guidelines below to install tmux on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install tmux

2. Uninstall "tmux" package

Please follow the step by step instructions below to uninstall tmux on Ubuntu 21.10 (Impish Indri):

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

3. Information about the tmux package on Ubuntu 21.10 (Impish Indri)

Package: tmux
Architecture: amd64
Version: 3.1c-1build1
Priority: optional
Section: admin
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Romain Francoise
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 814
Depends: libc6 (>= 2.34), libevent-2.1-7 (>= 2.1.8-stable), libtinfo6 (>= 6), libutempter0 (>= 1.1.5)
Filename: pool/main/t/tmux/tmux_3.1c-1build1_amd64.deb
Size: 350836
MD5sum: 5cdf749de0ac91fda03ef628f62c7625
SHA1: 826e44535fe593c196da1e24ef351c039e777e83
SHA256: 2de13bbd37f2880144d5eaa9ec60fc5ea4201b407263065c321960f9f9ca3a83
SHA512: d7ee4c7a52c7f0b9ed4ed3480f314f73eb41ec1bb39e5997c40c48330420efd90a92b1108240f67ee77bb63cabd4708008745c914e27ab815381c367b74e7053
Homepage: https://tmux.github.io/
Description-en: 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: dc6ff920cb9183a42694d0ea54835078
Task: cloud-image, server, ubuntu-server-raspi