How to Install and Uninstall ruby-eventmachine Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 10,2024

1. Install "ruby-eventmachine" package

This tutorial shows how to install ruby-eventmachine on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install ruby-eventmachine

2. Uninstall "ruby-eventmachine" package

This guide covers the steps necessary to uninstall ruby-eventmachine on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the ruby-eventmachine package on Ubuntu 20.10 (Groovy Gorilla)

Package: ruby-eventmachine
Architecture: amd64
Version: 1.3~pre20190820-g10fb0c4-2
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 620
Depends: ruby (>= 1:2.7~0), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libruby2.7 (>= 2.7.0), ruby (<< 1:2.8~)
Breaks: ruby-diaspora-vine (<< 0.2.0.develop.4-3~)
Filename: pool/universe/r/ruby-eventmachine/ruby-eventmachine_1.3~pre20190820-g10fb0c4-2_amd64.deb
Size: 146320
MD5sum: 8069786748c7abb1ea0fb89d3f2b81b5
SHA1: 09d206ac4219a3087e2ec0a626e6dd6ea337ee65
SHA256: b60871726fa86a2b05228cbb8c7297625579e462680793a6767fe8dfb576c582
SHA512: c8bc1e75ce0e2b1acda48a23da9992396be219acc76880e8ac400c47eb5e2aa36e809155a8b28a8059e03a8ca9f222188d702eb9335dfdcdf517d1baf7069d42
Homepage: http://rubyeventmachine.com
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
Ruby-Versions: ruby2.7