How to Install and Uninstall mawk Package on openSuSE Tumbleweed

Last updated: May 06,2024

1. Install "mawk" package

Learn how to install mawk on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install mawk

2. Uninstall "mawk" package

This guide let you learn how to uninstall mawk on openSuSE Tumbleweed:

$ sudo zypper remove mawk

3. Information about the mawk package on openSuSE Tumbleweed

Information for package mawk:
-----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : mawk
Version : 1.3.4.20230525-1.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 270.7 KiB
Installed : No
Status : not installed
Source package : mawk-1.3.4.20230525-1.3.src
Upstream URL : https://invisible-island.net/mawk/mawk.html
Summary : Implementation of New/POSIX AWK
Description :
mawk is an interpreter for the AWK Programming Language. It implements the AWK
language as defined in Aho, Kernighan and Weinberger, The AWK Programming
Language, Addison-Wesley Publishing, 1988. Furthermore, it conforms to the
POSIX 1003.2 (draft 11.3) definition of the AWK language and additionally
provides a small number of extensions.