How To Install golang-github-wildducktheories-go-csv-dev on Debian 12

Learn how to install golang-github-wildducktheories-go-csv-dev on Debian 12 with this tutorial. golang-github-wildducktheories-go-csv-dev is tools for manipulating CSV files

Introduction

In this tutorial we learn how to install golang-github-wildducktheories-go-csv-dev on Debian 12.

What is golang-github-wildducktheories-go-csv-dev

golang-github-wildducktheories-go-csv-dev is:

This package contains a set of golang tools and libraries for manipulating CSV representations.

As a rule, most tools in this set assume CSV files that include a header record that describes the contents of each field.

  • csv-select - selects the specified fields from the header-prefixed, CSV input stream
  • uniquify - augments a partial key so that each record in the output stream has a unique natural key
  • surrogate-keys - augments the input stream so that each record in the output stream has a surrogate key derived from the MD5 sum of the natural key
  • csv-to-json - converts a CSV stream into a JSON stream
  • json-to-csv - converts a JSON stream into a CSV stream
  • csv-sort - sorts a CSV stream according to the specified columns
  • csv-join - joins two sorted CSV streams after matching on specified columns
  • influx-line-format - convert a CSV stream into influx line format
  • csv-use-tab - uses a table delimit while writing (default) or reading (–on-read) a CSV stream

There are three methods to install golang-github-wildducktheories-go-csv-dev on Debian 12. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install golang-github-wildducktheories-go-csv-dev Using apt-get

Update apt database with apt-get using the following command.

sudo apt-get update

After updating apt database, We can install golang-github-wildducktheories-go-csv-dev using apt-get by running the following command:

sudo apt-get -y install golang-github-wildducktheories-go-csv-dev

Install golang-github-wildducktheories-go-csv-dev Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install golang-github-wildducktheories-go-csv-dev using apt by running the following command:

sudo apt -y install golang-github-wildducktheories-go-csv-dev

Install golang-github-wildducktheories-go-csv-dev Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Debian. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install golang-github-wildducktheories-go-csv-dev using aptitude by running the following command:

sudo aptitude -y install golang-github-wildducktheories-go-csv-dev

How To Uninstall golang-github-wildducktheories-go-csv-dev on Debian 12

To uninstall only the golang-github-wildducktheories-go-csv-dev package we can use the following command:

sudo apt-get remove golang-github-wildducktheories-go-csv-dev

Uninstall golang-github-wildducktheories-go-csv-dev And Its Dependencies

To uninstall golang-github-wildducktheories-go-csv-dev and its dependencies that are no longer needed by Debian 12, we can use the command below:

sudo apt-get -y autoremove golang-github-wildducktheories-go-csv-dev

Remove golang-github-wildducktheories-go-csv-dev Configurations and Data

To remove golang-github-wildducktheories-go-csv-dev configuration and data from Debian 12 we can use the following command:

sudo apt-get -y purge golang-github-wildducktheories-go-csv-dev

Remove golang-github-wildducktheories-go-csv-dev configuration, data, and all of its dependencies

We can use the following command to remove golang-github-wildducktheories-go-csv-dev configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge golang-github-wildducktheories-go-csv-dev

Dependencies

golang-github-wildducktheories-go-csv-dev have the following dependencies:

References

Summary

In this tutorial we learn how to install golang-github-wildducktheories-go-csv-dev package on Debian 12 using different package management tools: apt, apt-get and aptitude.