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

Last updated: April 28,2024

1. Install "ruby-mail" package

This is a short guide on how to install ruby-mail on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install ruby-mail

2. Uninstall "ruby-mail" package

Learn how to uninstall ruby-mail on Ubuntu 21.10 (Impish Indri):

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

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

Package: ruby-mail
Architecture: all
Version: 2.7.1+dfsg1-1.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.1_all.deb
Size: 238548
MD5sum: 475ebce670be75a582726941774421ae
SHA1: 25fec7875ab37bfca83773e512e66f604fbb1266
SHA256: 7d2bb260ee92c813ee698fad26f72c5f4a448675b448cfd4cf910ce7573d85a1
SHA512: 2a5246cbd31d48e24df67379d5db1520a3f28ce4bdb403f69d7412252d5b648f3ae7bcd0de871d20d8085e21ce3d474113b5c5bd80be5680696fb426540e9a84
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