How to Install and Uninstall mlpack-devel.i686 Package on Fedora 39

Last updated: October 11,2024

1. Install "mlpack-devel.i686" package

Please follow the guidelines below to install mlpack-devel.i686 on Fedora 39

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

2. Uninstall "mlpack-devel.i686" package

Please follow the guidance below to uninstall mlpack-devel.i686 on Fedora 39:

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

3. Information about the mlpack-devel.i686 package on Fedora 39

Last metadata expiration check: 5:56:50 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : mlpack-devel
Version : 4.3.0
Release : 1.fc39
Architecture : i686
Size : 1.1 M
Source : mlpack-4.3.0-1.fc39.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.