How to Install and Uninstall ghc-executable-path.x86_64 Package on Fedora 38

Last updated: December 05,2024

1. Install "ghc-executable-path.x86_64" package

In this section, we are going to explain the necessary steps to install ghc-executable-path.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install ghc-executable-path.x86_64

2. Uninstall "ghc-executable-path.x86_64" package

This guide covers the steps necessary to uninstall ghc-executable-path.x86_64 on Fedora 38:

$ sudo dnf remove ghc-executable-path.x86_64 $ sudo dnf autoremove

3. Information about the ghc-executable-path.x86_64 package on Fedora 38

Last metadata expiration check: 0:07:59 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : ghc-executable-path
Version : 0.0.3.1
Release : 24.fc38
Architecture : x86_64
Size : 18 k
Source : ghc-executable-path-0.0.3.1-24.fc38.src.rpm
Repository : fedora
Summary : Find out the full path of an executable
URL : https://hackage.haskell.org/package/executable-path
License : CC-PDDC
Description : The documentation of "System.Environment.getProgName" says that
: "However, this is hard-to-impossible to implement on some non-Unix OSes,
: so instead, for maximum portability, we just return the leaf name
: of the program as invoked." This library tries to provide the missing path.