How to Install and Uninstall python-Brownie Package on openSUSE Leap

Last updated: February 01,2025

1. Install "python-Brownie" package

Please follow the step by step instructions below to install python-Brownie on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-Brownie

2. Uninstall "python-Brownie" package

Please follow the steps below to uninstall python-Brownie on openSUSE Leap:

$ sudo zypper remove python-Brownie

3. Information about the python-Brownie package on openSUSE Leap

Information for package python-Brownie:
---------------------------------------
Repository : Main Repository
Name : python-Brownie
Version : 0.5.1-bp153.1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 1,5 MiB
Installed : No
Status : not installed
Source package : python-Brownie-0.5.1-bp153.1.17.src
Summary : Common utilities and datastructures for Python applications
Description :
Welcome to Brownie!
- Have you ever started a new project and implemented this little function
foo or this datastructure bar you already implemented for another project?
- Ever wondered why a specific feature is not in the `standard library`_
already?
- Wanted to use that new datastructure but you are still stuck with this
ancient Python version or are just not willing or able to switch to
Python 3.x, yet?
- And most importantly were too lazy to implement this datastructure which
would be more appropriate to use?
Brownie wants to solve these problems by providing all these small things
well documented, well tested and most importantly right now when you need
it.