How to Install and Uninstall golang-github-kisielk-sqlstruct-dev Package on Kali Linux

Last updated: May 05,2024

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

Please follow the instructions below to install golang-github-kisielk-sqlstruct-dev on Kali Linux

$ 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 Kali Linux:

$ 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 Kali Linux

Package: golang-github-kisielk-sqlstruct-dev
Source: golang-github-kisielk-sqlstruct
Version: 0.0~git20150917.0.0b86a3e-2.1
Installed-Size: 26
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 6308
SHA256: 140c7c38f58649f3a4b47734818b52944cb188fd741812029cb4b22838c6d063
SHA1: 06b6f0b1cb357d0b32f9fce20cb36d312af9b451
MD5sum: df33deed83c4f052b9e6ffaf91dcae28
Description: 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:
Homepage: https://github.com/kisielk/sqlstruct
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-kisielk-sqlstruct/golang-github-kisielk-sqlstruct-dev_0.0~git20150917.0.0b86a3e-2.1_all.deb

5. The same packages on other Linux Distributions