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

Last updated: April 29,2024

1. Install "ruby-mail" package

This guide covers the steps necessary to install ruby-mail on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install ruby-mail

2. Uninstall "ruby-mail" package

Please follow the guidance below to uninstall ruby-mail on Ubuntu 20.10 (Groovy Gorilla):

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

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

Package: ruby-mail
Architecture: all
Version: 2.7.1+dfsg1-1
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: 3612
Depends: ruby | ruby-interpreter, ruby-mini-mime
Filename: pool/universe/r/ruby-mail/ruby-mail_2.7.1+dfsg1-1_all.deb
Size: 236604
MD5sum: 771591479b710d616fde5ed38696efe3
SHA1: f711a4d6c32d2b1c910bfe5125bb0a4786c938b7
SHA256: 296e7bf08985156e2c1695078e5f1f07f67b91090244fb12fcd596bbfdc553f3
SHA512: 56690e477776b01d5bed5d207e43cd449274b021fc08f48cfca1a54e0df07398050287d10531388430062b7304338a1e0da4c88053573a6c5c8400e319687667
Homepage: https://github.com/mikel/mail
Description-en: Ruby library to handle email generation, parsing and sending
The purpose of this library is to provide a single point of access to
handle all email functions, including sending and receiving
emails. All network type actions are done through proxy methods to
Net::SMTP, Net::POP3 etc.
.
Built from experience with TMail, it is designed to be a pure ruby
implementation that makes generating, sending and parsing emails a no
brainer.
.
Finally, Mail has been designed with a very simple object oriented
system that really opens up the email messages you are parsing, if
you know what you are doing, you can fiddle with every last bit of
your email directly.
Description-md5: 27ac399008a2ddc35e4b594efd5887d0
Ruby-Versions: all