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

Last updated: October 06,2024

1. Install "xtensor-devel.x86_64" package

Please follow the steps below to install xtensor-devel.x86_64 on Rocky Linux 9

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

2. Uninstall "xtensor-devel.x86_64" package

Please follow the guidance below to uninstall xtensor-devel.x86_64 on Rocky Linux 9:

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

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

Last metadata expiration check: 0:20:45 ago on Fri Feb 16 06:49:52 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.