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

Last updated: October 01,2024

1. Install "xtensor-devel.i686" package

Please follow the guidelines below to install xtensor-devel.i686 on Fedora 38

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

2. Uninstall "xtensor-devel.i686" package

Here is a brief guide to show you how to uninstall xtensor-devel.i686 on Fedora 38:

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

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

Last metadata expiration check: 2:58:22 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : xtensor-devel
Version : 0.24.2
Release : 3.fc38
Architecture : i686
Size : 215 k
Source : xtensor-0.24.2-3.fc38.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.