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

Last updated: October 07,2024

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

Please follow the guidelines below to install ghc-executable-path.x86_64 on Fedora 34

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

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

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

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

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

Last metadata expiration check: 1:06:02 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-executable-path
Version : 0.0.3.1
Release : 11.fc34
Architecture : x86_64
Size : 17 k
Source : ghc-executable-path-0.0.3.1-11.fc34.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.