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

Last updated: October 05,2024

1. Install "xtensor-devel.i686" package

This guide covers the steps necessary to install xtensor-devel.i686 on Fedora 34

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

2. Uninstall "xtensor-devel.i686" package

This is a short guide on how to uninstall xtensor-devel.i686 on Fedora 34:

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

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

Last metadata expiration check: 1:22:42 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : xtensor-devel
Version : 0.21.7
Release : 4.fc34
Architecture : i686
Size : 194 k
Source : xtensor-0.21.7-4.fc34.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.