How to Install and Uninstall rawdns Package on Kali Linux

Last updated: May 17,2024

1. Install "rawdns" package

In this section, we are going to explain the necessary steps to install rawdns on Kali Linux

$ sudo apt update $ sudo apt install rawdns

2. Uninstall "rawdns" package

This guide let you learn how to uninstall rawdns on Kali Linux:

$ sudo apt remove rawdns $ sudo apt autoclean && sudo apt autoremove

3. Information about the rawdns package on Kali Linux

Package: rawdns
Source: rawdns (1.6~ds1-1)
Version: 1.6~ds1-1+b31
Installed-Size: 5792
Maintainer: Debian Go Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 1973372
SHA256: d1d70232ca44b4de91078c0258132d083466bd936739879cf203c0f82757cafb
SHA1: 3e214ef07110ce77e26b37c194a388ed69ea7c95
MD5sum: c341e85075749fa3204d8258dbcade5e
Description: raw DNS interface to the Docker API
"rawdns" is a DNS forwarder that allows for DNS requests to return the IP
addresses of Docker containers directly.
.
For example, if one has a container named "app", then a request for
"app.docker" would return the IP address of that container. Likewise, if the
"app" container has a linked database container whose alias name is "db", then
a request for "db.app.docker" would return the IP address of the linked
database container.
Description-md5:
Homepage: https://github.com/tianon/rawdns
Built-Using: golang-1.21 (= 1.21.5-1), golang-github-miekg-dns (= 1.1.50-2), golang-golang-x-net (= 1:0.19.0+dfsg-1), golang-golang-x-sys (= 0.15.0-1)
Section: net
Priority: optional
Filename: pool/main/r/rawdns/rawdns_1.6~ds1-1+b31_amd64.deb