How to Install and Uninstall gdmd Package on Kali Linux

Last updated: May 18,2024

1. Install "gdmd" package

Here is a brief guide to show you how to install gdmd on Kali Linux

$ sudo apt update $ sudo apt install gdmd

2. Uninstall "gdmd" package

This is a short guide on how to uninstall gdmd on Kali Linux:

$ sudo apt remove gdmd $ sudo apt autoclean && sudo apt autoremove

3. Information about the gdmd package on Kali Linux

Package: gdmd
Version: 2.100+git210818-1
Installed-Size: 38
Maintainer: Debian D Language Group
Architecture: all
Depends: gdc (>= 4:12.2)
Size: 9856
SHA256: d1c9a9851e4a742ff869f9d87bb69fb94c8e93c465c472c4c424a53be1a3e91c
SHA1: d424e3dce294ba3fa5dba6591b4ef23a737a5b5a
MD5sum: c472a0fa2f942610620662a73f4a50aa
Description: DMD-like wrapper for GDC
This package provides `gdmd`, an interface to the GNU D compiler (GDC), which
recognizes flags normally used with the DMD D compiler and translates them to
flags GDC can understand.
This makes `gdmd` a drop-in replacement to the `dmd` compiler invocation.
.
The GNU D compiler compiles D sources using the gcc backend to generate
highly optimized binaries.
Description-md5:
Homepage: https://github.com/D-Programming-GDC/gdmd
Section: devel
Priority: optional
Filename: pool/main/g/gdmd/gdmd_2.100+git210818-1_all.deb