How to Install and Uninstall ruby-mail Package on Kali Linux

Last updated: April 28,2024

1. Install "ruby-mail" package

Please follow the steps below to install ruby-mail on Kali Linux

$ sudo apt update $ sudo apt install ruby-mail

2. Uninstall "ruby-mail" package

Learn how to uninstall ruby-mail on Kali Linux:

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

3. Information about the ruby-mail package on Kali Linux

Package: ruby-mail
Version: 2.8.1+dfsg1-2
Installed-Size: 3791
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby-mini-mime (>= 0.1.1), ruby-net-smtp, ruby-net-imap, ruby-net-pop
Size: 241904
SHA256: 58e5464effa430ee1de98dc430f13ee0d8ab7d062ed8b3845425b8affcbd276b
SHA1: ee82dc3e7c5a03f3c6973edb1c050a8987f9426b
MD5sum: 141fb7cabb3459c2a31890b1dd99509e
Description: 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:
Homepage: https://github.com/mikel/mail
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-mail/ruby-mail_2.8.1+dfsg1-2_all.deb