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

Last updated: September 29,2024

1. Install "ghc-stringsearch.x86_64" package

Learn how to install ghc-stringsearch.x86_64 on Fedora 36

$ 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 36:

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

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

Last metadata expiration check: 4:22:58 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-stringsearch
Version : 0.3.6.6
Release : 21.fc36
Architecture : x86_64
Size : 75 k
Source : ghc-stringsearch-0.3.6.6-21.fc36.src.rpm
Repository : fedora
Summary : Fast searching, splitting and replacing of ByteStrings
URL : https://hackage.haskell.org/package/stringsearch
License : BSD
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.