How to Install and Uninstall python-behave-doc.noarch Package on Oracle Linux 9

Last updated: October 05,2024

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

This tutorial shows how to install python-behave-doc.noarch on Oracle Linux 9

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

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

This tutorial shows how to uninstall python-behave-doc.noarch on Oracle Linux 9:

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

3. Information about the python-behave-doc.noarch package on Oracle Linux 9

Last metadata expiration check: 1:13:30 ago on Thu Feb 15 07:50:05 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.