How to Install and Uninstall golang-github-google-pprof-dev Package on Kali Linux

Last updated: May 20,2024

1. Install "golang-github-google-pprof-dev" package

This guide let you learn how to install golang-github-google-pprof-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-google-pprof-dev

2. Uninstall "golang-github-google-pprof-dev" package

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

$ sudo apt remove golang-github-google-pprof-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-google-pprof-dev package on Kali Linux

Package: golang-github-google-pprof-dev
Source: golang-github-google-pprof
Version: 0.0~git20211008.947d60d-1
Installed-Size: 3960
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-chzyer-readline-dev, golang-github-ianlancetaylor-demangle-dev
Size: 977388
SHA256: 84984fc28dcd4310f060513225f297444dfca2f91ea8527f823eeed147a12059
SHA1: 6ccec23e0f70b1bc88a69924fb42adda63618a22
MD5sum: 122d2c294f5da1c97ddee284953982e8
Description: pprof is a tool for visualization and analysis of profiling data
pprof reads a collection of profiling samples in profile.proto format
and generates reports to visualize and help analyze the data. It can
generate both text and graphical reports (through the use of the dot
visualization package).
.
profile.proto is a protocol buffer that describes a set of callstacks
and symbolization information. A common usage is to represent a set of
sampled callstacks from statistical profiling. The format is described
on the proto/profile.proto (./proto/profile.proto) file. For details on
protocol buffers, see https://developers.google.com/protocol-buffers
.
Profiles can be read from a local file, or over http. Multiple profiles
of the same type can be aggregated or compared.
.
If the profile samples contain machine addresses, pprof can symbolize
them through the use of the native binutils tools (addr2line and nm).
.
This is not an official Google product.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/google/pprof
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-google-pprof/golang-github-google-pprof-dev_0.0~git20211008.947d60d-1_all.deb