How to Install and Uninstall golang-gopkg-pg.v5-dev Package on Kali Linux

Last updated: May 19,2024

1. Install "golang-gopkg-pg.v5-dev" package

Please follow the guidance below to install golang-gopkg-pg.v5-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-gopkg-pg.v5-dev

2. Uninstall "golang-gopkg-pg.v5-dev" package

This guide covers the steps necessary to uninstall golang-gopkg-pg.v5-dev on Kali Linux:

$ sudo apt remove golang-gopkg-pg.v5-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-gopkg-pg.v5-dev package on Kali Linux

Package: golang-gopkg-pg.v5-dev
Source: golang-gopkg-pg.v5
Version: 5.3.3-3.1
Installed-Size: 412
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-jinzhu-inflection-dev, golang-ginkgo-dev, golang-gomega-dev, golang-gopkg-check.v1-dev
Size: 66384
SHA256: 594ff8602ad6f921e8c6b90cd502f8ed75f6a72f9ff170902d2f8d1dd2b14e6e
SHA1: 2b2ca9e51630d998831bd53675835e5a3fd050be
MD5sum: bb8f1349f775466851a68913eca24568
Description: PostgreSQL client and ORM for Golang
Go-pg is a convenient PostgreSQL client and ORM for Golang with the
following features:
.
- Basic types: integers, floats, string, bool, time.Time.
sql.NullBool, sql.NullString, sql.NullInt64,
sql.NullFloat64 and pg.NullTime
- sql.Scanner and sql/driver.Valuer interfaces
- Structs, maps and arrays are marshalled as JSON by default
- PostgreSQL multidimensional Arrays using array tag and Array wrapper
- Hstore using hstore tag and Hstore wrapper
- All struct fields are nullable by default and zero values (empty string,
0, zero time) are marshalled as SQL NULL. ``sql:",notnull"` is used to
reverse this behaviour
- Transactions
- Prepared statements
- Notifications using LISTEN and NOTIFY
- Copying data using COPY FROM and COPY TO
- Timeouts
- Automatic connection pooling
- Queries retries on network errors
- Working with models using ORM and SQL
- Scanning variables using ORM and SQL
- SelectOrInsert using on-conflict
- INSERT ... ON CONFLICT DO UPDATE using ORM
- Common table expressions using WITH and WrapWith
- CountEstimate using EXPLAIN to get estimated number of matching rows
- HasOne, BelongsTo, HasMany and ManyToMany-
- Creating tables from structs
- Migrations
- Sharding
Description-md5:
Homepage: https://github.com/go-pg/pg
Section: golang
Priority: optional
Filename: pool/main/g/golang-gopkg-pg.v5/golang-gopkg-pg.v5-dev_5.3.3-3.1_all.deb