How to Install and Uninstall golang-github-modern-go-reflect2-dev Package on Kali Linux

Last updated: May 09,2024

1. Install "golang-github-modern-go-reflect2-dev" package

Learn how to install golang-github-modern-go-reflect2-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-modern-go-reflect2-dev

2. Uninstall "golang-github-modern-go-reflect2-dev" package

In this section, we are going to explain the necessary steps to uninstall golang-github-modern-go-reflect2-dev on Kali Linux:

$ sudo apt remove golang-github-modern-go-reflect2-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-modern-go-reflect2-dev package on Kali Linux

Package: golang-github-modern-go-reflect2-dev
Source: golang-github-modern-go-reflect2
Version: 1.0.2-2
Installed-Size: 71
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 10872
SHA256: af150a5172cf4c19bb321a53e67103e7fb18d07c1baa1e816a235155265d3948
SHA1: 1ebda6deef6d65376a0d057a06a270c60e12ff1e
MD5sum: 40dd358488becda2ff8555fce5e3df17
Description: Reflection API without runtime reflect.Value cost
The reflect2 package provides a reflection API that avoids runtime
reflect.Value cost:
.
* reflect get/set interface{}, with type checking
* reflect get/set unsafe.Pointer, without type checking
* reflect2.TypeByName works like Class.forName found in Java
.
This package is designed for low level libraries to optimize reflection
performance. General applications should still use the standard library
reflect.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/modern-go/reflect2
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-modern-go-reflect2/golang-github-modern-go-reflect2-dev_1.0.2-2_all.deb