title: “How To Install fstrcmp-devel on Fedora 36” linkTitle: “fstrcmp-devel” type: “docs” description: “In this tutorial we learn how to install fstrcmp-devel in Fedora 36. fstrcmp-devel is Development files for fstrcmp” title: “How To Install fstrcmp-devel on Fedora 36” date: “2022-08-17” linkTitle: “fstrcmp-devel” lastmod: “2022-08-17” type: “docs” #image: /images/fedora/36/fstrcmp-devel-featured.png description: “In this tutorial we learn how to install fstrcmp-devel in Fedora 36. fstrcmp-devel is Development files for fstrcmp”

date: “2022-08-17”

lastmod: “2022-08-17”

Introduction

#image: /images/fedora/36/fstrcmp-devel-featured.png


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

Introduction

What is fstrcmp-devel

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

The fstrcmp-devel package contains libraries and header files for developing applications that use fstrcmp.

What is fstrcmp-devel

The fstrcmp-devel package contains libraries and header files for developing applications that use fstrcmp.
We can use yum or dnf to install fstrcmp-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fstrcmp-devel.

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

Install fstrcmp-devel on Fedora 36 Using dnf

Install fstrcmp-devel 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-devel using dnf by running the following command:

sudo dnf -y install fstrcmp-devel

Install fstrcmp-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

Update yum database with `dnf` using the following command.
sudo yum makecache --refresh
sudo dnf makecache --refresh
After updating yum database, We can install `fstrcmp-devel` using `yum` by running the following command:
sudo yum -y install fstrcmp-devel
After updating yum database, We can install `fstrcmp-devel` using `dnf` by running the following command:
## How To Uninstall fstrcmp-devel on Fedora 36
sudo dnf -y install fstrcmp-devel

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

Install fstrcmp-devel on Fedora 36 Using yum

Update yum database with `yum` using the following command.
sudo dnf remove fstrcmp-devel

fstrcmp-devel Package Contents on Fedora 36

```bash
sudo yum makecache --refresh

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

sudo yum -y install fstrcmp-devel

How To Uninstall fstrcmp-devel on Fedora 36

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

sudo dnf remove fstrcmp-devel

fstrcmp-devel Package Contents on Fedora 36

/usr/include/fstrcmp.h
/usr/lib/libfstrcmp.so
/usr/lib/pkgconfig/fstrcmp.pc
/usr/share/doc/fstrcmp-devel
/usr/share/doc/fstrcmp-devel/reference.pdf
/usr/share/man/man3/fmemcmp.3.gz
/usr/share/man/man3/fmemcmpi.3.gz
/usr/share/man/man3/fstrcasecmp.3.gz
/usr/share/man/man3/fstrcasecmpi.3.gz
/usr/share/man/man3/fstrcmp.3.gz
/usr/share/man/man3/fstrcmpi.3.gz
/usr/share/man/man3/fstrcoll.3.gz
/usr/share/man/man3/fstrcolli.3.gz
/usr/share/man/man3/fwcscmp.3.gz
/usr/share/man/man3/fwcscmpi.3.gz

References

Summary

/usr/include/fstrcmp.h /usr/lib64/libfstrcmp.so /usr/lib64/pkgconfig/fstrcmp.pc /usr/share/doc/fstrcmp-devel /usr/share/doc/fstrcmp-devel/reference.pdf /usr/share/man/man3/fmemcmp.3.gz /usr/share/man/man3/fmemcmpi.3.gz /usr/share/man/man3/fstrcasecmp.3.gz /usr/share/man/man3/fstrcasecmpi.3.gz /usr/share/man/man3/fstrcmp.3.gz /usr/share/man/man3/fstrcmpi.3.gz /usr/share/man/man3/fstrcoll.3.gz /usr/share/man/man3/fstrcolli.3.gz /usr/share/man/man3/fwcscmp.3.gz /usr/share/man/man3/fwcscmpi.3.gz In this tutorial we learn how to install fstrcmp-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


## References

* [fstrcmp-devel website](http://fstrcmp.sourceforge.net/)

## Summary

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