How to Install and Uninstall tmux.x86_64 Package on Oracle Linux 8

Last updated: May 05,2024

1. Install "tmux.x86_64" package

Please follow the guidelines below to install tmux.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install tmux.x86_64

2. Uninstall "tmux.x86_64" package

Please follow the step by step instructions below to uninstall tmux.x86_64 on Oracle Linux 8:

$ sudo dnf remove tmux.x86_64 $ sudo dnf autoremove

3. Information about the tmux.x86_64 package on Oracle Linux 8

Last metadata expiration check: 5:17:03 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : tmux
Version : 2.7
Release : 1.el8
Architecture : x86_64
Size : 317 k
Source : tmux-2.7-1.el8.src.rpm
Repository : ol8_baseos_latest
Summary : A terminal multiplexer
URL : https://tmux.github.io/
License : ISC and BSD
Description : tmux is a "terminal multiplexer." It enables a number of terminals (or
: windows) to be accessed and controlled from a single terminal. tmux is
: intended to be a simple, modern, BSD-licensed alternative to programs such
: as GNU Screen.