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

Last updated: October 05,2024

1. Install "python3-i3ipc.noarch" package

Please follow the instructions below to install python3-i3ipc.noarch on Fedora 34

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

2. Uninstall "python3-i3ipc.noarch" package

This guide let you learn how to uninstall python3-i3ipc.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:18:12 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-i3ipc
Version : 2.2.1
Release : 1.fc34
Architecture : noarch
Size : 52 k
Source : python-i3ipc-2.2.1-1.fc34.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.