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

Last updated: May 13,2024

1. Install "libnet-stomp-perl" package

This is a short guide on how to install libnet-stomp-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libnet-stomp-perl

2. Uninstall "libnet-stomp-perl" package

Please follow the instructions below to uninstall libnet-stomp-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libnet-stomp-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libnet-stomp-perl
Priority: optional
Section: universe/perl
Installed-Size: 106
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.56-1
Depends: perl, libclass-accessor-perl
Recommends: perl (>= 5.19.8) | libio-socket-ip-perl (>= 0.20), libio-socket-ssl-perl (>= 1.75)
Filename: pool/universe/libn/libnet-stomp-perl/libnet-stomp-perl_0.56-1_all.deb
Size: 28480
MD5sum: 1b0f12e39055471f36ef09dc3ef23d9f
SHA1: a11d5992ef944b6a7ab62daf5b78452f0c1268c2
SHA256: 595e53d5d21cd2b14b21e0e1625f8abfd1958b97cd6aec7d5b86fe89ff2f9723
Description-en: Perl module providing a Streaming Text Orientated Messaging Protocol client
Net::Stomp allows you to write a Stomp client. Stomp is the Streaming Text
Orientated Messaging Protocol (or the Protocol Briefly Known as TTMP and
Represented by the symbol :ttmp). It's a simple and easy to implement
protocol for working with Message Orientated Middleware from any language.
Net::Stomp is useful for talking to Apache ActiveMQ, an open source (Apache
2.0 licensed) Java Message Service 1.1 (JMS) message broker packed with many
enterprise features.
.
A Stomp frame consists of a command, a series of headers and a body - see
Net::Stomp::Frame for more details.
.
For details on the protocol see http://stomp.codehaus.org/Protocol.
Description-md5: db08bd728a6f55999e8dcdfbca94f152
Homepage: https://metacpan.org/release/Net-Stomp
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu