How to Install and Uninstall mlpack-devel.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 17,2024

1. Install "mlpack-devel.x86_64" package

This tutorial shows how to install mlpack-devel.x86_64 on CentOS 8 / RHEL 8

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

2. Uninstall "mlpack-devel.x86_64" package

Please follow the guidelines below to uninstall mlpack-devel.x86_64 on CentOS 8 / RHEL 8:

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

3. Information about the mlpack-devel.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:07:42 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : mlpack-devel
Version : 3.4.2
Release : 1.el8
Architecture : x86_64
Size : 1.1 M
Source : mlpack-3.4.2-1.el8.src.rpm
Repository : epel
Summary : Development headers 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 headers to compile applications against
: mlpack.