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

Last updated: July 03,2024

1. Install "ghc-stringsearch.x86_64" package

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

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

2. Uninstall "ghc-stringsearch.x86_64" package

Please follow the steps below to uninstall ghc-stringsearch.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:40:07 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-stringsearch
Version : 0.3.6.6
Release : 18.fc34
Architecture : x86_64
Size : 76 k
Source : ghc-stringsearch-0.3.6.6-18.fc34.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.