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

Last updated: October 07,2024

1. Install "xtensor-devel.i686" package

This guide let you learn how to install xtensor-devel.i686 on Fedora 39

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

2. Uninstall "xtensor-devel.i686" package

This guide let you learn how to uninstall xtensor-devel.i686 on Fedora 39:

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

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

Last metadata expiration check: 5:49:23 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : xtensor-devel
Version : 0.24.2
Release : 4.fc39
Architecture : i686
Size : 215 k
Source : xtensor-0.24.2-4.fc39.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.