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

Last updated: February 03,2025

1. Install "libhalide16-0" package

Here is a brief guide to show you how to install libhalide16-0 on Kali Linux

$ sudo apt update $ sudo apt install libhalide16-0

2. Uninstall "libhalide16-0" package

This is a short guide on how to uninstall libhalide16-0 on Kali Linux:

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

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

Package: libhalide16-0
Source: halide
Version: 16.0.0-3
Installed-Size: 33493
Maintainer: Roman Lebedev
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm16, libstdc++6 (>= 11)
Size: 9700492
SHA256: 156c01f30ce5f71021c966a359fa590a5e02e50979b8990c1790b51ab5016031
SHA1: 625e8e73750e1e49c0eb5b747ae0f045577184a6
MD5sum: a07fe71d5bf7147c28e72122c4ed5e24
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/libhalide16-0_16.0.0-3_amd64.deb

5. The same packages on other Linux Distributions