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

Last updated: May 11,2024

1. Install "libspiffy-perl" package

In this section, we are going to explain the necessary steps to install libspiffy-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libspiffy-perl

2. Uninstall "libspiffy-perl" package

Learn how to uninstall libspiffy-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libspiffy-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libspiffy-perl
Priority: optional
Section: universe/perl
Installed-Size: 86
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.41-1
Depends: perl, libscalar-list-utils-perl
Filename: pool/universe/libs/libspiffy-perl/libspiffy-perl_0.41-1_all.deb
Size: 24324
MD5sum: 25d9c4a92f6353207ffea74327cb6557
SHA1: d03ab3b4dabedcc026b8679dcfc44b18085f1e02
SHA256: a99f6e8a62012cd8e789d65ccc8288cc794173b7e098caec935409269346ab0a
Description-en: Spiffy Perl Interface Framework For You
"Spiffy" is a framework and methodology for doing object oriented (OO)
programming in Perl. Spiffy combines the best parts of Exporter.pm,
base.pm, mixin.pm and SUPER.pm into one magic foundation class. It
attempts to fix all the nits and warts of traditional Perl OO, in a
clean, straightforward and (perhaps someday) standard way.
.
Spiffy borrows ideas from other OO languages like Python, Ruby,
Java and Perl 6. It also adds a few tricks of its own.
.
If you take a look on CPAN, there are a ton of OO related modules. When
starting a new project, you need to pick the set of modules that makes
most sense, and then you need to use those modules in each of your
classes. Spiffy, on the other hand, has everything you'll probably need
in one module, and you only need to use it once in one of your classes.
If you make Spiffy.pm the base class of the basest class in your
project, Spiffy will automatically pass all of its magic to all of your
subclasses. You may eventually forget that you're even using it!
Description-md5: 321f2d26d73c78979ac05371b37daf21
Homepage: https://metacpan.org/release/Spiffy
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu