How to Install and Uninstall python3-halide Package on Kali Linux

Last updated: May 21,2024

1. Install "python3-halide" package

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

$ sudo apt update $ sudo apt install python3-halide

2. Uninstall "python3-halide" package

Here is a brief guide to show you how to uninstall python3-halide on Kali Linux:

$ sudo apt remove python3-halide $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-halide package on Kali Linux

Package: python3-halide
Source: halide
Version: 17.0.0-2
Installed-Size: 3074
Maintainer: Roman Lebedev
Architecture: amd64
Depends: libhalide17-0 (= 17.0.0-2), libc6 (>= 2.32), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), python3 (<< 3.12), python3 (>= 3.11~), python3:any
Suggests: python3-halide-doc
Size: 627236
SHA256: d528d264ca33a2e697f96dd1677ea053790d95d3212038e99e67ab2e56f9701b
SHA1: f7e85fd04797a850ba3d2773c94341c98fcd824f
MD5sum: c8c6a05607067b0be0088fc482b7b99a
Description: fast, portable computation on images and tensors -- Python3 bindings
Halide is a programming language designed to make it easier to write
high-performance image and array processing code on modern machines.
.
This package contains provides a Python binding that provides full support
for writing Halide embedded in Python without C++.
Description-md5:
Multi-Arch: same
Homepage: https://halide-lang.org/
Section: python
Priority: optional
Filename: pool/main/h/halide/python3-halide_17.0.0-2_amd64.deb