How to Install and Uninstall python-pqueue Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: October 04,2024

1. Install "python-pqueue" package

This tutorial shows how to install python-pqueue on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pqueue

2. Uninstall "python-pqueue" package

In this section, we are going to explain the necessary steps to uninstall python-pqueue on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-pqueue $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-pqueue package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-pqueue
Priority: optional
Section: universe/python
Installed-Size: 74
Maintainer: Ubuntu Developers
Original-Maintainer: Chris Lawrence
Architecture: amd64
Version: 0.2-7.2
Provides: python2.7-pqueue
Depends: libc6 (>= 2.2.5), python (>= 2.7), python (<< 2.8)
Filename: pool/universe/p/python-pqueue/python-pqueue_0.2-7.2_amd64.deb
Size: 12996
MD5sum: 015ef761aa6404717310c605a0fa3dbd
SHA1: 792de8ce2061d33d57a0eb1b13be50b8b962d612
SHA256: 252fd6ed8e70de8b15d7fbeeb4327efb53cdfca8c818bb855cadd68905a74ea0
Description-en: a priority queue extension for Python
This C extension implements a priority-queue object using a Fibonacci
heap as the underlying data structure. It supports insertion,
deletion, and reprioritization of entries.
.
All operations are O(log N) or faster; insertion and finding the
lowest-priority item are O(1).
Description-md5: 2758f86efa8149dea2afd006c58b3735
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu