How to Install and Uninstall mlpack-python3.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 26,2024

1. Install "mlpack-python3.x86_64" package

In this section, we are going to explain the necessary steps to install mlpack-python3.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "mlpack-python3.x86_64" package

This guide let you learn how to uninstall mlpack-python3.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the mlpack-python3.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:55:48 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : mlpack-python3
Version : 4.3.0
Release : 1.el8
Architecture : x86_64
Size : 19 k
Source : mlpack-4.3.0-1.el8.src.rpm
Repository : epel
Summary : Python 3 bindings for mlpack (C++ machine learning library)
URL : http://www.mlpack.org
License : BSD-3-Clause AND Apache-2.0 AND (MIT OR Unlicense)
Description : mlpack is a C++ machine learning library with emphasis on scalability, speed,
: and ease-of-use. Its aim is to make machine learning possible for novice users
: by means of a simple, consistent API, while simultaneously exploiting C++
: language features to provide maximum performance and maximum flexibility for
: expert users. mlpack outperforms competing machine learning libraries by large
: margins. This package provides the Python bindings for mlpack.