How to Install and Uninstall csvprintf Package on openSUSE Leap

Last updated: July 03,2024

1. Install "csvprintf" package

Here is a brief guide to show you how to install csvprintf on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install csvprintf

2. Uninstall "csvprintf" package

Please follow the instructions below to uninstall csvprintf on openSUSE Leap:

$ sudo zypper remove csvprintf

3. Information about the csvprintf package on openSUSE Leap

Information for package csvprintf:
----------------------------------
Repository : Main Repository
Name : csvprintf
Version : 1.3.2-bp155.1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 50.7 KiB
Installed : No
Status : not installed
Source package : csvprintf-1.3.2-bp155.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).