How to Install and Uninstall elpa-queue Package on Kali Linux

Last updated: May 20,2024

1. Install "elpa-queue" package

This tutorial shows how to install elpa-queue on Kali Linux

$ sudo apt update $ sudo apt install elpa-queue

2. Uninstall "elpa-queue" package

This guide let you learn how to uninstall elpa-queue on Kali Linux:

$ sudo apt remove elpa-queue $ sudo apt autoclean && sudo apt autoremove

3. Information about the elpa-queue package on Kali Linux

Package: elpa-queue
Source: queue-el
Version: 0.2-4
Installed-Size: 32
Maintainer: Debian Emacsen Team
Architecture: all
Depends: dh-elpa-helper, emacsen-common
Recommends: emacs (>= 46.0)
Enhances: emacs
Size: 5404
SHA256: f8a41073cc6fb7826a40da6eb0ec19bc59e722c53d7f07df8220cf0100c984fa
SHA1: dc2ed26ffd9d6985d5af309bdfedd3aa64d406bb
MD5sum: b45b81fac6fab933f4bc05e8da63bb52
Description: queue data structure for Emacs Lisp
This library provides a queue data structure for Emacs Lisp. The
queues can be used both as a first-in last-out (FILO) and as a
first-in first-out (FIFO) stack, i.e. elements can be added to the
front or back of the queue, and can be removed from the front. (This
type of data structure is sometimes called an "output-restricted
deque".)
Description-md5:
Homepage: https://elpa.gnu.org/packages/queue.html
Section: lisp
Priority: optional
Filename: pool/main/q/queue-el/elpa-queue_0.2-4_all.deb