How to Install and Uninstall m4.x86_64 Package on Fedora 38

Last updated: November 24,2024

1. Install "m4.x86_64" package

This guide let you learn how to install m4.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install m4.x86_64

2. Uninstall "m4.x86_64" package

This is a short guide on how to uninstall m4.x86_64 on Fedora 38:

$ sudo dnf remove m4.x86_64 $ sudo dnf autoremove

3. Information about the m4.x86_64 package on Fedora 38

Last metadata expiration check: 0:19:46 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : m4
Version : 1.4.19
Release : 5.fc38
Architecture : x86_64
Size : 303 k
Source : m4-1.4.19-5.fc38.src.rpm
Repository : fedora
Summary : GNU macro processor
URL : https://www.gnu.org/software/m4/
License : GPLv3+
Description : A GNU implementation of the traditional UNIX macro processor. M4 is
: useful for writing text files which can be logically parsed, and is used
: by many programs as part of their build process. M4 has built-in
: functions for including files, running shell commands, doing arithmetic,
: etc. The autoconf program needs m4 for generating configure scripts, but
: not for running configure scripts.
:
: Install m4 if you need a macro processor.