How to Install and Uninstall xtensor-devel.x86_64 Package on AlmaLinux 9

Last updated: November 29,2024

1. Install "xtensor-devel.x86_64" package

Please follow the guidance below to install xtensor-devel.x86_64 on AlmaLinux 9

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

2. Uninstall "xtensor-devel.x86_64" package

Learn how to uninstall xtensor-devel.x86_64 on AlmaLinux 9:

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

3. Information about the xtensor-devel.x86_64 package on AlmaLinux 9

Last metadata expiration check: 2:31:49 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : xtensor-devel
Version : 0.24.2
Release : 4.el9
Architecture : x86_64
Size : 202 k
Source : xtensor-0.24.2-4.el9.src.rpm
Repository : epel
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.