How to Install and Uninstall libscalar-properties-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "libscalar-properties-perl" package

This tutorial shows how to install libscalar-properties-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libscalar-properties-perl" package

Please follow the steps below to uninstall libscalar-properties-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libscalar-properties-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libscalar-properties-perl
Priority: optional
Section: universe/perl
Installed-Size: 84
Maintainer: Ubuntu MOTU Developers
Original-Maintainer: Miguelangel Jose Freitas Loreto
Architecture: all
Version: 0.13-1
Depends: perl (>= 5.6.0-16)
Filename: pool/universe/libs/libscalar-properties-perl/libscalar-properties-perl_0.13-1_all.deb
Size: 17126
MD5sum: b600e2fcb9c3729c0cd79ef65f0e2ad1
SHA1: 124acf94baa10eb50d63c5e67960d99050885710
SHA256: d969f1666d0d374764045d4249e7780dd48f35c22332fcf80b4484e68fc7bc84
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
Enhances: libdata-compare-perl
Homepage: http://search.cpan.org/dist/Scalar-Properties/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu