How to Install and Uninstall python311-i3ipc Package on openSuSE Tumbleweed

Last updated: July 01,2024

1. Install "python311-i3ipc" package

Learn how to install python311-i3ipc on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-i3ipc

2. Uninstall "python311-i3ipc" package

Please follow the step by step instructions below to uninstall python311-i3ipc on openSuSE Tumbleweed:

$ sudo zypper remove python311-i3ipc

3. Information about the python311-i3ipc package on openSuSE Tumbleweed

Information for package python311-i3ipc:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-i3ipc
Version : 2.2.1-4.17
Arch : noarch
Vendor : openSUSE
Installed Size : 305.8 KiB
Installed : No
Status : not installed
Source package : python-i3ipc-2.2.1-4.17.src
Upstream URL : https://github.com/altdesktop/i3ipc-python
Summary : Python library for i3 WM extensions
Description :
python-i3ipc is a Python library for controlling the i3 window manager which
aims to be used by scripts and applications which interact with the window
manager like status line generators, notification daemons and pagers.
This library uses i3’s interprocess communication, which is the interface
that i3 WM uses to receive commands from client applications such as i3-msg. It
also features a publish/subscribe mechanism for notifying interested parties of
window manager events.