How to Install and Uninstall gotestsum Package on Kali Linux

Last updated: May 18,2024

1. Install "gotestsum" package

Please follow the step by step instructions below to install gotestsum on Kali Linux

$ sudo apt update $ sudo apt install gotestsum

2. Uninstall "gotestsum" package

This guide let you learn how to uninstall gotestsum on Kali Linux:

$ sudo apt remove gotestsum $ sudo apt autoclean && sudo apt autoremove

3. Information about the gotestsum package on Kali Linux

Package: gotestsum
Source: gotestsum (1.8.2-1)
Version: 1.8.2-1+b6
Installed-Size: 4763
Maintainer: Debian Go Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 1681580
SHA256: 5e302a66de42c2c4a0b78ce1da9503505f544b7c5fc16c744aef8545c60c60fe
SHA1: b5d8a4fa574c116da2bce0d21efcf737f35093d5
MD5sum: e2d3fed62571606eea0c2bfb1b628004
Description: Feature-rich runner for go test
`go test` runner with output optimized for humans, JUnit XML for CI
integration, and a summary of the test run results.
.
gotestsum runs tests, prints friendly test output and a summary
of the test run. Requires Go 1.10+.
.
gotestsum works by running go test --json ./... and reading the JSON
output.
Description-md5:
Homepage: https://github.com/gotestyourself/gotestsum
Built-Using: golang-1.21 (= 1.21.3-1), golang-fsnotify (= 1.6.0-2), golang-github-fatih-color (= 1.15.0-1), golang-github-google-go-cmp (= 0.5.9-1), golang-github-google-shlex (= 0.0~git20191202.e7afc7f-1), golang-github-mattn-go-colorable (= 0.1.13-1), golang-github-mattn-go-isatty (= 0.0.19-1), golang-github-pkg-errors (= 0.9.1-3), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-golang-x-mod (= 0.12.0-1), golang-golang-x-sync (= 0.3.0-1), golang-golang-x-sys (= 0.12.0-1), golang-golang-x-term (= 0.12.0-1), golang-golang-x-tools (= 1:0.13.0-1), gotest.tools (= 3.0.3-1)
Section: devel
Priority: optional
Filename: pool/main/g/gotestsum/gotestsum_1.8.2-1+b6_amd64.deb