How to Install and Uninstall ruby-eventmachine Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 11,2024

1. Install "ruby-eventmachine" package

This guide covers the steps necessary to install ruby-eventmachine on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install ruby-eventmachine

2. Uninstall "ruby-eventmachine" package

Here is a brief guide to show you how to uninstall ruby-eventmachine on Ubuntu 21.10 (Impish Indri):

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

3. Information about the ruby-eventmachine package on Ubuntu 21.10 (Impish Indri)

Package: ruby-eventmachine
Architecture: amd64
Version: 1.3~pre20201020-b50c135-2
Multi-Arch: same
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 621
Depends: ruby (>= 1:2.7~0), libc6 (>= 2.33), 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~pre20201020-b50c135-2_amd64.deb
Size: 146952
MD5sum: 0cf3cf36d84eeacd52112402e7c14598
SHA1: dc4afa2ba9ba4d9e1672d9a39f8fbabda1888ac1
SHA256: 96a07666ecd47b0196e73f761c825e74acc3fe4766e0024aa1b10da303bc86d3
SHA512: 3b7e0682bf13cc1fc2418bac9be03417d517207a058f6d9fc7b4a59b1af712897c3b37d29943e8d4fe6d8cdda3fae9c59456a5e45d5cf36f07ab14de4120f00f
Homepage: https://github.com/eventmachine/eventmachine
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