How to Install and Uninstall pd-boids Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 20,2024

1. Install "pd-boids" package

Please follow the steps below to install pd-boids on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install pd-boids

2. Uninstall "pd-boids" package

This is a short guide on how to uninstall pd-boids on Ubuntu 21.10 (Impish Indri):

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

3. Information about the pd-boids package on Ubuntu 21.10 (Impish Indri)

Package: pd-boids
Architecture: amd64
Version: 1.1.1-5
Priority: optional
Section: universe/sound
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Multimedia Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 142
Depends: libc6 (>= 2.4), puredata | pd
Recommends: pd-libdir, pd-import, gem
Filename: pool/universe/p/pd-boids/pd-boids_1.1.1-5_amd64.deb
Size: 18372
MD5sum: 28e74cdb3cdf878f24b8002c0a0c4384
SHA1: ef06e77631ca96468848905c03620398fecc64cd
SHA256: cf5c7d2b6372469cda43617223ca9203c0667cecc729d9a1878b6d8d0101516c
SHA512: 22cc06c4d6344b300239ff2b3e65ff80504f42ff1a924576fecad058fcdfe8852ec387d18652dd4e47716d43104c902cb7a156ffd2d3b09f5cb9d5d0c5dd0975
Homepage: https://puredata.info
Description-en: 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: 3f8fca8675ce77f1612b06878fc90d2f
Task: ubuntustudio-audio