How to Install and Uninstall ghc-dbus.x86_64 Package on Fedora 35

Last updated: May 19,2024

1. Install "ghc-dbus.x86_64" package

In this section, we are going to explain the necessary steps to install ghc-dbus.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install ghc-dbus.x86_64

2. Uninstall "ghc-dbus.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ghc-dbus.x86_64 on Fedora 35:

$ sudo dnf remove ghc-dbus.x86_64 $ sudo dnf autoremove

3. Information about the ghc-dbus.x86_64 package on Fedora 35

Last metadata expiration check: 0:24:13 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : ghc-dbus
Version : 1.2.17
Release : 1.fc35
Architecture : x86_64
Size : 358 k
Source : ghc-dbus-1.2.17-1.fc35.src.rpm
Repository : fedora
Summary : A client library for the D-Bus IPC system
URL : https://hackage.haskell.org/package/dbus
License : ASL 2.0
Description : D-Bus is a simple, message-based protocol for inter-process communication,
: which allows applications to interact with other parts of the machine and the
: user's session using remote procedure calls.
:
: This library is an implementation of the D-Bus protocol in Haskell. It can be
: used to add D-Bus support to Haskell applications, without the awkward
: interfaces common to foreign bindings.