How to Install and Uninstall libscalar-properties-perl Package on Kali Linux

Last updated: November 25,2024

1. Install "libscalar-properties-perl" package

Please follow the guidelines below to install libscalar-properties-perl on Kali Linux

$ sudo apt update $ sudo apt install libscalar-properties-perl

2. Uninstall "libscalar-properties-perl" package

Here is a brief guide to show you how to uninstall libscalar-properties-perl on Kali Linux:

$ sudo apt remove libscalar-properties-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libscalar-properties-perl package on Kali Linux

Package: libscalar-properties-perl
Version: 1.100860-3
Installed-Size: 38
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Enhances: libdata-compare-perl
Size: 14860
SHA256: e12c2c632b942b9ed78469e18c3780d9a8a2f312509fa06e69750ffe81936566
SHA1: cb3233030f3b6a1f3be1edd4a365dac7c07d87ea
MD5sum: 9e488eb7fd703aa232447167ae4ed349
Description: perl module to add run-time properties on scalar variables
Scalar::Properties attempts to make Perl more object-oriented by
taking an idea from Ruby: Everything you manipulate is an object,
and the results of those manipulations are objects themselves.
.
'hello world'->length
(-1234)->abs
"oh my god, it's full of properties"->index('g')
.
The first example asks a string to calculate its length. The second
example asks a number to calculate its absolute value. And the
third example asks a string to find the index of the letter 'g'.
.
Using this module you can have run-time properties on initialized
scalar variables and literal values. The word 'properties' is used
in the Perl 6 sense: out-of-band data, little sticky notes that
are attached to the value. While attributes (as in Perl 5's attribute
pragma, and see the Attribute::* family of modules) are handled
at compile-time, properties are handled at run-time.
Description-md5:
Homepage: https://metacpan.org/release/Scalar-Properties
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libs/libscalar-properties-perl/libscalar-properties-perl_1.100860-3_all.deb