How to Install and Uninstall ruby-eventmachine Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "ruby-eventmachine" package

Learn how to install ruby-eventmachine on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-eventmachine

2. Uninstall "ruby-eventmachine" package

In this section, we are going to explain the necessary steps to uninstall ruby-eventmachine on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ruby-eventmachine $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-eventmachine package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-eventmachine
Priority: optional
Section: universe/ruby
Installed-Size: 563
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: amd64
Version: 1.0.7-3build3
Depends: ruby (>= 1:2.3~0), libc6 (>= 2.17), libgcc1 (>= 1:3.0), libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 5.2), libruby2.3 (>= 2.3.0~preview2)
Filename: pool/universe/r/ruby-eventmachine/ruby-eventmachine_1.0.7-3build3_amd64.deb
Size: 135532
MD5sum: 6b81e4db0727f951e3e525527f9ccf34
SHA1: b685b4e79a6ec5d45bc120a984828649e3aa4688
SHA256: 226ebfeb836d0599e09c51b28844cd1665d988e0f23e80aa778a55aac36ba956
Description-en: Ruby/EventMachine library
EventMachine implements a fast, single-threaded engine for arbitrary network
communications. It's extremely easy to use in Ruby. EventMachine wraps all
interactions with IP sockets, allowing programs to concentrate on the
implementation of network protocols. It can be used to create both network
servers and clients. To create a server or client, a Ruby program only needs
to specify the IP address and port, and provide a Module that implements the
communications protocol. Implementations of several standard network protocols
are provided with the package, primarily to serve as examples. The real goal
of EventMachine is to enable programs to easily interface with other programs
using TCP/IP, especially if custom protocols are required.
Description-md5: b0867f6a3f997a5296a1c28872dbe88c
Homepage: http://rubyeventmachine.com
Ruby-Versions: ruby2.3
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu