How to Install and Uninstall python3-aiozipkin Package on Kali Linux

Last updated: March 14,2025

1. Install "python3-aiozipkin" package

Please follow the steps below to install python3-aiozipkin on Kali Linux

$ sudo apt update $ sudo apt install python3-aiozipkin

2. Uninstall "python3-aiozipkin" package

Please follow the instructions below to uninstall python3-aiozipkin on Kali Linux:

$ sudo apt remove python3-aiozipkin $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-aiozipkin package on Kali Linux

Package: python3-aiozipkin
Source: aiozipkin
Version: 1.1.1a1-1
Installed-Size: 80
Maintainer: Jelmer Vernooij
Architecture: all
Depends: python3-aiohttp (>= 3.7.2), python3:any
Size: 17584
SHA256: 9786b354f5bc78f4a26ae2d1d68dad0d56056fcdc2b19f3a8c81981aa108d3b6
SHA1: ec19f90c381d6306a44b5b1ba02fde7aa8ccb242
MD5sum: 40be613131daabb40e186cdf27667431
Description: Distributed tracing instrumentation for asyncio application with zipkin
aiozipkin is a Python module that adds distributed tracing
capabilities from asyncio applications with zipkin (http://zipkin.io)
server instrumentation.
.
zipkin is a distributed tracing system. It helps gather timing data
needed to troubleshoot latency problems in microservice architectures.
It manages both the collection and lookup of this data. Zipkin’s
design is based on the Google Dapper paper.
.
Applications are instrumented with aiozipkin report timing data to
zipkin. The Zipkin UI also presents a Dependency diagram showing how
many traced requests went through each application. If you are
troubleshooting latency problems or errors, you can filter or sort all
traces based on the application, length of trace, annotation, or
timestamp.
Description-md5:
Section: python
Priority: optional
Filename: pool/main/a/aiozipkin/python3-aiozipkin_1.1.1a1-1_all.deb