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

Last updated: October 05,2024

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

This guide let you learn how to install python3-scikit-learn.x86_64 on Fedora 34

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

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

This guide covers the steps necessary to uninstall python3-scikit-learn.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 4:19:47 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-scikit-learn
Version : 0.24.1
Release : 3.fc34
Architecture : x86_64
Size : 6.3 M
Source : python-scikit-learn-0.24.1-3.fc34.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.