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

Last updated: July 03,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 35

$ 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 35:

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

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

Last metadata expiration check: 0:57:42 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ghc-executable-path
Version : 0.0.3.1
Release : 13.fc35
Architecture : x86_64
Size : 17 k
Source : ghc-executable-path-0.0.3.1-13.fc35.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.