How to Install and Uninstall python3-behave Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python3-behave" package

This is a short guide on how to install python3-behave on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-behave

2. Uninstall "python3-behave" package

Please follow the instructions below to uninstall python3-behave on openSUSE Leap:

$ sudo zypper remove python3-behave

3. Information about the python3-behave package on openSUSE Leap

Information for package python3-behave:
---------------------------------------
Repository : Main Repository
Name : python3-behave
Version : 1.2.6-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 1.2 MiB
Installed : No
Status : not installed
Source package : python-behave-1.2.6-bp155.2.9.src
Upstream URL : http://github.com/behave/behave
Summary : Behaviour-driven development, Python style
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.