How to Install and Uninstall python3-libtmux.noarch Package on Oracle Linux 9

Last updated: October 07,2024

1. Install "python3-libtmux.noarch" package

In this section, we are going to explain the necessary steps to install python3-libtmux.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python3-libtmux.noarch

2. Uninstall "python3-libtmux.noarch" package

Please follow the guidance below to uninstall python3-libtmux.noarch on Oracle Linux 9:

$ sudo dnf remove python3-libtmux.noarch $ sudo dnf autoremove

3. Information about the python3-libtmux.noarch package on Oracle Linux 9

Last metadata expiration check: 3:04:01 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-libtmux
Version : 0.10.3
Release : 1.el9
Architecture : noarch
Size : 52 k
Source : python-libtmux-0.10.3-1.el9.src.rpm
Repository : epel
Summary : Scripting library for tmux
URL : https://github.com/tmux-python/libtmux
License : BSD
Description : libtmux is the tool behind tmuxp, a tmux workspace manager in
: python. It builds upon tmux's target and formats to create an object
: mapping to traverse, inspect and interact with live tmux sessions.