How to Install and Uninstall m4 Package on Kali Linux

Last updated: April 29,2024

1. Install "m4" package

Please follow the guidelines below to install m4 on Kali Linux

$ sudo apt update $ sudo apt install m4

2. Uninstall "m4" package

This tutorial shows how to uninstall m4 on Kali Linux:

$ sudo apt remove m4 $ sudo apt autoclean && sudo apt autoremove

3. Information about the m4 package on Kali Linux

Package: m4
Version: 1.4.19-4
Installed-Size: 667
Maintainer: Santiago Vila
Architecture: amd64
Depends: libc6 (>= 2.34)
Suggests: m4-doc
Size: 287152
SHA256: 5207801d1f41ffa1d554fcaa598860a9393748a006993954b12c7f083b408667
SHA1: b98da5db2750dee3fb3120afc3bba81c9aa10e97
MD5sum: 0d20e635de595fb1d7d5a51ed757f729
Description: macro processing language
GNU `m4' is an implementation of the traditional UNIX macro
processor. It is mostly SVR4 compatible, although it has some
extensions (for example, handling more than 9 positional parameters to
macros). `m4' also has builtin functions for including files, running
shell commands, doing arithmetic, etc. Autoconf needs GNU `m4' for
generating `configure' scripts, but not for running them.
Description-md5:
Multi-Arch: foreign
Homepage: https://www.gnu.org/software/m4/
Tag: devel::interpreter, implemented-in::c, interface::commandline,
role::program, scope::utility, suite::gnu
Section: interpreters
Priority: optional
Filename: pool/main/m/m4/m4_1.4.19-4_amd64.deb