How to Install and Uninstall meson.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "meson.noarch" package

This guide covers the steps necessary to install meson.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install meson.noarch

2. Uninstall "meson.noarch" package

This guide covers the steps necessary to uninstall meson.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove meson.noarch $ sudo dnf autoremove

3. Information about the meson.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:36:57 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : meson
Version : 0.63.3
Release : 1.el9
Architecture : noarch
Size : 1.5 M
Source : meson-0.63.3-1.el9.src.rpm
Repository : ubi-9-codeready-builder
Summary : High productivity build system
URL : https://mesonbuild.com/
License : ASL 2.0
Description : Meson is a build system designed to optimize programmer
: productivity. It aims to do this by providing simple, out-of-the-box
: support for modern software development tools and practices, such as
: unit tests, coverage reports, Valgrind, CCache and the like.