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

Last updated: May 16,2024

1. Install "python3-drizzle" package

Learn how to install python3-drizzle on Kali Linux

$ sudo apt update $ sudo apt install python3-drizzle

2. Uninstall "python3-drizzle" package

This guide covers the steps necessary to uninstall python3-drizzle on Kali Linux:

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

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

Package: python3-drizzle
Source: python-drizzle
Version: 1.15.0-1
Installed-Size: 357
Maintainer: Debian Astro Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3-astropy, python3-numpy (>= 1:1.22.0), python3-numpy-abi9, python3:any, libc6 (>= 2.29)
Suggests: python-drizzle-doc, python-drizzle-testdata
Size: 78448
SHA256: 152d41c2ade214e71ce173c6015d694eb02273d9b47512eb6a5a5331c97eecd8
SHA1: cf4389e0c8fd052879d8b11a5501950df59a9093
MD5sum: 03e26dee6da0400bb7a742e6ecae58f0
Description: Dithered image combination for Python
The drizzle library is a Python package for combining dithered images
into a single image. This library is derived from code used in
drizzlepac. Like drizzlepac, most of the code is implemented in the C
language. The biggest change from drizzlepac is that this code passes
an array that maps the input to output image into the C code, while
the drizzlepac code computes the mapping by using a Python
callback. Switching to using an array allowed the code to be greatly
simplified.
Description-md5:
Homepage: https://spacetelescope.github.io/drizzle/
Section: python
Priority: optional
Filename: pool/main/p/python-drizzle/python3-drizzle_1.15.0-1_amd64.deb