How To Install f2fs-tools-devel on Fedora 36

In this tutorial we learn how to install f2fs-tools-devel in Fedora 36. f2fs-tools-devel is Development files for f2fs-tools

Introduction

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

What is f2fs-tools-devel

This package contains the libraries needed to develop applications that use f2fs-tools


title: “How To Install f2fs-tools-devel on Fedora 36” We can use yum or dnf to install f2fs-tools-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install f2fs-tools-devel. linkTitle: “f2fs-tools-devel”

type: “docs”

Install f2fs-tools-devel on Fedora 36 Using dnf

description: “In this tutorial we learn how to install f2fs-tools-devel in Fedora 36. f2fs-tools-devel is Development files for f2fs-tools” Update yum database with dnf using the following command. date: “2022-08-17”

lastmod: “2022-08-17”

#image: /images/fedora/36/f2fs-tools-devel-featured.png
sudo dnf makecache --refresh
---

Introduction

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

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

### What is `f2fs-tools-devel`
sudo dnf -y install f2fs-tools-devel

This package contains the libraries needed to develop applications that use f2fs-tools

Install f2fs-tools-devel on Fedora 36 Using yum

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

Update yum database with yum using the following command.

Install f2fs-tools-devel on Fedora 36 Using dnf


sudo yum makecache --refresh
Update yum database with `dnf` using the following command.
After updating yum database, We can install `f2fs-tools-devel` using `yum` by running the following command:
sudo dnf makecache --refresh

sudo yum -y install f2fs-tools-devel

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

How To Uninstall f2fs-tools-devel on Fedora 36

sudo dnf -y install f2fs-tools-devel
To uninstall only the `f2fs-tools-devel` package we can use the following command:
sudo dnf remove f2fs-tools-devel
## Install f2fs-tools-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

f2fs-tools-devel Package Contents on Fedora 36


```bash
sudo yum makecache --refresh

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

sudo yum -y install f2fs-tools-devel

How To Uninstall f2fs-tools-devel on Fedora 36

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

sudo dnf remove f2fs-tools-devel

f2fs-tools-devel Package Contents on Fedora 36

/usr/include/f2fs_format_utils.h
/usr/include/f2fs_fs.h
/usr/include/quota.h
/usr/lib64/libf2fs.so
/usr/lib64/libf2fs_format.so

References

Summary

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

/usr/include/f2fs_format_utils.h /usr/include/f2fs_fs.h /usr/include/quota.h /usr/lib/libf2fs.so /usr/lib/libf2fs_format.so


## References

* [f2fs-tools-devel website](http://sourceforge.net/projects/f2fs-tools/)

## Summary

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