How to Install and Uninstall python3-i3ipc Package on openSUSE Leap

Last updated: September 28,2024

1. Install "python3-i3ipc" package

Please follow the instructions below to install python3-i3ipc on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-i3ipc

2. Uninstall "python3-i3ipc" package

This is a short guide on how to uninstall python3-i3ipc on openSUSE Leap:

$ sudo zypper remove python3-i3ipc

3. Information about the python3-i3ipc package on openSUSE Leap

Information for package python3-i3ipc:
--------------------------------------
Repository : Main Repository
Name : python3-i3ipc
Version : 2.2.1-bp155.3.11
Arch : noarch
Vendor : openSUSE
Installed Size : 310.1 KiB
Installed : No
Status : not installed
Source package : python-i3ipc-2.2.1-bp155.3.11.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.