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

Last updated: November 25,2024

1. Install "ghc-sendfile.x86_64" package

Please follow the step by step instructions below to install ghc-sendfile.x86_64 on Fedora 35

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

2. Uninstall "ghc-sendfile.x86_64" package

Here is a brief guide to show you how to uninstall ghc-sendfile.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 0:09:33 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : ghc-sendfile
Version : 0.7.11.1
Release : 8.fc35
Architecture : x86_64
Size : 28 k
Source : ghc-sendfile-0.7.11.1-8.fc35.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.