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

Last updated: April 28,2024

1. Install "ruby-mail" package

This guide let you learn how to install ruby-mail on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-mail

2. Uninstall "ruby-mail" package

Please follow the steps below to uninstall ruby-mail on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ruby-mail
Priority: optional
Section: universe/ruby
Installed-Size: 2322
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 2.6.3+dfsg1-1
Depends: ruby | ruby-interpreter, ruby-mime-types (<< 3), ruby-mime-types (>= 1.16)
Filename: pool/universe/r/ruby-mail/ruby-mail_2.6.3+dfsg1-1_all.deb
Size: 199342
MD5sum: 7fd96a25993f340652a829470624672d
SHA1: 23eb186df9fef6e23f465649f9c211a1541ca177
SHA256: 1a96f95a98eadacf556efc031eb12bcc2d3a85620434329480dcee4dffcf5e2f
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
Homepage: https://github.com/mikel/mail
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu