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

Last updated: October 06,2024

1. Install "python3-i3ipc.noarch" package

This guide covers the steps necessary to install python3-i3ipc.noarch on Fedora 35

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

2. Uninstall "python3-i3ipc.noarch" package

Please follow the guidelines below to uninstall python3-i3ipc.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:48:16 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-i3ipc
Version : 2.2.1
Release : 3.fc35
Architecture : noarch
Size : 52 k
Source : python-i3ipc-2.2.1-3.fc35.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.