How to Install and Uninstall mlpack-doc.x86_64 Package on Rocky Linux 9

Last updated: September 21,2024

1. Install "mlpack-doc.x86_64" package

Please follow the instructions below to install mlpack-doc.x86_64 on Rocky Linux 9

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

2. Uninstall "mlpack-doc.x86_64" package

This guide covers the steps necessary to uninstall mlpack-doc.x86_64 on Rocky Linux 9:

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

3. Information about the mlpack-doc.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:46:20 ago on Tue Sep 13 04:19:08 2022.
Available Packages
Name : mlpack-doc
Version : 3.4.2
Release : 17.el9
Architecture : x86_64
Size : 197 M
Source : mlpack-3.4.2-17.el9.src.rpm
Repository : epel
Summary : Doxygen documentation for mlpack (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. This package provides the Doxygen-generated documentation for mlpack.