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

Last updated: September 29,2024

1. Install "tmux.src" package

Learn how to install tmux.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install tmux.src

2. Uninstall "tmux.src" package

This guide covers the steps necessary to uninstall tmux.src on Oracle Linux 8:

$ sudo dnf remove tmux.src $ sudo dnf autoremove

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

Last metadata expiration check: 4:24:34 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : tmux
Version : 2.7
Release : 1.el8
Architecture : src
Size : 494 k
Source : None
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.