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

Last updated: September 21,2024

1. Install "xtensor-devel.x86_64" package

Please follow the step by step instructions below to install xtensor-devel.x86_64 on CentOS Stream 9

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

2. Uninstall "xtensor-devel.x86_64" package

Here is a brief guide to show you how to uninstall xtensor-devel.x86_64 on CentOS Stream 9:

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

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

Last metadata expiration check: 2:23:17 ago on Sat Mar 16 16:03:45 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.