How to Install and Uninstall texlive-csvmerge.noarch Package on Fedora 36

Last updated: July 01,2024

1. Install "texlive-csvmerge.noarch" package

Here is a brief guide to show you how to install texlive-csvmerge.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install texlive-csvmerge.noarch

2. Uninstall "texlive-csvmerge.noarch" package

Here is a brief guide to show you how to uninstall texlive-csvmerge.noarch on Fedora 36:

$ sudo dnf remove texlive-csvmerge.noarch $ sudo dnf autoremove

3. Information about the texlive-csvmerge.noarch package on Fedora 36

Last metadata expiration check: 0:07:46 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : texlive-csvmerge
Epoch : 9
Version : svn51857
Release : 55.fc36
Architecture : noarch
Size : 232 k
Source : texlive-2021-55.fc36.src.rpm
Repository : fedora
Summary : Merge TeX code with csv data
URL : http://tug.org/texlive/
License : LPPL 1.3
Description : This package provides macros for processing a csv spreadsheet
: file with a minimum of configuration for the csv file. The
: first row names the columns and the remaining rows are data.
: This data can be merged with TeX code residing in an auxiliary
: file and the process repeated for each data row. There is one
: macro to set things up, one to extract the data, and one to
: tell if the field is empty or not. The documentation contains
: examples.