How to Install and Uninstall jool-dkms Package on Kali Linux

Last updated: May 07,2024

1. Install "jool-dkms" package

This tutorial shows how to install jool-dkms on Kali Linux

$ sudo apt update $ sudo apt install jool-dkms

2. Uninstall "jool-dkms" package

This tutorial shows how to uninstall jool-dkms on Kali Linux:

$ sudo apt remove jool-dkms $ sudo apt autoclean && sudo apt autoremove

3. Information about the jool-dkms package on Kali Linux

Package: jool-dkms
Source: jool
Version: 4.1.11-1
Installed-Size: 738
Maintainer: Alberto Leiva Popper
Architecture: all
Depends: dkms (>= 2.1.0.0), libxtables12
Recommends: jool-tools
Size: 139076
SHA256: 0ed52e716113269313ff76c0dcb3b1cf633ba1fcaba56ef7ef153749ec12b469
SHA1: e0858f6c5bd26c5b05bc2fdd4a5e7277acb3b95b
MD5sum: e654ef89b53f9c7e9fb8e475c9419dd9
Description: kernel-based SIIT and NAT64 (IP/ICMP translation)
Jool is an IP/ICMP translator; a NAT-like kernel-based utility that converts
IPv4 traffic into IPv6 and vice versa, according to a configurable IP address
translation strategy.
.
The `jool_siit` module implements SIIT (sometimes known as "Stateless NAT64"),
a lightweight translator that avoids storing state by keeping a deterministic
1-to-1 relationship between IPv4 addresses and their IPv6 counterparts. It can
translate addresses using the "traditional prefix" algorithm defined in RFC
6052, and/or the Explicit Address Mapping algorithm defined in RFC 7757.
.
The `jool` module implements Stateful NAT64, a translator that can achieve 1
(IPv4)-to-N (IPv6) relationships through a mapping strategy based on stateful
NAT. Its full address translation algorithm is defined in RFC 6146.
.
Both of these functions can be attached to the kernel in Netfilter hooks or as
iptables targets.
.
This package contains the kernel modules. The jool-tools package contains the
userspace configuration clients.
Description-md5:
Homepage: https://nicmx.github.io/Jool
Section: kernel
Priority: optional
Filename: pool/main/j/jool/jool-dkms_4.1.11-1_all.deb