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

Last updated: May 18,2024

1. Install "libobject-signature-perl" package

Please follow the step by step instructions below to install libobject-signature-perl on Kali Linux

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

2. Uninstall "libobject-signature-perl" package

This is a short guide on how to uninstall libobject-signature-perl on Kali Linux:

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

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

Package: libobject-signature-perl
Version: 1.08-1
Installed-Size: 31
Maintainer: Debian Perl Group
Architecture: all
Depends: perl
Size: 12120
SHA256: 59744ab12b4673e53052f9ec801f6f27f042e2ae9448a30642caf5124cd88704
SHA1: 055c4a47ba47b9256f4404b5d815e2cc77582770
MD5sum: 79f2525f843fb8f93b877a4303f815f5
Description: module perl for generate cryptographic signatures for objects
Object::Signature is an abstract base class that you can inherit from in
order to allow your objects to generate unique cryptographic signatures.
.
The method used to generate the signature is based on Storable and
Digest::MD5. The object is fed to "Storable::nfreeze" to get a string,
which is then passed to Digest::MD5::md5_hex to get a unique 32
character hexadecimal signature.
Description-md5:
Homepage: https://metacpan.org/release/Object-Signature
Tag: devel::lang:perl, devel::library, implemented-in::perl,
security::cryptography
Section: perl
Priority: optional
Filename: pool/main/libo/libobject-signature-perl/libobject-signature-perl_1.08-1_all.deb