How To Install tmux on Fedora 34
Introduction
In this tutorial we learn how to install tmux
on Fedora 34.
What is tmux
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.
We can use yum
or dnf
to install tmux
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install tmux.
Install tmux on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
The output should look something like this:
After updating yum database, We can install tmux
using dnf
by running the following command:
Install tmux on Fedora 34 Using yum
Update yum database with yum
using the following command.
The output should look something like this:
After updating yum database, We can install tmux
using yum
by running the following command:
How To Uninstall tmux on Fedora 34
To uninstall only the tmux
package we can use the following command:
tmux Package Contents on Fedora 34
References
Summary
In this tutorial we learn how to install tmux
on Fedora 34 using yum and dnf.