How to Install and Uninstall libscalar-properties-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "libscalar-properties-perl" package

This tutorial shows how to install libscalar-properties-perl on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libscalar-properties-perl" package

Please follow the step by step instructions below to uninstall libscalar-properties-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libscalar-properties-perl package on Ubuntu 21.10 (Impish Indri)

Package: libscalar-properties-perl
Architecture: all
Version: 1.100860-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: 35
Depends: perl
Enhances: libdata-compare-perl
Filename: pool/universe/libs/libscalar-properties-perl/libscalar-properties-perl_1.100860-1_all.deb
Size: 13176
MD5sum: d6b247d9766ee7bc9f07a56bacc1a437
SHA1: 3722449ad5d6ab0c033baeb813cbcc0a0163f95a
SHA256: 7e49d0104d52cc29bd82ec314fb60ca011780484e31655e4600137cbed3569df
SHA512: 12426e6d939f780c1a329d153c06c35f9301b6c4a3ade4319dc40f039579cf097b8650d4af4c1db14bfa42054a890895292d708e4ea7b3a9edbb4c78d52843a3
Homepage: https://metacpan.org/release/Scalar-Properties
Description-en: 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: 3621eb8f31d12b10606eb40111434762