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

Last updated: January 12,2025

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

Please follow the step by step instructions below to install ghc-executable-path.x86_64 on Fedora 36

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

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

Here is a brief guide to show you how to uninstall ghc-executable-path.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 1:11:05 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ghc-executable-path
Version : 0.0.3.1
Release : 14.fc36
Architecture : x86_64
Size : 17 k
Source : ghc-executable-path-0.0.3.1-14.fc36.src.rpm
Repository : fedora
Summary : Find out the full path of an executable
URL : https://hackage.haskell.org/package/executable-path
License : Public Domain
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.