How to Install and Uninstall waf.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "waf.noarch" package

Here is a brief guide to show you how to install waf.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install waf.noarch

2. Uninstall "waf.noarch" package

In this section, we are going to explain the necessary steps to uninstall waf.noarch on Rocky Linux 8:

$ sudo dnf remove waf.noarch $ sudo dnf autoremove

3. Information about the waf.noarch package on Rocky Linux 8

Last metadata expiration check: 1:59:22 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : waf
Version : 2.0.24
Release : 1.el8
Architecture : noarch
Size : 748 k
Source : waf-2.0.24-1.el8.src.rpm
Repository : epel
Summary : A Python-based build system
URL : https://waf.io/
License : BSD and Python
Description : Waf is a Python-based framework for configuring, compiling and
: installing applications. It is a replacement for other tools such as
: Autotools, Scons, CMake or Ant.