How to Install and Uninstall libhalide17-0 Package on Kali Linux

Last updated: June 26,2024

1. Install "libhalide17-0" package

In this section, we are going to explain the necessary steps to install libhalide17-0 on Kali Linux

$ sudo apt update $ sudo apt install libhalide17-0

2. Uninstall "libhalide17-0" package

Please follow the instructions below to uninstall libhalide17-0 on Kali Linux:

$ sudo apt remove libhalide17-0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libhalide17-0 package on Kali Linux

Package: libhalide17-0
Source: halide
Version: 17.0.0-2
Installed-Size: 34869
Maintainer: Roman Lebedev
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm17, libstdc++6 (>= 13.1)
Size: 10151708
SHA256: 32f79c2e3308f2aaaaa36939511e25ed346f715e4d41ac8fb391e368c3ec6f23
SHA1: bc3a68b243bd70e1f20d60e5f9a86351855c3a3a
MD5sum: 601874cdc0249f779ed057e4a63b2b00
Description: fast, portable computation on images and tensors
Halide is a programming language designed to make it easier to write
high-performance image and array processing code on modern machines.
Halide currently targets:
* CPU architectures: X86, ARM, MIPS, Hexagon, PowerPC, RISC-V
* Operating systems: Linux, Windows, macOS, Android, iOS, Qualcomm QuRT
* GPU Compute APIs: CUDA, OpenCL, OpenGL Compute Shaders, Apple Metal,
Microsoft Direct X 12
Rather than being a standalone programming language,
Halide is embedded in C++. This means you write C++ code that builds
an in-memory representation of a Halide pipeline using Halide's C++ API.
You can then compile this representation to an object file,
or JIT-compile it and run it in the same process.
Description-md5:
Multi-Arch: same
Homepage: https://halide-lang.org/
Section: libs
Priority: optional
Filename: pool/main/h/halide/libhalide17-0_17.0.0-2_amd64.deb

5. The same packages on other Linux Distributions