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

Last updated: October 07,2024

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

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

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

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

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

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

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

Last metadata expiration check: 2:40:18 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ghc-simple-sendfile
Version : 0.2.30
Release : 7.fc35
Architecture : x86_64
Size : 19 k
Source : ghc-simple-sendfile-0.2.30-7.fc35.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.