How to Install and Uninstall golang-github-smallstep-assert-dev Package on Kali Linux

Last updated: January 10,2025

1. Install "golang-github-smallstep-assert-dev" package

Please follow the step by step instructions below to install golang-github-smallstep-assert-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-smallstep-assert-dev

2. Uninstall "golang-github-smallstep-assert-dev" package

This guide covers the steps necessary to uninstall golang-github-smallstep-assert-dev on Kali Linux:

$ sudo apt remove golang-github-smallstep-assert-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-smallstep-assert-dev package on Kali Linux

Package: golang-github-smallstep-assert-dev
Source: golang-github-smallstep-assert
Version: 0.0~git20200723.82e2b9b-4
Installed-Size: 29
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 5480
SHA256: e6ed11bdf7e9eddf8e793534ee76c0d23a40795051f83ee522b0b063a5cf4163
SHA1: 4f808fc52fb7070aa100e262a430946f73a4673f
MD5sum: 52305f731c45440c91d1c367d6618814
Description: simple assertion framework written in go
This library provides an assertion framework including the following functions:
- Equals: checks that expected and actual are equal.
- Error: checks if err is not nil.
- False: checks that a condition is false.
- Fatal: checks that a condition is true or marks the test as failed and stop
it's execution.
- FatalError: checks that a error is nil or marks the test as failed and stop
it's execution.
- HasPrefix: checks that the string contains the given prefix.
- HasSuffix: checks that the string ends with the given suffix.
- Len: checks that the application of len() to value match the expected value.
- Nil: checks that the value is nil.
- NoError: checks if err nil.
- NotEquals: checks that expected and actual are not equal.
- NotNil: checks that the value is not nil.
- Panic: checks that the passed function panics.
- True: checks that a condition is true.
- Type: checks that the value matches the type of expected.
.
Documentation: http://godoc.org/github.com/smallstep/assert
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/smallstep/assert
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-smallstep-assert/golang-github-smallstep-assert-dev_0.0~git20200723.82e2b9b-4_all.deb