How to Install and Uninstall libcommons-email-java Package on Kali Linux

Last updated: September 20,2024

1. Install "libcommons-email-java" package

Please follow the step by step instructions below to install libcommons-email-java on Kali Linux

$ sudo apt update $ sudo apt install libcommons-email-java

2. Uninstall "libcommons-email-java" package

This guide let you learn how to uninstall libcommons-email-java on Kali Linux:

$ sudo apt remove libcommons-email-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcommons-email-java package on Kali Linux

Package: libcommons-email-java
Source: commons-email
Version: 1.5-3
Installed-Size: 81
Maintainer: Debian Java Maintainers
Architecture: all
Depends: libmail-java (>= 1.6.2)
Size: 52636
SHA256: f5c0581ca5d47b7926d722432ada60216c50bed8528cd6ea098c1fee242262df
SHA1: d76b511cea331f2c942e5aebb63fe5fa96af7748
MD5sum: 41291a665e3670099f8f9d73780fac1a
Description: Apache Commons Java API for sending email
Commons Email aims to provide a API for sending email. It is built on top of
the Java Mail API, which it aims to simplify.
.
Some of the mail classes that are provided are as follows:
.
* SimpleEmail - This class is used to send basic text based emails.
* MultiPartEmail - This class is used to send multipart messages. This allows
a text message with attachments either inline or attached.
* HtmlEmail - This class is used to send HTML formatted emails. It has all of
the capabilities as MultiPartEmail allowing attachments to be easily added.
It also supports embedded images.
* ImageHtmlEmail - This class is used to send HTML formatted emails with
inline images. It has all of the capabilities as HtmlEmail but transform
all image references to inline images.
* EmailAttachment - This is a simple container class to allow for easy
handling of attachments. It is for use with instances of MultiPartEmail and
HtmlEmail.
Description-md5:
Homepage: https://commons.apache.org/proper/commons-email/
Section: java
Priority: optional
Filename: pool/main/c/commons-email/libcommons-email-java_1.5-3_all.deb