How to Install and Uninstall golang-github-kisielk-sqlstruct-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: December 23,2024

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

Please follow the steps below to install golang-github-kisielk-sqlstruct-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This tutorial shows how to uninstall golang-github-kisielk-sqlstruct-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ 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 16.04 LTS (Xenial Xerus)

Package: golang-github-kisielk-sqlstruct-dev
Priority: extra
Section: universe/devel
Installed-Size: 26
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: all
Source: golang-github-kisielk-sqlstruct
Version: 0.0~git20150917.0.0b86a3e-1
Depends: golang-go
Filename: pool/universe/g/golang-github-kisielk-sqlstruct/golang-github-kisielk-sqlstruct-dev_0.0~git20150917.0.0b86a3e-1_all.deb
Size: 5974
MD5sum: 135d04ea7531ca049875c4b7e314a03a
SHA1: 4cec11bbbc3da38b7678737c05f0ae75abd9c61e
SHA256: 90fb8ef77bd5e8c7357a2d8c3a929b7b0a2708a5657f8c129a1571d0fe22c2ab
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
Homepage: https://github.com/kisielk/sqlstruct
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions