How to Install and Uninstall python3-scikit-learn.x86_64 Package on Fedora 35

Last updated: July 01,2024

1. Install "python3-scikit-learn.x86_64" package

Please follow the steps below to install python3-scikit-learn.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install python3-scikit-learn.x86_64

2. Uninstall "python3-scikit-learn.x86_64" package

Please follow the step by step instructions below to uninstall python3-scikit-learn.x86_64 on Fedora 35:

$ sudo dnf remove python3-scikit-learn.x86_64 $ sudo dnf autoremove

3. Information about the python3-scikit-learn.x86_64 package on Fedora 35

Last metadata expiration check: 2:11:33 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-scikit-learn
Version : 1.0
Release : 1.fc35
Architecture : x86_64
Size : 6.7 M
Source : python-scikit-learn-1.0-1.fc35.src.rpm
Repository : updates
Summary : Machine learning in Python
URL : http://scikit-learn.org/
License : BSD and MIT
Description : Scikit-learn integrates machine learning algorithms in the tightly-knit
: scientific Python world, building upon numpy, scipy, and matplotlib.
: As a machine-learning module, it provides versatile tools for data mining
: and analysis in any field of science and engineering. It strives to be
: simple and efficient, accessible to everybody, and reusable
: in various contexts.