How to Install and Uninstall libobject-declare-perl Package on Kali Linux

Last updated: May 10,2024

1. Install "libobject-declare-perl" package

Here is a brief guide to show you how to install libobject-declare-perl on Kali Linux

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

2. Uninstall "libobject-declare-perl" package

In this section, we are going to explain the necessary steps to uninstall libobject-declare-perl on Kali Linux:

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

3. Information about the libobject-declare-perl package on Kali Linux

Package: libobject-declare-perl
Version: 0.25-2
Installed-Size: 35
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libsub-override-perl
Size: 14368
SHA256: 78cac3061ad193f6834698af8a203e1f97a1e9e00bacc1971f9f19cb71ed9a88
SHA1: 258e9a1c31d8ca33cb294205c715c2a6991315ef
MD5sum: 10273949bf4c7778641b91d65a5433f5
Description: 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:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Object-Declare
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libo/libobject-declare-perl/libobject-declare-perl_0.25-2_all.deb