How To Install c4fs on Fedora 36

In this tutorial we learn how to install c4fs in Fedora 36. c4fs is C++ file system utilities

Introduction

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

What is c4fs

C++ file system utilities.

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

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

sudo dnf -y install c4fs

Install c4fs 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 c4fs using yum by running the following command:

sudo yum -y install c4fs

How To Uninstall c4fs on Fedora 36

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

sudo dnf remove c4fs

c4fs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/98
/usr/lib/.build-id/98/3907815eddb3e5e347a7803a77f3e73039e630
/usr/lib/libc4fs.so.0.0.1
/usr/share/doc/c4fs
/usr/share/doc/c4fs/README.md
/usr/share/licenses/c4fs
/usr/share/licenses/c4fs/LICENSE.txt

References

Summary

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


title: “How To Install c4fs on Fedora 36” linkTitle: “c4fs” type: “docs” description: “In this tutorial we learn how to install c4fs in Fedora 36. c4fs is C++ file system utilities” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/c4fs-featured.png

Introduction

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

What is c4fs

C++ file system utilities.

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

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

sudo dnf -y install c4fs

Install c4fs 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 c4fs using yum by running the following command:

sudo yum -y install c4fs

How To Uninstall c4fs on Fedora 36

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

sudo dnf remove c4fs

c4fs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/3926de3d35f5b17ba54c84ee1e62fb00369726
/usr/lib64/libc4fs.so.0.0.1
/usr/share/doc/c4fs
/usr/share/doc/c4fs/README.md
/usr/share/licenses/c4fs
/usr/share/licenses/c4fs/LICENSE.txt

References

Summary

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