How to Install and Uninstall python-behave-doc.noarch Package on CentOS Stream 9

Last updated: October 02,2024

1. Install "python-behave-doc.noarch" package

This is a short guide on how to install python-behave-doc.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install python-behave-doc.noarch

2. Uninstall "python-behave-doc.noarch" package

Here is a brief guide to show you how to uninstall python-behave-doc.noarch on CentOS Stream 9:

$ sudo dnf remove python-behave-doc.noarch $ sudo dnf autoremove

3. Information about the python-behave-doc.noarch package on CentOS Stream 9

Last metadata expiration check: 1:27:56 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python-behave-doc
Version : 1.2.6
Release : 18.el9
Architecture : noarch
Size : 720 k
Source : python-behave-1.2.6-18.el9.src.rpm
Repository : epel
Summary : Documentation for python-behave
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.
:
: This package contains documentation in reST and HTML formats and some
: brief feature-examples.