How To Install python3-libtmux on Fedora 36

In this tutorial we learn how to install python3-libtmux in Fedora 36. python3-libtmux is Scripting library for tmux

Introduction

In this tutorial we learn how to install python3-libtmux on Fedora 36.

What is python3-libtmux

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.

We can use yum or dnf to install python3-libtmux on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-libtmux.

Install python3-libtmux on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-libtmux using dnf by running the following command:

sudo dnf -y install python3-libtmux

Install python3-libtmux on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-libtmux using yum by running the following command:

sudo yum -y install python3-libtmux

How To Uninstall python3-libtmux on Fedora 36

To uninstall only the python3-libtmux package we can use the following command:

sudo dnf remove python3-libtmux

python3-libtmux Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/libtmux
/usr/lib/python3.10/site-packages/libtmux-0.10.1.dist-info
/usr/lib/python3.10/site-packages/libtmux-0.10.1.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/libtmux-0.10.1.dist-info/LICENSE
/usr/lib/python3.10/site-packages/libtmux-0.10.1.dist-info/METADATA
/usr/lib/python3.10/site-packages/libtmux-0.10.1.dist-info/WHEEL
/usr/lib/python3.10/site-packages/libtmux-0.10.1.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/libtmux/__about__.py
/usr/lib/python3.10/site-packages/libtmux/__init__.py
/usr/lib/python3.10/site-packages/libtmux/__pycache__
/usr/lib/python3.10/site-packages/libtmux/__pycache__/__about__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/libtmux/__pycache__/__about__.cpython-310.pyc
/usr/lib/python3.10/site-packages/libtmux/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/libtmux/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/libtmux/__pycache__/_compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/libtmux/__pycache__/_compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/libtmux/__pycache__/common.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/libtmux/__pycache__/common.cpython-310.pyc
/usr/lib/python3.10/site-packages/libtmux/__pycache__/exc.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/libtmux/__pycache__/exc.cpython-310.pyc
/usr/lib/python3.10/site-packages/libtmux/__pycache__/formats.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/libtmux/__pycache__/formats.cpython-310.pyc
/usr/lib/python3.10/site-packages/libtmux/__pycache__/pane.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/libtmux/__pycache__/pane.cpython-310.pyc
/usr/lib/python3.10/site-packages/libtmux/__pycache__/server.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/libtmux/__pycache__/server.cpython-310.pyc
/usr/lib/python3.10/site-packages/libtmux/__pycache__/session.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/libtmux/__pycache__/session.cpython-310.pyc
/usr/lib/python3.10/site-packages/libtmux/__pycache__/test.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/libtmux/__pycache__/test.cpython-310.pyc
/usr/lib/python3.10/site-packages/libtmux/__pycache__/window.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/libtmux/__pycache__/window.cpython-310.pyc
/usr/lib/python3.10/site-packages/libtmux/_compat.py
/usr/lib/python3.10/site-packages/libtmux/common.py
/usr/lib/python3.10/site-packages/libtmux/exc.py
/usr/lib/python3.10/site-packages/libtmux/formats.py
/usr/lib/python3.10/site-packages/libtmux/pane.py
/usr/lib/python3.10/site-packages/libtmux/server.py
/usr/lib/python3.10/site-packages/libtmux/session.py
/usr/lib/python3.10/site-packages/libtmux/test.py
/usr/lib/python3.10/site-packages/libtmux/window.py
/usr/share/doc/python3-libtmux
/usr/share/doc/python3-libtmux/CHANGES
/usr/share/doc/python3-libtmux/README.md
/usr/share/licenses/python3-libtmux
/usr/share/licenses/python3-libtmux/LICENSE

References

Summary

In this tutorial we learn how to install python3-libtmux on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).