How To Install mlpack on Fedora 36
Introduction
In this tutorial we learn how to install mlpack
on Fedora 36.
What is mlpack
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.
We can use yum
or dnf
to install mlpack
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mlpack.
Install mlpack on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install mlpack
using dnf
by running the following command:
sudo dnf -y install mlpack
Install mlpack on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install mlpack
using yum
by running the following command:
sudo yum -y install mlpack
How To Uninstall mlpack on Fedora 36
To uninstall only the mlpack
package we can use the following command:
sudo dnf remove mlpack
mlpack Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/93
/usr/lib/.build-id/93/f88ef057cceb4ff98c364b68040028b1267a13
/usr/lib/libmlpack.so.3
/usr/lib/libmlpack.so.3.4
/usr/share/doc/mlpack/LICENSE.txt
/usr/lib/.build-id
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/873e9e1aaa1619a808401ae0a95454361a8fa9
/usr/lib/libmlpack.so.3
/usr/lib/libmlpack.so.3.4
/usr/share/doc/mlpack/LICENSE.txt
References
Summary
In this tutorial we learn how to install mlpack
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install mlpack on Fedora 36” linkTitle: “mlpack” type: “docs” description: “In this tutorial we learn how to install mlpack in Fedora 36. mlpack is Scalable, fast C++ machine learning library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/mlpack-featured.png
Introduction
In this tutorial we learn how to install mlpack
on Fedora 36.
What is mlpack
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.
We can use yum
or dnf
to install mlpack
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mlpack.
Install mlpack on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install mlpack
using dnf
by running the following command:
sudo dnf -y install mlpack
Install mlpack on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install mlpack
using yum
by running the following command:
sudo yum -y install mlpack
How To Uninstall mlpack on Fedora 36
To uninstall only the mlpack
package we can use the following command:
sudo dnf remove mlpack
mlpack Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/65
/usr/lib/.build-id/65/3acfb69d9a439141f72067b1a0fb251365079f
/usr/lib64/libmlpack.so.3
/usr/lib64/libmlpack.so.3.4
/usr/share/doc/mlpack/LICENSE.txt
/usr/lib/.build-id
/usr/lib/.build-id/92
/usr/lib/.build-id/92/29df3174061d6751b45d814ab1ef81a90e8d12
/usr/lib64/libmlpack.so.3
/usr/lib64/libmlpack.so.3.4
/usr/share/doc/mlpack/LICENSE.txt
References
Summary
In this tutorial we learn how to install mlpack
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).