How to Install and Uninstall golang-github-jmoiron-sqlx-dev Package on Kali Linux

Last updated: May 17,2024

1. Install "golang-github-jmoiron-sqlx-dev" package

This guide let you learn how to install golang-github-jmoiron-sqlx-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-jmoiron-sqlx-dev

2. Uninstall "golang-github-jmoiron-sqlx-dev" package

This tutorial shows how to uninstall golang-github-jmoiron-sqlx-dev on Kali Linux:

$ sudo apt remove golang-github-jmoiron-sqlx-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-jmoiron-sqlx-dev package on Kali Linux

Package: golang-github-jmoiron-sqlx-dev
Source: golang-github-jmoiron-sqlx
Version: 1.3.5-1
Installed-Size: 245
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-go-sql-driver-mysql-dev, golang-github-lib-pq-dev, golang-github-mattn-go-sqlite3-dev
Size: 43696
SHA256: 6172e08bab1955867f3ad2aece8b01a7056a94d6698c026b6cf8ac6db2661c64
SHA1: 34b7c24feee213e2207916c331c47cf69c53ecd3
MD5sum: b4c6b5d8d20145f266cb2125430d7a07
Description: General purpose extensions to Golang's database/sql library
sqlx is a library which provides a set of extensions on Go's standard
database/sql library. The sqlx versions of sql.DB, sql.TX, sql.Stmt,
et al. all leave the underlying interfaces untouched, so that their
interfaces are a superset on the standard ones. This makes it relatively
painless to integrate existing codebases using database/sql with sqlx.
.
Major additional concepts are:
.
* Marshal rows into structs (with embedded struct support), maps, and slices
* Named parameter support including prepared statements
* Get and Select to go quickly from query to struct/slice
Description-md5:
Homepage: https://github.com/jmoiron/sqlx
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-jmoiron-sqlx/golang-github-jmoiron-sqlx-dev_1.3.5-1_all.deb