How to Install and Uninstall mawk Package on Kali Linux

Last updated: May 06,2024

1. Install "mawk" package

Learn how to install mawk on Kali Linux

$ sudo apt update $ sudo apt install mawk

2. Uninstall "mawk" package

Please follow the instructions below to uninstall mawk on Kali Linux:

$ sudo apt remove mawk $ sudo apt autoclean && sudo apt autoremove

3. Information about the mawk package on Kali Linux

Package: mawk
Version: 1.3.4.20240123-1
Installed-Size: 285
Maintainer: Boyuan Yang
Architecture: amd64
Provides: awk
Depends: libc6 (>= 2.36)
Size: 135824
SHA256: 8dc58477c346ef871f57a04e33e7a3cbfcc93382dae62bbf341ccb67fa57fa07
SHA1: 2a607962b25c565b4d47823baefece9f4d1fcc9a
MD5sum: 5dbecd960f71e67fb072b0c22e7dcd50
Description: Pattern scanning and text processing language
Mawk is an interpreter for the AWK Programming Language. The AWK
language is useful for manipulation of data files, text retrieval and
processing, and for prototyping and experimenting with algorithms. Mawk
is a new awk meaning it implements the AWK language as defined in Aho,
Kernighan and Weinberger, The AWK Programming Language, Addison-Wesley
Publishing, 1988. (Hereafter referred to as the AWK book.) Mawk conforms
to the POSIX 1003.2 (draft 11.3) definition of the AWK language
which contains a few features not described in the AWK book, and mawk
provides a small number of extensions.
.
Mawk is smaller and much faster than gawk. It has some compile-time
limits such as NF = 32767 and sprintf buffer = 1020.
Description-md5:
Multi-Arch: foreign
Homepage: https://invisible-island.net/mawk/
Tag: devel::interpreter, implemented-in::c, interface::commandline,
role::program, scope::utility, use::filtering, use::scanning,
works-with::text
Section: interpreters
Priority: required
Filename: pool/main/m/mawk/mawk_1.3.4.20240123-1_amd64.deb