How to Install and Uninstall python310-statsmodels Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "python310-statsmodels" package

This tutorial shows how to install python310-statsmodels on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-statsmodels

2. Uninstall "python310-statsmodels" package

Please follow the instructions below to uninstall python310-statsmodels on openSuSE Tumbleweed:

$ sudo zypper remove python310-statsmodels

3. Information about the python310-statsmodels package on openSuSE Tumbleweed

Information for package python310-statsmodels:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-statsmodels
Version : 0.14.1-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 46.3 MiB
Installed : No
Status : not installed
Source package : python-statsmodels-0.14.1-2.1.src
Upstream URL : https://github.com/statsmodels/statsmodels
Summary : A Python module that allows users to explore data
Description :
Statsmodels is a Python module that allows users to explore data,
estimate statistical models, and perform statistical tests.
An extensive list of descriptive statistics, statistical tests,
plotting functions, and result statistics are available for different
types of data and each estimator. Researchers across fields may find
that statsmodels fully meets their needs for statistical computing
and data analysis in Python.