How to Install and Uninstall libpoe-component-ikc-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "libpoe-component-ikc-perl" package

This is a short guide on how to install libpoe-component-ikc-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libpoe-component-ikc-perl

2. Uninstall "libpoe-component-ikc-perl" package

This guide covers the steps necessary to uninstall libpoe-component-ikc-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libpoe-component-ikc-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libpoe-component-ikc-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libpoe-component-ikc-perl
Priority: optional
Section: universe/perl
Installed-Size: 330
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.2402-1
Depends: perl, libdata-dump-perl, libdevel-size-perl (>= 0.77), libpoe-perl (>= 2:1.3110), libpoe-api-peek-perl
Filename: pool/universe/libp/libpoe-component-ikc-perl/libpoe-component-ikc-perl_0.2402-1_all.deb
Size: 95166
MD5sum: dcc790290e866174b38ec6f7d5f40061
SHA1: d8c2be7d15d3aa31fc8337f521b46d2101b3d7bc
SHA256: 1b786fc24a38d52850e608cf604cd0ab3218de126f5d27e5623c8227035437ff
Description-en: Perl module for POE Inter-Kernel Communication
POE::Component::IKC provides several Inter-Kernel Communication (IKC) methods
for the Perl Object Environment (POE) that help exchange events and related
data between POE kernels.
.
This module allows bidirectional communication between two or more instances
of POE allowing authors to push or retrieve state information from remote
running kernels using TCP/IP networking. It also provides facilities to
monitor external instances and fire events when a new client connects or
disconnects.
.
The included server implementation can handle multiple concurrent connections
and is designed to take advantage of pre-forking for high-demand applications.
It is easily integrable with non-blocking code because it executes the given
callback code when an event happens.
Description-md5: 16fbf9b01a4b825057f6252cc2a45322
Homepage: https://metacpan.org/release/POE-Component-IKC
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu