How To Install fstrcmp on Fedora 36

In this tutorial we learn how to install fstrcmp in Fedora 36. fstrcmp is Fuzzy string compare library

Introduction

In this tutorial we learn how to install fstrcmp on Fedora 36.

What is fstrcmp

The fstrcmp package provides a library which may be used to make fuzzy comparisons of strings and byte arrays. It also provides simple commands for use in shell scripts.

We can use yum or dnf to install fstrcmp on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fstrcmp.

Install fstrcmp on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install fstrcmp using dnf by running the following command:

sudo dnf -y install fstrcmp

Install fstrcmp on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install fstrcmp using yum by running the following command:

sudo yum -y install fstrcmp

How To Uninstall fstrcmp on Fedora 36

To uninstall only the fstrcmp package we can use the following command:

sudo dnf remove fstrcmp

fstrcmp Package Contents on Fedora 36

---
title: "How To Install fstrcmp on Fedora 36"
linkTitle: "fstrcmp"
type: "docs"
description: "In this tutorial we learn how to install fstrcmp in Fedora 36. fstrcmp is Fuzzy string compare library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/fstrcmp-featured.png
---

## Introduction

In this tutorial we learn how to install `fstrcmp` on Fedora 36.

### What is `fstrcmp`

> The fstrcmp package provides a library which may be used to make fuzzy comparisons of strings and byte arrays. It also provides simple commands for use in shell scripts.  

We can use `yum` or `dnf` to install `fstrcmp` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fstrcmp.

## Install fstrcmp on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install fstrcmp using dnf by running the following command:

sudo dnf -y install fstrcmp
/usr/bin/fstrcmp
/usr/lib/.build-id
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/29852792182f6d25cf6a4aa6260e98c486e102
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/460a41500a04a513e74b6f29c4bcc47345de5e
/usr/lib64/libfstrcmp.so.0
/usr/lib64/libfstrcmp.so.0.6.0
/usr/share/doc/fstrcmp
/usr/share/doc/fstrcmp/README
/usr/share/licenses/fstrcmp
/usr/share/licenses/fstrcmp/LICENSE
/usr/share/man/man1/fstrcmp.1.gz
/usr/share/man/man1/fstrcmp_license.1.gz

Install fstrcmp on Fedora 36 Using yum

Update yum database with yum using the following command.



```bash
## References

sudo yum makecache --refresh

Summary

After updating yum database, We can install fstrcmp using yum by running the following command:

In this tutorial we learn how to install `fstrcmp` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
sudo yum -y install fstrcmp

How To Uninstall fstrcmp on Fedora 36

To uninstall only the fstrcmp package we can use the following command:

sudo dnf remove fstrcmp

fstrcmp Package Contents on Fedora 36

/usr/bin/fstrcmp
/usr/lib/.build-id
/usr/lib/.build-id/20
/usr/lib/.build-id/20/52d6743a6b89c8bcc0134a0acdb701fd4df544
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/c890cf92bf06da5c9ba16f1ef6e2d297914cca
/usr/lib/libfstrcmp.so.0
/usr/lib/libfstrcmp.so.0.6.0
/usr/share/doc/fstrcmp
/usr/share/doc/fstrcmp/README
/usr/share/licenses/fstrcmp
/usr/share/licenses/fstrcmp/LICENSE
/usr/share/man/man1/fstrcmp.1.gz
/usr/share/man/man1/fstrcmp_license.1.gz

References

Summary

In this tutorial we learn how to install fstrcmp on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).