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

Last updated: October 11,2024

1. Install "ghc-simple-sendfile.x86_64" package

This tutorial shows how to install ghc-simple-sendfile.x86_64 on Fedora 36

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

2. Uninstall "ghc-simple-sendfile.x86_64" package

Please follow the guidelines below to uninstall ghc-simple-sendfile.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 0:01:22 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ghc-simple-sendfile
Version : 0.2.30
Release : 9.fc36
Architecture : x86_64
Size : 19 k
Source : ghc-simple-sendfile-0.2.30-9.fc36.src.rpm
Repository : fedora
Summary : Cross-platform sendfile system call
URL : https://hackage.haskell.org/package/simple-sendfile
License : BSD
Description : A Haskell cross-platform library for the sendfile system call.
: This library tries to minimize system calls,
: since they are a bottleneck for web servers.