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

Last updated: December 23,2024

1. Install "libobject-signature-perl" package

This guide covers the steps necessary to install libobject-signature-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libobject-signature-perl" package

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

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

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

Package: libobject-signature-perl
Priority: optional
Section: universe/perl
Installed-Size: 72
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.07-1
Depends: perl
Filename: pool/universe/libo/libobject-signature-perl/libobject-signature-perl_1.07-1_all.deb
Size: 11442
MD5sum: 23d7886714f8a18f46aaa0a92ff076ff
SHA1: 66449e093bada3d0bb733a01040466b4a21cad9c
SHA256: f8cf920f6d2c28fe61bcf38b76f3e921b4aac37dcc7fd1beca4fe20243a774fd
Description-en: 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: 7842e01de2c2fb045d9bdcbdd2333580
Homepage: http://search.cpan.org/dist/Object-Signature/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu