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

Last updated: September 20,2024

1. Install "python3-patsy" package

Please follow the guidance below to install python3-patsy on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-patsy

2. Uninstall "python3-patsy" package

Please follow the steps below to uninstall python3-patsy on openSUSE Leap:

$ sudo zypper remove python3-patsy

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

Information for package python3-patsy:
--------------------------------------
Repository : Main Repository
Name : python3-patsy
Version : 0.5.1-bp155.2.16
Arch : noarch
Vendor : openSUSE
Installed Size : 1.9 MiB
Installed : No
Status : not installed
Source package : python-patsy-0.5.1-bp155.2.16.src
Upstream URL : https://github.com/pydata/patsy
Summary : A Python package for statistical models and design matrices
Description :
A Python package for describing statistical models and for
building design matrices.
It is closely inspired by and compatible with the 'formula'
mini-language used in `R `_ and
`S `_.