How to Install and Uninstall libcsv-devel.i686 Package on Fedora 34

Last updated: October 06,2024

1. Install "libcsv-devel.i686" package

Please follow the step by step instructions below to install libcsv-devel.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install libcsv-devel.i686

2. Uninstall "libcsv-devel.i686" package

Please follow the guidelines below to uninstall libcsv-devel.i686 on Fedora 34:

$ sudo dnf remove libcsv-devel.i686 $ sudo dnf autoremove

3. Information about the libcsv-devel.i686 package on Fedora 34

Last metadata expiration check: 0:50:40 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : libcsv-devel
Version : 3.0.3
Release : 15.fc34
Architecture : i686
Size : 17 k
Source : libcsv-3.0.3-15.fc34.src.rpm
Repository : fedora
Summary : Small, simple and fast CSV library - development package
URL : http://sourceforge.net/projects/libcsv/
License : LGPLv2+
Description : 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.