How to Install and Uninstall pd-boids Package on Kali Linux

Last updated: May 12,2024

1. Install "pd-boids" package

Please follow the guidelines below to install pd-boids on Kali Linux

$ sudo apt update $ sudo apt install pd-boids

2. Uninstall "pd-boids" package

This tutorial shows how to uninstall pd-boids on Kali Linux:

$ sudo apt remove pd-boids $ sudo apt autoclean && sudo apt autoremove

3. Information about the pd-boids package on Kali Linux

Package: pd-boids
Version: 1.1.1-9
Installed-Size: 187
Maintainer: Debian Multimedia Maintainers
Architecture: amd64
Depends: puredata | pd | puredata64 | pd64, libc6 (>= 2.4)
Recommends: gem, pd-import, pd-libdir
Size: 21072
SHA256: 0f5775a2d0d252f5c74a6d9d4b47954ce139dc6433af6adfb86b007a21ede3f5
SHA1: 448a5f90a2f040e46386c90d8c34a9374144d69c
MD5sum: e06e88d465c3d34204454fb2cd9f7ed2
Description: Pd library for the "boids" flocking simulator algorithm
Boids is a bird flight and animal flock simulator. It is based on the
same algorithm which was used in Jurassic Park for the herding
dinosaurs. Boids takes an integer argument which is the number of
boids. Each time Boids receives a bang, it calculates and outputs the
new positions of the boids. The output consists of thew coordiantes
for each boid, the number and type depending on the mode.
.
The flight parameters can be changed with messages. Use the 'dump'
message to output a list of the current parameter settings.
.
For more information about the Boids algorithm, see Craig Reynolds'
Web site at http://www.red3d.com/cwr/
Description-md5:
Homepage: https://puredata.info
Section: sound
Priority: optional
Filename: pool/main/p/pd-boids/pd-boids_1.1.1-9_amd64.deb