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

Last updated: September 22,2024

1. Install "ghc-dbus.x86_64" package

This guide let you learn how to install ghc-dbus.x86_64 on Fedora 39

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

2. Uninstall "ghc-dbus.x86_64" package

This guide let you learn how to uninstall ghc-dbus.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 3:08:14 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : ghc-dbus
Version : 1.2.29
Release : 1.fc39
Architecture : x86_64
Size : 378 k
Source : ghc-dbus-1.2.29-1.fc39.src.rpm
Repository : fedora
Summary : A client library for the D-Bus IPC system
URL : https://hackage.haskell.org/package/dbus
License : Apache-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.