How to Install and Uninstall libfile-queue-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "libfile-queue-perl" package

This guide covers the steps necessary to install libfile-queue-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libfile-queue-perl

2. Uninstall "libfile-queue-perl" package

Here is a brief guide to show you how to uninstall libfile-queue-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libfile-queue-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libfile-queue-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libfile-queue-perl
Priority: optional
Section: universe/perl
Installed-Size: 68
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.01a-1
Depends: perl
Filename: pool/universe/libf/libfile-queue-perl/libfile-queue-perl_1.01a-1_all.deb
Size: 8672
MD5sum: 410bdfd824a70b59d670ad7fb4a09523
SHA1: c6b98866b6805bd6ccf8e1193f40473fc6107bb8
SHA256: 4f143eb5248c91ec782fbc413a7337b2c500222afe703c97727ac478f13543e7
Description-en: Perl module providing a persistent FIFO Queue using a file
File::Queue allows for the creation of persistent First In, First Out (FIFO)
queue objects, saving data in a file. Queue elements can only be scalars; if
you want to work with references or other complex data structures, you have
to serialize them first. This module was written with speed in mind, and is
indeed very fast, but one should take care to understand its limitations.
Description-md5: b01a46858b1c32b5eb1c748747cac7a4
Homepage: http://search.cpan.org/dist/File-Queue/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu