How to Install and Uninstall ghc-filepath-bytestring.x86_64 Package on Fedora 36

Last updated: July 01,2024

1. Install "ghc-filepath-bytestring.x86_64" package

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

$ sudo dnf update $ sudo dnf install ghc-filepath-bytestring.x86_64

2. Uninstall "ghc-filepath-bytestring.x86_64" package

Please follow the guidelines below to uninstall ghc-filepath-bytestring.x86_64 on Fedora 36:

$ sudo dnf remove ghc-filepath-bytestring.x86_64 $ sudo dnf autoremove

3. Information about the ghc-filepath-bytestring.x86_64 package on Fedora 36

Last metadata expiration check: 2:07:53 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-filepath-bytestring
Version : 1.4.2.1.7
Release : 2.fc36
Architecture : x86_64
Size : 56 k
Source : ghc-filepath-bytestring-1.4.2.1.7-2.fc36.src.rpm
Repository : fedora
Summary : Library for manipulating RawFilePaths in a cross platform way
URL : https://hackage.haskell.org/package/filepath-bytestring
License : BSD
Description : This package provides functionality for manipulating 'RawFilePath' values.
: It can be used as a drop in replacement for the filepath library to get the
: benefits of using ByteStrings. It provides three modules:
:
: * "System.FilePath.Posix.ByteString" manipulates POSIX/Linux style
: 'RawFilePath' values (with '/' as the path separator).
:
: * "System.FilePath.Windows.ByteString" manipulates Windows style 'RawFilePath'
: values (with either '\' or '/' as the path separator, and deals with drives).
:
: * "System.FilePath.ByteString" is an alias for the module appropriate to your
: platform.
:
: All three modules provide the same API, and the same documentation (calling out
: differences in the different variants).