How to Install and Uninstall libdata-stream-bulk-perl Package on Kali Linux

Last updated: September 20,2024

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

This guide let you learn how to install libdata-stream-bulk-perl on Kali Linux

$ 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 Kali Linux:

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

3. Information about the libdata-stream-bulk-perl package on Kali Linux

Package: libdata-stream-bulk-perl
Version: 0.11-1.1
Installed-Size: 84
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libmoose-perl (>= 0.90), libnamespace-clean-perl (>= 0.08), libpath-class-perl, libsub-exporter-perl
Size: 36732
SHA256: e0540e86191355726d5855851ec087a571470a0d0709c8c936fb1e4e2af8db57
SHA1: 5687521af1fdd0ce672b94c8279bdd8332673a8c
MD5sum: bd1f92800b8f8afc53d29307623833f1
Description: 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:
Homepage: http://search.cpan.org/dist/Data-Stream-Bulk/
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libd/libdata-stream-bulk-perl/libdata-stream-bulk-perl_0.11-1.1_all.deb