How to Install and Uninstall libdata-stream-bulk-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "libdata-stream-bulk-perl" package

This guide let you learn how to install libdata-stream-bulk-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libdata-stream-bulk-perl

2. Uninstall "libdata-stream-bulk-perl" package

This is a short guide on how to uninstall libdata-stream-bulk-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libdata-stream-bulk-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdata-stream-bulk-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libdata-stream-bulk-perl
Priority: optional
Section: universe/perl
Installed-Size: 117
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.11-1
Depends: perl, libmoose-perl (>= 0.90), libnamespace-clean-perl (>= 0.08), libpath-class-perl, libsub-exporter-perl
Filename: pool/universe/libd/libdata-stream-bulk-perl/libdata-stream-bulk-perl_0.11-1_all.deb
Size: 45188
MD5sum: c58e3cb037df72c85be5754de4005573
SHA1: 2c0938bba883d1794fc4b0aa2a1595022218931b
SHA256: 24e4ce281c8671b9238271dd63c882b66066d70fd9f7c7f5fdd52ab3ab531026
Description-en: N at a time iteration API
Data::Stream::Bulk is a utility for working with data streams of indefinite
size. It tries to find a middle ground between one-at-a-time and all-at-once
processing of data sets by providing a common interface for both.
.
Often, data sets from streams can fit entirely in memory, so operating on them
with an array is simple and appropriate. However, in cases where the stream is
not bounded, the array can grow to a very large size and quickly consume all
available memory. This module allows developers to work with data in blocks
which are guaranteed to fit in memory.
Description-md5: 1342583cd5b0161adcaa25c8c3b656e5
Homepage: http://search.cpan.org/dist/Data-Stream-Bulk/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu