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

Last updated: October 05,2024

1. Install "xtensor-devel.i686" package

Please follow the guidance below to install xtensor-devel.i686 on Fedora 36

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

2. Uninstall "xtensor-devel.i686" package

Please follow the guidelines below to uninstall xtensor-devel.i686 on Fedora 36:

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

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

Last metadata expiration check: 1:52:02 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : xtensor-devel
Version : 0.23.1
Release : 3.fc36
Architecture : i686
Size : 193 k
Source : xtensor-0.23.1-3.fc36.src.rpm
Repository : fedora
Summary : C++ tensors with broadcasting and lazy computing
URL : http://xtensor.readthedocs.io/
License : BSD
Description : xtensor is a C++ library meant for numerical analysis with multi-dimensional
: array expressions.
:
: xtensor provides:
: - an extensible expression system enabling lazy broadcasting.
: - an API following the idioms of the C++ standard library.
: - tools to manipulate array expressions and build upon xtensor.