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

Last updated: June 18,2024

1. Install "python310-i3ipc" package

Learn how to install python310-i3ipc on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-i3ipc

2. Uninstall "python310-i3ipc" package

In this section, we are going to explain the necessary steps to uninstall python310-i3ipc on openSuSE Tumbleweed:

$ sudo zypper remove python310-i3ipc

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

Information for package python310-i3ipc:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-i3ipc
Version : 2.2.1-4.17
Arch : noarch
Vendor : openSUSE
Installed Size : 252.9 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.