How to Install and Uninstall libdbix-sequence-perl Package on Kali Linux

Last updated: May 13,2024

1. Install "libdbix-sequence-perl" package

This is a short guide on how to install libdbix-sequence-perl on Kali Linux

$ sudo apt update $ sudo apt install libdbix-sequence-perl

2. Uninstall "libdbix-sequence-perl" package

Please follow the instructions below to uninstall libdbix-sequence-perl on Kali Linux:

$ sudo apt remove libdbix-sequence-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdbix-sequence-perl package on Kali Linux

Package: libdbix-sequence-perl
Version: 1.5-4
Installed-Size: 56
Maintainer: Debian Perl Group
Architecture: all
Depends: libdbi-perl
Size: 19668
SHA256: 9a794b5d1ac8b7380e396d7a52deb59766eb2294f0c7a26a63dc4cc0a33ae7d0
SHA1: 06e6cb8245222ab9447887dcaab6d0f873b2c17f
MD5sum: de6f8f528d70f2f0265d5fc960fea568
Description: simple SQL92 ID generator
DBIx::Sequence is intended to give easier portability to Perl database
application by providing a database independent unique ID generator. This way,
an application developer is not bound to use his database's SEQUENCE or
auto_increment thus making his application portable on multiple database
environnements.
.
This module implements a simple Spin Locker mechanism and is garanteed to
return a unique value every time it is called, even with concurrent processes.
It uses your database for its state storage with ANSI SQL92 compliant SQL. All
SQL queries inside DBIx::Sequence are pre cached and very efficient especially
under mod_perl.
Description-md5:
Homepage: https://metacpan.org/release/DBIx-Sequence
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libd/libdbix-sequence-perl/libdbix-sequence-perl_1.5-4_all.deb