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

Last updated: October 06,2024

1. Install "python3-behave.noarch" package

Here is a brief guide to show you how to install python3-behave.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-behave.noarch

2. Uninstall "python3-behave.noarch" package

Please follow the instructions below to uninstall python3-behave.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-behave.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:27:19 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-behave
Version : 1.2.6
Release : 18.el9
Architecture : noarch
Size : 226 k
Source : python-behave-1.2.6-18.el9.src.rpm
Repository : epel
Summary : Tools for the behavior-driven development, Python style
URL : http://pypi.python.org/pypi/behave
License : BSD-2-Clause
Description :
: Behavior-driven development (or BDD) is an agile software development
: technique that encourages collaboration between developers, QA and
: non-technical or business participants in a software project.
:
: behave uses tests written in a natural language style, backed up by
: Python code.