How to Install and Uninstall ghc-xmonad-contrib.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 08,2024

1. Install "ghc-xmonad-contrib.x86_64" package

This is a short guide on how to install ghc-xmonad-contrib.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install ghc-xmonad-contrib.x86_64

2. Uninstall "ghc-xmonad-contrib.x86_64" package

Here is a brief guide to show you how to uninstall ghc-xmonad-contrib.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove ghc-xmonad-contrib.x86_64 $ sudo dnf autoremove

3. Information about the ghc-xmonad-contrib.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:15:23 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-xmonad-contrib
Version : 0.17.0
Release : 1.el9
Architecture : x86_64
Size : 2.0 M
Source : ghc-xmonad-contrib-0.17.0-1.el9.src.rpm
Repository : epel
Summary : Community-maintained extensions extensions for xmonad
URL : https://hackage.haskell.org/package/xmonad-contrib
License : BSD
Description : Community-maintained tiling algorithms and extension modules for xmonad, an X11
: tiling window manager.
:
: For an introduction to building, configuring and using xmonad extensions, see
: "XMonad.Doc". In particular:
:
: "XMonad.Doc.Configuring", a guide to configuring xmonad
: "XMonad.Doc.Extending", using the contributed extensions library
: "XMonad.Doc.Developing", introduction to xmonad internals and writing your own
: extensions.