How to Install and Uninstall python3-i3ipc.noarch Package on Fedora 38

Last updated: January 19,2025

1. Install "python3-i3ipc.noarch" package

This is a short guide on how to install python3-i3ipc.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install python3-i3ipc.noarch

2. Uninstall "python3-i3ipc.noarch" package

This is a short guide on how to uninstall python3-i3ipc.noarch on Fedora 38:

$ sudo dnf remove python3-i3ipc.noarch $ sudo dnf autoremove

3. Information about the python3-i3ipc.noarch package on Fedora 38

Last metadata expiration check: 3:50:45 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-i3ipc
Version : 2.2.1
Release : 7.fc38
Architecture : noarch
Size : 71 k
Source : python-i3ipc-2.2.1-7.fc38.src.rpm
Repository : fedora
Summary : An improved Python library to control i3wm
URL : https://github.com/altdesktop/i3ipc-python
License : BSD
Description : i3's interprocess communication (or ipc) is the interface i3wm 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.
:
: i3ipc-python is a Python library for controlling the window manager. This
: project is intended to be useful for general scripting, and for applications
: that interact with the window manager like status line generators, notification
: daemons, and pagers.