How to Install and Uninstall tmux Package on openSUSE Leap

Last updated: May 18,2024

1. Install "tmux" package

This guide covers the steps necessary to install tmux on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install tmux

2. Uninstall "tmux" package

This is a short guide on how to uninstall tmux on openSUSE Leap:

$ sudo zypper remove tmux

3. Information about the tmux package on openSUSE Leap

Information for package tmux:
-----------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : tmux
Version : 3.3a-150300.3.6.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 1.1 MiB
Installed : No
Status : not installed
Source package : tmux-3.3a-150300.3.6.1.src
Upstream URL : https://tmux.github.io/
Summary : Terminal multiplexer
Description :
tmux is a terminal multiplexer: it enables a number of terminals (or windows),
each running a separate program, to be created, accessed, and controlled from a
single screen. tmux may be detached from a screen and continue running in the
background, then later reattached. tmux is intended to be a modern,
BSD-licensed alternative to programs such as GNU screen.
tmux uses a client-server model. The server holds multiple sessions and each
window is a independent entity which may be freely linked to multiple sessions,
moved between sessions and otherwise manipulated. Each session may be attached
to (display and accept keyboard input from) multiple clients.