How To Install ghc-dbus-devel on Fedora 36
Introduction
In this tutorial we learn how to install ghc-dbus-devel
on Fedora 36.
What is ghc-dbus-devel
This package provides the Haskell dbus library development files.
We can use yum
or dnf
to install ghc-dbus-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-dbus-devel.
Install ghc-dbus-devel on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install ghc-dbus-devel
using dnf
by running the following command:
sudo dnf -y install ghc-dbus-devel
Install ghc-dbus-devel on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ghc-dbus-devel
using yum
by running the following command:
sudo yum -y install ghc-dbus-devel
How To Uninstall ghc-dbus-devel on Fedora 36
To uninstall only the ghc-dbus-devel
package we can use the following command:
sudo dnf remove ghc-dbus-devel
ghc-dbus-devel Package Contents on Fedora 36
/usr/lib64/ghc-8.10.5/dbus-1.2.17
/usr/lib64/ghc-8.10.5/dbus-1.2.17/DBus
/usr/lib64/ghc-8.10.5/dbus-1.2.17/DBus.dyn_hi
/usr/lib64/ghc-8.10.5/dbus-1.2.17/DBus.hi
/usr/lib64/ghc-8.10.5/dbus-1.2.17/DBus/Client.dyn_hi
/usr/lib64/ghc-8.10.5/dbus-1.2.17/DBus/Client.hi
/usr/lib64/ghc-8.10.5/dbus-1.2.17/DBus/Generation.dyn_hi
/usr/lib64/ghc-8.10.5/dbus-1.2.17/DBus/Generation.hi
/usr/lib64/ghc-8.10.5/dbus-1.2.17/DBus/Internal
/usr/lib64/ghc-8.10.5/dbus-1.2.17/DBus/Internal/Address.dyn_hi
/usr/lib64/ghc-8.10.5/dbus-1.2.17/DBus/Internal/Address.hi
/usr/lib64/ghc-8.10.5/dbus-1.2.17/DBus/Internal/Message.dyn_hi
/usr/lib64/ghc-8.10.5/dbus-1.2.17/DBus/Internal/Message.hi
/usr/lib64/ghc-8.10.5/dbus-1.2.17/DBus/Internal/Types.dyn_hi
/usr/lib64/ghc-8.10.5/dbus-1.2.17/DBus/Internal/Types.hi
/usr/lib64/ghc-8.10.5/dbus-1.2.17/DBus/Internal/Wire.dyn_hi
/usr/lib64/ghc-8.10.5/dbus-1.2.17/DBus/Internal/Wire.hi
/usr/lib64/ghc-8.10.5/dbus-1.2.17/DBus/Introspection
/usr/lib64/ghc-8.10.5/dbus-1.2.17/DBus/Introspection.dyn_hi
/usr/lib64/ghc-8.10.5/dbus-1.2.17/DBus/Introspection.hi
/usr/lib64/ghc-8.10.5/dbus-1.2.17/DBus/Introspection/Parse.dyn_hi
/usr/lib64/ghc-8.10.5/dbus-1.2.17/DBus/Introspection/Parse.hi
/usr/lib64/ghc-8.10.5/dbus-1.2.17/DBus/Introspection/Render.dyn_hi
/usr/lib64/ghc-8.10.5/dbus-1.2.17/DBus/Introspection/Render.hi
/usr/lib64/ghc-8.10.5/dbus-1.2.17/DBus/Introspection/Types.dyn_hi
/usr/lib64/ghc-8.10.5/dbus-1.2.17/DBus/Introspection/Types.hi
/usr/lib64/ghc-8.10.5/dbus-1.2.17/DBus/Socket.dyn_hi
/usr/lib64/ghc-8.10.5/dbus-1.2.17/DBus/Socket.hi
/usr/lib64/ghc-8.10.5/dbus-1.2.17/DBus/TH.dyn_hi
/usr/lib64/ghc-8.10.5/dbus-1.2.17/DBus/TH.hi
/usr/lib64/ghc-8.10.5/dbus-1.2.17/DBus/Transport.dyn_hi
/usr/lib64/ghc-8.10.5/dbus-1.2.17/DBus/Transport.hi
/usr/lib64/ghc-8.10.5/dbus-1.2.17/libHSdbus-1.2.17-AWn7CF1JYyrL87mHNms2mh.a
/usr/lib64/ghc-8.10.5/package.conf.d/dbus-1.2.17.conf
/usr/share/doc/ghc-dbus-devel
/usr/share/doc/ghc-dbus-devel/examples
/usr/share/doc/ghc-dbus-devel/examples/dbus-monitor.hs
/usr/share/doc/ghc-dbus-devel/examples/export.hs
/usr/share/doc/ghc-dbus-devel/examples/introspect.hs
/usr/share/doc/ghc-dbus-devel/examples/list-names.hs
References
Summary
In this tutorial we learn how to install ghc-dbus-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).