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

Last updated: May 13,2024

1. Install "libdbix-sequence-perl" package

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

$ 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 Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libdbix-sequence-perl
Priority: optional
Section: universe/perl
Installed-Size: 82
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.5-2
Depends: libdbi-perl
Filename: pool/universe/libd/libdbix-sequence-perl/libdbix-sequence-perl_1.5-2_all.deb
Size: 20160
MD5sum: 9dcf76dc0a6f304801bc61300241ab2e
SHA1: 8b71eece9a135cb15a6c303798ac3af92346a3ca
SHA256: 17c591145adf3410bd61ca8d6fbef522b056f2aba24b9fe5f2449d4ff1d7a4d0
Description-en: 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: f3c2b9e39ed64d2360350d24cc43c55c
Homepage: http://search.cpan.org/dist/DBIx-Sequence/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu