How To Install libcsv-devel on Fedora 36

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

Introduction

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

What is libcsv-devel

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. This package contains header file and development libraries.

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

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

sudo dnf -y install libcsv-devel

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

sudo yum -y install libcsv-devel

How To Uninstall libcsv-devel on Fedora 36

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

sudo dnf remove libcsv-devel

libcsv-devel Package Contents on Fedora 36

/usr/include/csv.h
/usr/lib/libcsv.so
/usr/share/man/man3/csv.3.gz

References

Summary

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


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

Introduction

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

What is libcsv-devel

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. This package contains header file and development libraries.

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

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

sudo dnf -y install libcsv-devel

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

sudo yum -y install libcsv-devel

How To Uninstall libcsv-devel on Fedora 36

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

sudo dnf remove libcsv-devel

libcsv-devel Package Contents on Fedora 36

/usr/include/csv.h
/usr/lib64/libcsv.so
/usr/share/man/man3/csv.3.gz

References

Summary

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