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

Last updated: September 21,2024

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

Please follow the steps below to install ghc-xmonad-contrib.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

This guide let you learn how to uninstall ghc-xmonad-contrib.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ 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 8 (RHEL 8)

Last metadata expiration check: 0:01:24 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : ghc-xmonad-contrib
Version : 0.13
Release : 7.el8
Architecture : x86_64
Size : 1.7 M
Source : ghc-xmonad-contrib-0.13-7.el8.src.rpm
Repository : epel
Summary : Third party extensions for xmonad
URL : https://hackage.haskell.org/package/xmonad-contrib
License : BSD
Description : Third party tiling algorithms, configurations and scripts to xmonad, a tiling
: window manager for X.
:
: 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.