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

Last updated: May 19,2024

1. Install "go-staticcheck" package

This is a short guide on how to install go-staticcheck on Kali Linux

$ sudo apt update $ sudo apt install go-staticcheck

2. Uninstall "go-staticcheck" package

This guide covers the steps necessary to uninstall go-staticcheck on Kali Linux:

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

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

Package: go-staticcheck
Source: golang-honnef-go-tools
Version: 2023.1.7-1
Installed-Size: 8897
Maintainer: Debian Go Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 2968168
SHA256: c2e844165354da95b370c5f7638ec81f6c052c43f5f993ed3f62d715c384baa9
SHA1: 054864057c4a26ad20c5451b15dbc7fb50c3c6ae
MD5sum: e6376436146291bbb5d59f6b29d10fc8
Description: advanced Go linter
Staticcheck is a state of the art linter for the Go programming language.
Using static analysis, it finds bugs and performance issues, offers
simplifications, and enforces style rules.
Description-md5:
Homepage: https://github.com/dominikh/go-tools
Built-Using: golang-1.21 (= 1.21.7-1), golang-golang-x-exp (= 0.0~git20231006.7918f67-1), golang-golang-x-mod (= 0.14.0-1), golang-golang-x-sys (= 0.16.0-1), golang-golang-x-tools (= 1:0.17.0+ds-1), golang-toml (= 1.3.2-2)
Section: golang
Priority: optional
Filename: pool/main/g/golang-honnef-go-tools/go-staticcheck_2023.1.7-1_amd64.deb