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

Last updated: May 17,2024

1. Install "python3-noise" package

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

$ sudo apt update $ sudo apt install python3-noise

2. Uninstall "python3-noise" package

In this section, we are going to explain the necessary steps to uninstall python3-noise on Kali Linux:

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

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

Package: python3-noise
Source: python-noise (1.2.3-4)
Version: 1.2.3-4+b4
Installed-Size: 269
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.4)
Size: 129296
SHA256: e9a7d7cf1d9d1999cda3d47ea7e1719e024982bcd7a8e630ae46bdddb6ac3282
SHA1: 4eeacc0ab3f99812f58d246844a775313e7f31b5
MD5sum: b4888b137bb774e18e21829ca30520ea
Description: Perlin noise for image generation
Perlin noise is ubiquitous in modern CGI. Used for procedural texturing,
animation, and enhancing realism, Perlin noise has been called the "salt" of
procedural content. Perlin noise is a type of gradient noise, smoothly
interpolating across a pseudo-random matrix of values.
.
The noise library includes native-code implementations of Perlin "improved"
noise and Perlin simplex noise. It also includes a fast implementation of
Perlin noise in GLSL, for use in OpenGL shaders. The shader code and many of
the included examples require Pyglet (http://www.pyglet.org), the native-code
noise functions themselves do not, however.
Description-md5:
Homepage: https://github.com/caseman/noise
Section: science
Priority: optional
Filename: pool/main/p/python-noise/python3-noise_1.2.3-4+b4_amd64.deb