How to Install and Uninstall python3-statsmodels.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-statsmodels.x86_64" package

In this section, we are going to explain the necessary steps to install python3-statsmodels.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install python3-statsmodels.x86_64

2. Uninstall "python3-statsmodels.x86_64" package

In this section, we are going to explain the necessary steps to uninstall python3-statsmodels.x86_64 on Fedora 34:

$ sudo dnf remove python3-statsmodels.x86_64 $ sudo dnf autoremove

3. Information about the python3-statsmodels.x86_64 package on Fedora 34

Last metadata expiration check: 0:09:50 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-statsmodels
Version : 0.12.2
Release : 1.fc34
Architecture : x86_64
Size : 9.4 M
Source : python-statsmodels-0.12.2-1.fc34.src.rpm
Repository : fedora
Summary : Statistics in Python
URL : https://www.statsmodels.org/
License : BSD and Public Domain
Description : statsmodels is a Python module that provides classes and functions for the
: estimation of many different statistical models, as well as for conducting
: statistical tests, and statistical data exploration. An extensive list of
: result statistics are available for each estimator. The results are tested
: against existing statistical packages to ensure that they are correct.