How to Install and Uninstall go-qrcode Package on Kali Linux

Last updated: May 04,2024

1. Install "go-qrcode" package

Please follow the steps below to install go-qrcode on Kali Linux

$ sudo apt update $ sudo apt install go-qrcode

2. Uninstall "go-qrcode" package

Please follow the guidelines below to uninstall go-qrcode on Kali Linux:

$ sudo apt remove go-qrcode $ sudo apt autoclean && sudo apt autoremove

3. Information about the go-qrcode package on Kali Linux

Package: go-qrcode
Source: go-qrcode (0.0~git20200617.da1b656-4)
Version: 0.0~git20200617.da1b656-4+b7
Installed-Size: 1615
Maintainer: Debian Go Packaging Team
Architecture: amd64
Size: 609440
SHA256: 0ef193aebb9f7c992788cefdc53c27cd50d4bb9dcfcf20baaf4b4c1b40f5b51e
SHA1: ace5f45c74c89f9066ffaedfd93146fe30121118
MD5sum: fd0175081f60a4f8f46b3f469db31c00
Description: QR Code encoder (Go program)
Package qrcode implements a QR Code encoder in Go language.
.
A QR Code is a matrix (two-dimensional) barcode. Arbitrary content may
be encoded, with URLs being a popular choice :)
.
Each QR Code contains error recovery information to aid reading damaged
or obscured codes. There are four levels of error recovery: Low, medium,
high and highest. QR Codes with a higher recovery level are more robust
to damage, at the cost of being physically larger.
.
The maximum capacity of a QR Code varies according to the content encoded
and the error recovery level. The maximum capacity is 2,953 bytes, 4,296
alphanumeric characters, 7,089 numeric digits, or a combination of these.
.
This package contains the command-line tool qrcode.
Description-md5:
Homepage: https://github.com/skip2/go-qrcode
Built-Using: golang-1.21 (= 1.21.3-1)
Section: devel
Priority: optional
Filename: pool/main/g/go-qrcode/go-qrcode_0.0~git20200617.da1b656-4+b7_amd64.deb