How to Install and Uninstall opendkim Package on Kali Linux

Last updated: May 18,2024

1. Install "opendkim" package

Please follow the instructions below to install opendkim on Kali Linux

$ sudo apt update $ sudo apt install opendkim

2. Uninstall "opendkim" package

This guide covers the steps necessary to uninstall opendkim on Kali Linux:

$ sudo apt remove opendkim $ sudo apt autoclean && sudo apt autoremove

3. Information about the opendkim package on Kali Linux

Package: opendkim
Source: opendkim (2.11.0~beta2-9)
Version: 2.11.0~beta2-9+b1
Installed-Size: 447
Maintainer: David Bürgin
Architecture: amd64
Depends: libopendkim11 (= 2.11.0~beta2-9+b1), libbsd0 (>= 0.0), libc6 (>= 2.34), libdb5.3, libldap-2.5-0 (>= 2.5.4), liblua5.3-0, libmemcached11 (>= 1.1.4), libmilter1.0.1 (>= 8.14.1), libopendbx1 (>= 1.4.6), librbl1 (>= 2.7.2), libssl3 (>= 3.0.0), libunbound8 (>= 1.8.0), libvbr2 (>= 2.7.2), adduser, dns-root-data
Pre-Depends: init-system-helpers (>= 1.54~)
Recommends: opendkim-tools
Size: 204260
SHA256: af9e96462470ed8f7b074c9ba67ec6cdb01ea33cf487891aa4431eeb223c3984
SHA1: 21d2093964acef0ccf7bbbdaf412778dadfac42d
MD5sum: 77754195532017b2d25ff1e3499dd5a5
Description: DomainKeys Identified Mail (DKIM) signing and verifying milter
The OpenDKIM Project is a community effort to develop and maintain a C library
for producing DKIM-aware applications and an open source milter for providing
DomainKeys Identified Mail (DKIM) service.
.
DKIM provides a way for senders to confirm their identity when sending email
by adding a cryptographic signature to the headers of the message.
.
This package contains the OpenDKIM mail filter (Milter) for plugging into
Milter-aware MTAs. It implements both signing and verification.
Description-md5:
Homepage: http://www.opendkim.org/
Section: mail
Priority: optional
Filename: pool/main/o/opendkim/opendkim_2.11.0~beta2-9+b1_amd64.deb