How to Install and Uninstall libxtensor-dev Package on Kali Linux

Last updated: May 13,2024

1. Install "libxtensor-dev" package

Please follow the steps below to install libxtensor-dev on Kali Linux

$ sudo apt update $ sudo apt install libxtensor-dev

2. Uninstall "libxtensor-dev" package

This guide let you learn how to uninstall libxtensor-dev on Kali Linux:

$ sudo apt remove libxtensor-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libxtensor-dev package on Kali Linux

Package: libxtensor-dev
Source: xtensor
Version: 0.25.0-1
Installed-Size: 1961
Maintainer: Debian Science Maintainers
Architecture: all
Replaces: xtensor-dev (<< 0.22.0-4~)
Depends: xtl-dev (>= 0.7.5~), xtl-dev (<< 0.8), nlohmann-json3-dev (>= 3.1.1~)
Suggests: xtensor-doc
Breaks: xtensor-dev (<< 0.22.0-4~)
Size: 197524
SHA256: 544739707d711deac3fc8c129bc12f5f3869a29f1d5034e0961961a92cca0f12
SHA1: 180b561f943a2277864fa839f21db5def8aed81b
MD5sum: 0b937f1de5d0104f9421b86c3aae6772
Description: multi-dimensional arrays with broadcasting and lazy computing
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.
.
Containers of xtensor are inspired by NumPy, the Python array programming
library. In fact, xtensor can be used to process numpy data structures inplace
using Python's buffer protocol. For more details on the numpy bindings, check
out the xtensor-python project.
.
This package provides the header-only library.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/xtensor-stack/xtensor
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/x/xtensor/libxtensor-dev_0.25.0-1_all.deb