How to Install and Uninstall ghc-stringsearch.x86_64 Package on Fedora 38

Last updated: November 28,2024

1. Install "ghc-stringsearch.x86_64" package

Please follow the instructions below to install ghc-stringsearch.x86_64 on Fedora 38

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

2. Uninstall "ghc-stringsearch.x86_64" package

This guide covers the steps necessary to uninstall ghc-stringsearch.x86_64 on Fedora 38:

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

3. Information about the ghc-stringsearch.x86_64 package on Fedora 38

Last metadata expiration check: 1:00:36 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : ghc-stringsearch
Version : 0.3.6.6
Release : 35.fc38
Architecture : x86_64
Size : 76 k
Source : ghc-stringsearch-0.3.6.6-35.fc38.src.rpm
Repository : fedora
Summary : Fast searching, splitting and replacing of ByteStrings
URL : https://hackage.haskell.org/package/stringsearch
License : BSD-3-Clause
Description : This package provides several functions to quickly
: search for substrings in strict or lazy ByteStrings.
: It also provides functions for breaking or splitting
: on substrings and replacing all occurrences of a
: substring (the first in case of overlaps) with another.