How to Install and Uninstall ghc-xdg-basedir.x86_64 Package on AlmaLinux 9

Last updated: June 23,2024

1. Install "ghc-xdg-basedir.x86_64" package

This tutorial shows how to install ghc-xdg-basedir.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install ghc-xdg-basedir.x86_64

2. Uninstall "ghc-xdg-basedir.x86_64" package

This tutorial shows how to uninstall ghc-xdg-basedir.x86_64 on AlmaLinux 9:

$ sudo dnf remove ghc-xdg-basedir.x86_64 $ sudo dnf autoremove

3. Information about the ghc-xdg-basedir.x86_64 package on AlmaLinux 9

Last metadata expiration check: 2:44:40 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : ghc-xdg-basedir
Version : 0.2.2
Release : 29.el9
Architecture : x86_64
Size : 17 k
Source : ghc-xdg-basedir-0.2.2-29.el9.src.rpm
Repository : epel
Summary : Haskell implementation of XDG base directory spec
URL : https://hackage.haskell.org/package/xdg-basedir
License : BSD
Description : A basic implementation of the XDG Base Directory specification.
: On Unix platforms, this should be a very straightforward implementation
: of the XDG Base Directory spec. On Windows, it will attempt to do the
: right thing with regards to choosing appropriate directories.