How To Install libcsv on Fedora 36

In this tutorial we learn how to install libcsv in Fedora 36. libcsv is Small, simple and fast CSV library

Introduction

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

What is libcsv

libcsv is a small, simple and fast CSV library written in pure ANSI C89 that can read and write CSV data. It provides a straight-forward interface using callback functions to handle parsed fields and rows and can parse improperly formatted CSV files.

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

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

sudo dnf -y install libcsv

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

sudo yum -y install libcsv

How To Uninstall libcsv on Fedora 36

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

sudo dnf remove libcsv

libcsv Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/f0446309a6625c8a5182b3c71e79bd28be4094
/usr/lib64/libcsv.so.3
/usr/lib64/libcsv.so.3.0.3
/usr/share/doc/libcsv
/usr/share/doc/libcsv/COPYING.LESSER
/usr/share/doc/libcsv/ChangeLog
/usr/share/doc/libcsv/FAQ

References

Summary

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


title: “How To Install libcsv on Fedora 36” linkTitle: “libcsv” type: “docs” description: “In this tutorial we learn how to install libcsv in Fedora 36. libcsv is Small, simple and fast CSV library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libcsv-featured.png

Introduction

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

What is libcsv

libcsv is a small, simple and fast CSV library written in pure ANSI C89 that can read and write CSV data. It provides a straight-forward interface using callback functions to handle parsed fields and rows and can parse improperly formatted CSV files.

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

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

sudo dnf -y install libcsv

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

sudo yum -y install libcsv

How To Uninstall libcsv on Fedora 36

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

sudo dnf remove libcsv

libcsv Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/49
/usr/lib/.build-id/49/68122e029c1127c501b8c0a60e85d62cead598
/usr/lib/libcsv.so.3
/usr/lib/libcsv.so.3.0.3
/usr/share/doc/libcsv
/usr/share/doc/libcsv/COPYING.LESSER
/usr/share/doc/libcsv/ChangeLog
/usr/share/doc/libcsv/FAQ

References

Summary

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