How to Install and Uninstall libdata-stream-bulk-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

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

Please follow the guidance below to install libdata-stream-bulk-perl on Ubuntu 21.10 (Impish Indri)

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

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

This tutorial shows how to uninstall libdata-stream-bulk-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libdata-stream-bulk-perl package on Ubuntu 21.10 (Impish Indri)

Package: libdata-stream-bulk-perl
Architecture: all
Version: 0.11-1.1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 83
Depends: perl:any, 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.1_all.deb
Size: 36300
MD5sum: c79c343adc7653b2109a42dc8149ed33
SHA1: e200918ff15ba7dd09b44aa9d7e1aaeeed182a3b
SHA256: e400d01e480689250fe45ae6b0745bea1de388734b06eba1189e7a9d857d7fb8
SHA512: 59d8d37c6324ecf4e7e5a0635f75ed6b5e26789964e260f411346b120954c6cdc0f6f5af4c4f5681d23a06114fe07c0ff277e4c409e2a1ab2f5db7b7f1dcca93
Homepage: http://search.cpan.org/dist/Data-Stream-Bulk/
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