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

Last updated: May 20,2024

1. Install "libhalide14-0" package

This guide covers the steps necessary to install libhalide14-0 on Kali Linux

$ sudo apt update $ sudo apt install libhalide14-0

2. Uninstall "libhalide14-0" package

Here is a brief guide to show you how to uninstall libhalide14-0 on Kali Linux:

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

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

Package: libhalide14-0
Source: halide
Version: 14.0.0-2
Installed-Size: 25161
Maintainer: Roman Lebedev
Architecture: amd64
Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libllvm14, libstdc++6 (>= 11)
Size: 7268956
SHA256: 2fcd11c7198f85ee25e6f78b09920a6f06b5921173f4a683a5bca899c9e21dc4
SHA1: 292ab2cf65166d1cbefbd44adb394f2ef01a6a81
MD5sum: 084de1c7e92c1e9f29e8cfdffd833cdf
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: 7166d65fedb5e0e8f37bed747dc43fb7
Multi-Arch: same
Homepage: https://halide-lang.org/
Section: libs
Priority: optional
Filename: pool/main/h/halide/libhalide14-0_14.0.0-2_amd64.deb