How to Install and Uninstall golang-github-kisielk-sqlstruct-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 05,2024

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

This is a short guide on how to install golang-github-kisielk-sqlstruct-dev on Ubuntu 21.04 (Hirsute Hippo)

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

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

In this section, we are going to explain the necessary steps to uninstall golang-github-kisielk-sqlstruct-dev on Ubuntu 21.04 (Hirsute Hippo):

$ 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 21.04 (Hirsute Hippo)

Package: golang-github-kisielk-sqlstruct-dev
Architecture: all
Version: 0.0~git20150917.0.0b86a3e-2.1
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.1_all.deb
Size: 6348
MD5sum: 33933694c586b4dd5e396c99fa7ca955
SHA1: 761b846dff8bccfad2c75cfdc278c239c5ce7cac
SHA256: 127d902dbe93ef64647b269f240c829aa6dac140fc0c57828d73d2835466069f
SHA512: 863297ebf18fff2c4cdfe646a5a632313c954378957a5f4f1425701bd953c33790cf38d1e5307c7ced91698c771c5e46f40c9cb8acf5336f5136f47bdbe23323
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