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

Last updated: May 18,2024

1. Install "libobject-declare-perl" package

Here is a brief guide to show you how to install libobject-declare-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libobject-declare-perl

2. Uninstall "libobject-declare-perl" package

Please follow the instructions below to uninstall libobject-declare-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libobject-declare-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libobject-declare-perl
Priority: optional
Section: universe/perl
Installed-Size: 34
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.23-1
Depends: perl, libsub-override-perl
Filename: pool/universe/libo/libobject-declare-perl/libobject-declare-perl_0.23-1_all.deb
Size: 13126
MD5sum: b1d7e6378fa7dd651d06d35705e74139
SHA1: 7f1c5199c87808d9b566e34c518fdebfbed01432
SHA256: 5be8398dac17187a1c409a61b2d3766f1d648fdbbccbe2b9ca32ffc9dc76a4a0
Description-en: declarative object constructor
Object::Declare exports one function, declare, for building named
objects with a declarative syntax, similar to how Jifty::DBI::Schema
defines its columns.
.
In list context, declare returns a list of name/object pairs in the
order of declaration (allowing duplicates), suitable for putting into a hash.
In scalar context, declare returns a hash reference.
.
Example: function for defining some declarative object
.
sub do_declare { declare {
column x =>
is rw,
is Very::Happy;
} };
Description-md5: ede60087585a3e565785b8224a1aa61f
Homepage: https://metacpan.org/release/Object-Declare
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu