How to Install and Uninstall ensmallen-devel.i686 Package on Fedora 36

Last updated: October 05,2024

1. Install "ensmallen-devel.i686" package

Learn how to install ensmallen-devel.i686 on Fedora 36

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

2. Uninstall "ensmallen-devel.i686" package

Please follow the instructions below to uninstall ensmallen-devel.i686 on Fedora 36:

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

3. Information about the ensmallen-devel.i686 package on Fedora 36

Last metadata expiration check: 5:51:57 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ensmallen-devel
Version : 2.17.0
Release : 2.fc36
Architecture : i686
Size : 189 k
Source : ensmallen-2.17.0-2.fc36.src.rpm
Repository : fedora
Summary : Header-only C++ library for efficient mathematical optimization
URL : https://www.ensmallen.org
License : BSD
Description : ensmallen is a header-only C++ library for efficient mathematical optimization.
: It provides a simple set of abstractions for writing an objective function to
: optimize. It also provides a large set of standard and cutting-edge optimizers
: that can be used for virtually any mathematical optimization task. These
: include full-batch gradient descent techniques, small-batch techniques,
: gradient-free optimizers, and constrained optimization.