How to Install and Uninstall golang-github-alecthomas-repr-dev Package on Kali Linux

Last updated: January 11,2025

1. Install "golang-github-alecthomas-repr-dev" package

Please follow the guidance below to install golang-github-alecthomas-repr-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-alecthomas-repr-dev

2. Uninstall "golang-github-alecthomas-repr-dev" package

Here is a brief guide to show you how to uninstall golang-github-alecthomas-repr-dev on Kali Linux:

$ sudo apt remove golang-github-alecthomas-repr-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-alecthomas-repr-dev package on Kali Linux

Package: golang-github-alecthomas-repr-dev
Source: golang-github-alecthomas-repr
Version: 0.2.0-1
Installed-Size: 34
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 7620
SHA256: 9c90ae3769b749accccfa206b93d951f3cfb1b9dc09cad415a0377c9d04f9ee2
SHA1: 3aaf14e2730b5a3579532a39987f21e79e5e9c28
MD5sum: ec370e04d9324185d8d3242e4cfb01a0
Description: Python's repr() for Go
The repr package attempts to represent Go values in a form that can be
used almost directly in Go source code.
.
Unfortunately, some values (such as pointers to basic types) cannot
be represented directly in Go. These values will be represented as
&, e.g. &23
.
Example:
.
type test struct {
S string
I int
A []int
}
.
func main() {
repr.Print(&test{
S: "String",
I: 123,
A: []int{1, 2, 3},
})
}
.
Outputs
.
&main.test{S: "String", I: 123, A: []int{1, 2, 3}}
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/alecthomas/repr
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-alecthomas-repr/golang-github-alecthomas-repr-dev_0.2.0-1_all.deb