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

Last updated: October 07,2024

1. Install "ghc-sendfile.x86_64" package

In this section, we are going to explain the necessary steps to install ghc-sendfile.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install ghc-sendfile.x86_64

2. Uninstall "ghc-sendfile.x86_64" package

This tutorial shows how to uninstall ghc-sendfile.x86_64 on Fedora 36:

$ sudo dnf remove ghc-sendfile.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:36:50 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-sendfile
Version : 0.7.11.1
Release : 9.fc36
Architecture : x86_64
Size : 26 k
Source : ghc-sendfile-0.7.11.1-9.fc36.src.rpm
Repository : fedora
Summary : A portable sendfile library
URL : https://hackage.haskell.org/package/sendfile
License : BSD
Description : A library which exposes zero-copy sendfile functionality in a portable way.
: If a platform does not support sendfile, a fallback implementation in haskell
: is provided.