How to Install and Uninstall ipcgull.i686 Package on Fedora 38

Last updated: January 11,2025

1. Install "ipcgull.i686" package

Here is a brief guide to show you how to install ipcgull.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install ipcgull.i686

2. Uninstall "ipcgull.i686" package

Please follow the step by step instructions below to uninstall ipcgull.i686 on Fedora 38:

$ sudo dnf remove ipcgull.i686 $ sudo dnf autoremove

3. Information about the ipcgull.i686 package on Fedora 38

Last metadata expiration check: 1:41:12 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ipcgull
Version : 0.1
Release : 1.fc38
Architecture : i686
Size : 80 k
Source : ipcgull-0.1-1.fc38.src.rpm
Repository : updates
Summary : A GDBus-based IPC library for modern C++
URL : https://github.com/PixlOne/ipcgull
License : GPL-3.0-or-later
Description : Ipcgull is a C++ IPC library that takes advantage of modern C++17
: features to provide a simple interface for developers to handle IPC.
:
: Currently, Ipcgull only supports a D-Bus backend (via GDBus), but this
: is abstracted by the library and can theoretically be replaced.
: However, that is out of scope for this project.