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

Last updated: June 17,2024

1. Install "python38-i3ipc" package

This guide let you learn how to install python38-i3ipc on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-i3ipc

2. Uninstall "python38-i3ipc" package

Here is a brief guide to show you how to uninstall python38-i3ipc on openSuSE Tumbleweed:

$ sudo zypper remove python38-i3ipc

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

Information for package python38-i3ipc:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-i3ipc
Version : 2.2.1-3.5
Arch : noarch
Vendor : openSUSE
Installed Size : 309,4 KiB
Installed : No
Status : not installed
Source package : python-i3ipc-2.2.1-3.5.src
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.