How to Install and Uninstall mlpack-devel.x86_64 Package on Fedora 38

Last updated: September 22,2024

1. Install "mlpack-devel.x86_64" package

Please follow the step by step instructions below to install mlpack-devel.x86_64 on Fedora 38

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

2. Uninstall "mlpack-devel.x86_64" package

In this section, we are going to explain the necessary steps to uninstall mlpack-devel.x86_64 on Fedora 38:

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

3. Information about the mlpack-devel.x86_64 package on Fedora 38

Last metadata expiration check: 0:09:00 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : mlpack-devel
Version : 4.3.0
Release : 1.fc38
Architecture : x86_64
Size : 1.1 M
Source : mlpack-4.3.0-1.fc38.src.rpm
Repository : updates
Summary : Development headers 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 headers to compile applications against
: mlpack.