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

Last updated: February 02,2025

1. Install "python3-timeline" package

In this section, we are going to explain the necessary steps to install python3-timeline on Kali Linux

$ sudo apt update $ sudo apt install python3-timeline

2. Uninstall "python3-timeline" package

This guide let you learn how to uninstall python3-timeline on Kali Linux:

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

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

Package: python3-timeline
Source: python-timeline
Version: 0.0.7-5
Installed-Size: 57
Maintainer: Debian Python Team
Architecture: all
Depends: python3-tz, python3:any
Size: 10104
SHA256: f69e66713cbf30930ba402f78fae71d1e229d8267fa2e6f0dce27d1899f42e3c
SHA1: 32dc704e7a209d536360a7e94d424f720984c9eb
MD5sum: b9eff107747242622260bc3d3b4d3ce3
Description: Timeline module for modelling a series of actions (Python 3)
The timeline package provides a way to model a series of actions. For
instance, during a web request the appserver might call out to a number of
backend services, make sql queries and memcached lookups. All of these
actions can be tracked in a single timeline, and that serialised or
analysed for slow points.
.
This package installs the library for Python 3.
Description-md5:
Multi-Arch: foreign
Homepage: https://launchpad.net/python-timeline
Section: python
Priority: optional
Filename: pool/main/p/python-timeline/python3-timeline_0.0.7-5_all.deb