How to Install and Uninstall gawk Package on Kali Linux

Last updated: May 06,2024

1. Install "gawk" package

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

$ sudo apt update $ sudo apt install gawk

2. Uninstall "gawk" package

This tutorial shows how to uninstall gawk on Kali Linux:

$ sudo apt remove gawk $ sudo apt autoclean && sudo apt autoremove

3. Information about the gawk package on Kali Linux

Package: gawk
Version: 1:5.2.1-2
Installed-Size: 2906
Maintainer: Adrian Bunk
Architecture: amd64
Provides: awk
Pre-Depends: libc6 (>= 2.34), libgmp10 (>= 2:6.2.1+dfsg1), libmpfr6 (>= 3.1.3), libreadline8 (>= 6.0), libsigsegv2 (>= 2.9)
Suggests: gawk-doc
Size: 672772
SHA256: 9cd63c1b35ff082092c221a23dcb167f72c4d1c3de3a42e11f16181f42ab3b55
SHA1: 77d487f007d03e0706b2ff786e361cd1ebd4145d
MD5sum: 37a046e07c55a0c6e6ae5d0191bb5931
Description: GNU awk, a pattern scanning and processing language
`awk', a program that you can use to select particular records in a
file and perform operations upon them.
.
Gawk is the GNU Project's implementation of the AWK programming language.
It conforms to the definition of the language in the POSIX 1003.2 Command
Language And Utilities Standard. This version in turn is based on the
description in The AWK Programming Language, by Aho, Kernighan, and
Weinberger, with the additional features defined in the System V Release
4 version of UNIX awk. Gawk also provides more recent Bell Labs awk
extensions, and some GNU-specific extensions.
Description-md5:
Multi-Arch: foreign
Homepage: http://www.gnu.org/software/gawk/
Tag: devel::interpreter, implemented-in::c, interface::commandline,
role::program, scope::utility, suite::gnu, use::converting,
use::filtering, use::scanning, works-with::text
Section: interpreters
Priority: optional
Filename: pool/main/g/gawk/gawk_5.2.1-2_amd64.deb