How to Install and Uninstall mlpack-bin.x86_64 Package on Rocky Linux 8

Last updated: May 15,2024

1. Install "mlpack-bin.x86_64" package

This is a short guide on how to install mlpack-bin.x86_64 on Rocky Linux 8

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

2. Uninstall "mlpack-bin.x86_64" package

In this section, we are going to explain the necessary steps to uninstall mlpack-bin.x86_64 on Rocky Linux 8:

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

3. Information about the mlpack-bin.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:55:33 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : mlpack-bin
Version : 3.4.2
Release : 16.el8
Architecture : x86_64
Size : 12 M
Source : mlpack-3.4.2-16.el8.src.rpm
Repository : epel
Summary : Command-line executables for mlpack (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 command-line executables which run mlpack
: methods and related documentation.