How to Install and Uninstall mawk Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 06,2024

1. Install "mawk" package

Please follow the step by step instructions below to install mawk on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install mawk

2. Uninstall "mawk" package

Here is a brief guide to show you how to uninstall mawk on Ubuntu 21.10 (Impish Indri):

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

3. Information about the mawk package on Ubuntu 21.10 (Impish Indri)

Package: mawk
Architecture: amd64
Version: 1.3.4.20200120-2
Multi-Arch: foreign
Priority: required
Section: utils
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Boyuan Yang
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 233
Provides: awk
Depends: libc6 (>= 2.29)
Filename: pool/main/m/mawk/mawk_1.3.4.20200120-2_amd64.deb
Size: 95992
MD5sum: 12465ae16709de75330b8ff4bac93e90
SHA1: c7f605db0df62dfec07dcc8e40f8f53b6bd98731
SHA256: 79cb23a9c68a8e84db2788f821f4c85855f5bda8f56cf8d9e64fabe4593daced
SHA512: 92ba9caa55e307b19eb40a88827c123af61e5689581a2f7360787a522a69265944f72c84ccaa13b8b77b24f0f7e0c0b1804ff68ce9c6c7355f625049e281ee66
Homepage: https://invisible-island.net/mawk/
Description-en: 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: 05965bfcd1a2333e963d9f1945d161fc
Task: minimal