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

Last updated: September 20,2024

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

Please follow the instructions below to install ghc-simple-sendfile.x86_64 on Fedora 34

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

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

This guide let you learn how to uninstall ghc-simple-sendfile.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:59:41 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-simple-sendfile
Version : 0.2.30
Release : 5.fc34
Architecture : x86_64
Size : 19 k
Source : ghc-simple-sendfile-0.2.30-5.fc34.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.