How to Install and Uninstall golang-github-kisielk-sqlstruct-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: April 25,2024

1. Install "golang-github-kisielk-sqlstruct-dev" package

Here is a brief guide to show you how to install golang-github-kisielk-sqlstruct-dev on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install golang-github-kisielk-sqlstruct-dev

2. Uninstall "golang-github-kisielk-sqlstruct-dev" package

This guide covers the steps necessary to uninstall golang-github-kisielk-sqlstruct-dev on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove golang-github-kisielk-sqlstruct-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-kisielk-sqlstruct-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: golang-github-kisielk-sqlstruct-dev
Architecture: all
Version: 0.0~git20150917.0.0b86a3e-2
Priority: extra
Section: universe/devel
Source: golang-github-kisielk-sqlstruct
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 26
Filename: pool/universe/g/golang-github-kisielk-sqlstruct/golang-github-kisielk-sqlstruct-dev_0.0~git20150917.0.0b86a3e-2_all.deb
Size: 6148
MD5sum: 9f911c22ff2811157f931d2fd8b4d78f
SHA1: b83c36c7dab1324bb07ed8f445e779fbe15defb8
SHA256: 0e28eecd3cef3ec8e56ef8a8470b87a045e3380ca57f06bc727d38dce07e956d
SHA512: 672428655a1704ae908609d847ef27c735e01464b26b82d00291727c03a1eabed94c3819ab52968c13995e17a36e25f339017f654baeccc3cf014dc5237004bf
Homepage: https://github.com/kisielk/sqlstruct
Description-en: convenience functions for using structs with the database/sql package
Package sqlstruct provides some convenience functions for using structs with
the Go standard library's database/sql package.
.
The package matches struct field names to SQL query column names. A field can
also specify a matching column with "sql" tag, if it's different from field
name. Unexported fields or fields marked with `sql:"-"` are ignored, just like
with "encoding/json" package.
Description-md5: 9f9694bebfe5f034759b45d9e0cf230d

5. The same packages on other Linux Distributions