How to Install and Uninstall csvprintf Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "csvprintf" package

Please follow the steps below to install csvprintf on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install csvprintf

2. Uninstall "csvprintf" package

This is a short guide on how to uninstall csvprintf on openSuSE Tumbleweed:

$ sudo zypper remove csvprintf

3. Information about the csvprintf package on openSuSE Tumbleweed

Information for package csvprintf:
----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : csvprintf
Version : 1.3.2-1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 54.5 KiB
Installed : No
Status : not installed
Source package : csvprintf-1.3.2-1.5.src
Upstream URL : https://github.com/archiecobbs/csvprintf
Summary : Simple CSV file parser for the UNIX command line
Description :
csvprintf is a simple UNIX command line utility for parsing CSV files.
csvprintf works like the printf(1) command line utility: you supply a
printf(1) format string on the command line, and each row of the CSV file
is split into arguments and formatted accordingly. The format specifiers
in the format string contain numeric or symbolic column accessors to
specify which CSV column to format.
csvprintf can also convert CSV files into XML and JSON documents
and Bash variable assignments suitable for eval(1).