How to Install and Uninstall golang-github-maxatome-go-testdeep-dev Package on Kali Linux

Last updated: November 23,2024

1. Install "golang-github-maxatome-go-testdeep-dev" package

This guide covers the steps necessary to install golang-github-maxatome-go-testdeep-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-maxatome-go-testdeep-dev

2. Uninstall "golang-github-maxatome-go-testdeep-dev" package

This tutorial shows how to uninstall golang-github-maxatome-go-testdeep-dev on Kali Linux:

$ sudo apt remove golang-github-maxatome-go-testdeep-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-maxatome-go-testdeep-dev package on Kali Linux

Package: golang-github-maxatome-go-testdeep-dev
Source: golang-github-maxatome-go-testdeep
Version: 1.14.0-1
Installed-Size: 1844
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-davecgh-go-spew-dev
Size: 225308
SHA256: 9fedf5d23c97d0ab3e088afe9a9a85e805a7696c31260c680501699aa9fffbc4
SHA1: 4499a5ce7749e84e31f730b4967b00b41bb673c1
MD5sum: f0722fce2074503eaf85eeecb036afea
Description: Extremely flexible golang deep comparison
go-testdeep is historically a go rewrite and adaptation of wonderful
Test::Deep perl.
.
In golang, comparing data structure is usually done using
reflect.DeepEqual or using a package that uses this function behind
the scene.
.
This function works very well, but it is not flexible. Both compared
structures must match exactly and when a difference is returned, it is
up to the caller to display it. Not easy when comparing big data
structures.
.
The purpose of go-testdeep, via the td package and its helpers, is to
do its best to introduce this missing flexibility using "operators",
when the expected value (or one of its component) cannot be matched
exactly, mixed with some useful comparison functions.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/maxatome/go-testdeep
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-maxatome-go-testdeep/golang-github-maxatome-go-testdeep-dev_1.14.0-1_all.deb