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

Last updated: May 20,2024

1. Install "python3-osprofiler" package

Here is a brief guide to show you how to install python3-osprofiler on Kali Linux

$ sudo apt update $ sudo apt install python3-osprofiler

2. Uninstall "python3-osprofiler" package

Please follow the steps below to uninstall python3-osprofiler on Kali Linux:

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

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

Package: python3-osprofiler
Source: python-osprofiler
Version: 3.4.3-3
Installed-Size: 299
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-importlib-metadata, python3-netaddr, python3-oslo.concurrency, python3-oslo.serialization, python3-oslo.utils, python3-prettytable, python3-requests, python3-webob, python3:any
Size: 44080
SHA256: 22ca0dae8b195be737983a249180a6011a9fc785f664b57b6d443a0b0f0d788b
SHA1: 92b606a91f504283c64cfa33f6ce66344b51d985
MD5sum: 0044a01c0b46bdc3d41ad4abd0aeb637
Description: OpenStack Profiler Library - Python 3.x
OpenStack consists of multiple projects. Each project, in turn, is composed of
multiple services. To process some request, e.g. to boot a virtual machine,
OpenStack uses multiple services from different projects. In the case somethin
works too slowly, it's extremely complicated to understand what exactly goes
wrong and to locate the bottleneck.
.
To resolve this issue, a tiny but powerful library, osprofiler, has been
interoduced, and can be used by all OpenStack projects and their Python
clients. To be able to generate one trace per request, that goes through all
involved services, and builds a tree of calls (see an example
http://pavlovic.me/rally/profiler/).
.
This package contains the Python 3.x module.
Description-md5:
Homepage: https://opendev.org/openstack/osprofiler
Tag: admin::virtualization, implemented-in::python, role::shared-lib,
suite::openstack, system::cloud, system::virtual
Section: python
Priority: optional
Filename: pool/main/p/python-osprofiler/python3-osprofiler_3.4.3-3_all.deb