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

Last updated: May 13,2024

1. Install "pd-moonlib" package

This guide covers the steps necessary to install pd-moonlib on Kali Linux

$ sudo apt update $ sudo apt install pd-moonlib

2. Uninstall "pd-moonlib" package

This is a short guide on how to uninstall pd-moonlib on Kali Linux:

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

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

Package: pd-moonlib
Version: 0.7-2
Installed-Size: 1013
Maintainer: Debian Multimedia Maintainers
Architecture: amd64
Depends: puredata-core (>= 0.53~), puredata | pd | puredata64 | pd64, libc6 (>= 2.34)
Suggests: pd-libdir
Size: 95648
SHA256: 0c09ca20e9564c1fa12999d594a883640be95f5f9d01b16ba1d56b8e992fa294
SHA1: c767aa07c55e91c01c2e22f98413b40dee89f38b
MD5sum: 2a35fa39ce3bd0c6cd3996f288f45779
Description: library of Pd objects related to GUI control
Moonlib includes three sub-sections: nilib, which is a kind of wrapper
between Pd and Gtk, sublib, which is a collection of gui control objects, and
other, which are miscellaneous objects:
.
* tabenv: like env~, an enveloppe follower, but computing on a table,
so possibly much speeder than real-time env~'s computation
* tabsort, tabsort2: returns the indices of the sorted table,
tabsort2 is bidimensional
* gamme: one octave of a piano keyboard used to filter/choose
notes in a selected scale
* absolutepath/relativepath: to use files (sounds, texts, presets,
images, programs...) nested in the patch's
directory (and in subdirs)
* sarray and slist: to creates shared dynamic arrays or lists with symbols
* sfread2~ and readsfv~: to pitch the direct-from-disk reading of sound files
* dinlet~: an inlet~ with a default value (when nothing is connected to it)
* mknob: a round knob ala iemgui vslider (with its "properties" window)
* dispatch: creates one bus name for many buttons' buses: from the
N pairs (slider1-snd/slider1-rcv) ... (sliderN-snd/sliderN-rcv),
creates only one pair of buses named (slider-snd/slider-rcv),
in which datas are prepended by the number of the "sub-bus"
* joystik: an improvement of Joseph A. Sarlo's joystick
* image: an improvement of Guenter Geiger's one. Same name, but it's
compatible. Here you can share images through different objects,
preload a list of images, and animate this list.
Description-md5:
Homepage: https://github.com/MetaluNet/moonlib/
Section: sound
Priority: optional
Filename: pool/main/p/pd-moonlib/pd-moonlib_0.7-2_amd64.deb