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

Last updated: May 08,2024

1. Install "libdanga-socket-perl" package

In this section, we are going to explain the necessary steps to install libdanga-socket-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libdanga-socket-perl

2. Uninstall "libdanga-socket-perl" package

Please follow the guidelines below to uninstall libdanga-socket-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libdanga-socket-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libdanga-socket-perl
Priority: optional
Section: universe/perl
Installed-Size: 116
Maintainer: Ubuntu MOTU Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.61-1
Depends: perl (>= 5.6.0-16), libsys-syscall-perl
Filename: pool/universe/libd/libdanga-socket-perl/libdanga-socket-perl_1.61-1_all.deb
Size: 27038
MD5sum: a19f199ca4bd9c12773c74028fb953e8
SHA1: ceca998f32b106bbd5d1c44488c600020125ca11
SHA256: 2c2ac4c977af422b9b04fd4d5660404ccd57f40839eba5f03b2401c3be63faa2
Description-en: event loop and event-driven async socket base class
Danga::Socket is an abstract base class for objects backed by a socket which
provides the basic framework for event-driven asynchronous IO, designed to be
fast. Danga::Socket is both a base class for objects, and an event loop.
.
Callers subclass Danga::Socket. Danga::Socket's constructor registers
itself with the Danga::Socket event loop, and invokes callbacks on the
object for readability, writability, errors, and other conditions.
.
Because Danga::Socket uses the "fields" module, your subclasses must
too.
Description-md5: 4258ab4cf6b5cfb8914ca9197c6ba1bc
Homepage: http://search.cpan.org/dist/Danga-Socket/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu