How to Install and Uninstall python3-persist-queue Package on Kali Linux

Last updated: May 13,2024

1. Install "python3-persist-queue" package

Learn how to install python3-persist-queue on Kali Linux

$ sudo apt update $ sudo apt install python3-persist-queue

2. Uninstall "python3-persist-queue" package

Please follow the step by step instructions below to uninstall python3-persist-queue on Kali Linux:

$ sudo apt remove python3-persist-queue $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-persist-queue package on Kali Linux

Package: python3-persist-queue
Source: python-persist-queue
Version: 0.5.1-2
Installed-Size: 120
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 20488
SHA256: 2a6ce72156b7cccfdb09a14567d674b206a1b796f87f37204607e0ee3d9380c0
SHA1: 7f99d5b8aacea34486b1373cd2643e8c49a9967d
MD5sum: 70ce6f1def5d9406c230056fdeefd7b3
Description: thread-safe disk based persistent queue
persist-queue implements a file-based queue and a serial of
sqlite3-based queues. The goals is to achieve following
requirements:
.
* Disk-based: each queued item should be stored in disk in
case of any crash.
* Thread-safe: can be used by multi-threaded producers and
multi-threaded consumers.
* Recoverable: Items can be read after process restart.
* Green-compatible: can be used in greenlet or eventlet
environment.
Description-md5:
Homepage: https://github.com/peter-wangxu/persist-queue
Section: python
Priority: optional
Filename: pool/main/p/python-persist-queue/python3-persist-queue_0.5.1-2_all.deb