How to Install and Uninstall mlpack.x86_64 Package on CentOS Stream 8

Last updated: October 06,2024

1. Install "mlpack.x86_64" package

Learn how to install mlpack.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install mlpack.x86_64

2. Uninstall "mlpack.x86_64" package

Learn how to uninstall mlpack.x86_64 on CentOS Stream 8:

$ sudo dnf remove mlpack.x86_64 $ sudo dnf autoremove

3. Information about the mlpack.x86_64 package on CentOS Stream 8

Last metadata expiration check: 1 day, 3:18:47 ago on Sat 02 Oct 2021 09:11:27 AM UTC.
Available Packages
Name : mlpack
Version : 3.4.2
Release : 11.el8
Architecture : x86_64
Size : 852 k
Source : mlpack-3.4.2-11.el8.src.rpm
Repository : epel
Summary : Scalable, fast C++ machine learning library
URL : http://www.mlpack.org
License : BSD
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.