How to Install and Uninstall python3-persist-queue Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "python3-persist-queue" package

Please follow the guidelines below to install python3-persist-queue on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "python3-persist-queue" package

Learn how to uninstall python3-persist-queue on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-persist-queue package on Ubuntu 21.10 (Impish Indri)

Package: python3-persist-queue
Architecture: all
Version: 0.5.1-1
Priority: optional
Section: universe/python
Source: python-persist-queue
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 124
Depends: python3:any
Filename: pool/universe/p/python-persist-queue/python3-persist-queue_0.5.1-1_all.deb
Size: 20544
MD5sum: ff04cac7317ef1ab2c96dffe20628206
SHA1: fd04de30c470686071194a1870f0d3686980a1db
SHA256: 0909238959586514138b0bf9cb4746c172e4a7799cd6ac2e060ba68eb24d2f5a
SHA512: 35a09410181a4202c10a40ca2bff8021d9613a1cfbcfefe6f98b78d075a513352e8a1c2baec450e60d3b4fbb53080b160e06f6cde2921e35e7fdcea851f44387
Homepage: https://github.com/peter-wangxu/persist-queue
Description-en: 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: 181a857af152caaa8f0374b52c32c8f5