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

Last updated: May 10,2024

1. Install "libanyevent-dbi-perl" package

Please follow the step by step instructions below to install libanyevent-dbi-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libanyevent-dbi-perl

2. Uninstall "libanyevent-dbi-perl" package

This is a short guide on how to uninstall libanyevent-dbi-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libanyevent-dbi-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libanyevent-dbi-perl
Priority: optional
Section: universe/perl
Installed-Size: 37
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 2.3-2
Depends: perl, libanyevent-perl, libcommon-sense-perl, libdbi-perl
Filename: pool/universe/liba/libanyevent-dbi-perl/libanyevent-dbi-perl_2.3-2_all.deb
Size: 14730
MD5sum: dc54030a31458983dfb37e4378d50735
SHA1: 60c3ee46abd5d1fa6f0becf32f412d8748b3be16
SHA256: 04c9da4e1a8114dea459abbd4c876bfa705aeaa70489c52eddd9f128fa76d67e
Description-en: module supporting asynchronous DBI access
AnyEvent::DBI is an AnyEvent extension, you need to make sure that you use
and run a supported event loop. This module implements asynchronous DBI access
by forking or executing separate "DBI-Server" processes and sending them
requests. It means that you can run DBI requests in parallel to other tasks.
The overhead for very simple statements ("select 0") is somewhere around 100%
to 120% (dual/single core CPU) compared to an explicit
prepare_cached/execute/fetchrow_arrayref/finish combination.
Description-md5: 4aea4cd4c1e663566dadee1a483cf88e
Homepage: https://metacpan.org/release/AnyEvent-DBI
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu