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

Last updated: May 15,2024

1. Install "pd-cxc" package

In this section, we are going to explain the necessary steps to install pd-cxc on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install pd-cxc

2. Uninstall "pd-cxc" package

Please follow the guidance below to uninstall pd-cxc on Ubuntu 21.10 (Impish Indri):

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

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

Package: pd-cxc
Architecture: amd64
Version: 0.5.2-2
Priority: optional
Section: universe/sound
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Multimedia Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 361
Depends: libc6 (>= 2.7), puredata-core | pd, pd-libdir
Filename: pool/universe/p/pd-cxc/pd-cxc_0.5.2-2_amd64.deb
Size: 41264
MD5sum: e956a82e9cc79c42945ad6c26f92bddf
SHA1: 761fd19e548f960a019dcfa766d1b72fac8f902e
SHA256: 2b8a667942f96bde725e55060c1e4413b915662d9dc9b82963e945587c9507c2
SHA512: b011c390a40a31750369d4a7185a745cb5ca41b476d6d376c46d5fcfa987939e4353045c22cf2008e99ec64478c4bf728cac4b183b58b6c58d8381966f9cc2e5
Homepage: https://puredata.info
Description-en: Pd library for working with patterns and numbers
cxc is a library of Pd objects for random numbers, number patterns and a
couple errant system tools.
.
* ixprint: print data on console without prefix (needed for ascwave)
* binshift: binary shift objects (<<,>>)
* ascseq: ascii-sequencer: input anything, which is output again
sequentially character by character with a given delay
* ascwave: print funny ascii constructions on console
* bfilt: re-output every argumen-th event, useful for modulo-sequencers
* bfilt2: features internal counter, output just bangs
* cxc_counter: a clone of the counting object from pd-markex
* reson: an interpolating reson filter
* cxc_prepend: prepend stuff with another symbol
* cxc_split: split incoming string at specified delimiter
* utime: output seconds since epoch and microsecond fraction
* random1, random_fl, random_icg, random_tw, dist_normal: PRNG algorithms
* random1~, random_fl~, random_icg~: signal version of above algorithms
* ENV: get and set environment variables and certain defines like RAND_MAX
* proc: get stuff out of the Linux proc directory (so far:
cpuinfo, loadavg, version, uptime)
* delta~: emit distance to last sample as signal
* cx.mean, cx.avgdev, cx.stddev: calculate mean, standard and average
deviation of a signal in an array
Description-md5: a7338f4d05c27c133e5bc66fbdb1f460
Task: ubuntustudio-audio