How to Install and Uninstall pd-boids Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "pd-boids" package

Please follow the steps below to install pd-boids on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pd-boids

2. Uninstall "pd-boids" package

This tutorial shows how to uninstall pd-boids on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the pd-boids package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: pd-boids
Priority: optional
Section: universe/sound
Installed-Size: 184
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Multimedia Maintainers
Architecture: amd64
Version: 1.1.1-2
Depends: libc6 (>= 2.2.5), pd, pd-libdir
Recommends: pd-import, gem
Filename: pool/universe/p/pd-boids/pd-boids_1.1.1-2_amd64.deb
Size: 30064
MD5sum: 9fb735053e08e69ac76b8dc265646dd5
SHA1: 2393615d81647b6176da8e0a9c31767a528605f6
SHA256: 53d6a4aa67be6ab802faa9f35f70f70a7300fa5cf90597c6a535a964f6fb0f0b
Description-en: a 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: 60acdcd563dc0644f417078f3427a943
Homepage: http://puredata.info
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m
Task: ubuntustudio-audio