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

Last updated: December 24,2024

1. Install "pd-cxc" package

In this section, we are going to explain the necessary steps to install pd-cxc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pd-cxc

2. Uninstall "pd-cxc" package

Here is a brief guide to show you how to uninstall pd-cxc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: pd-cxc
Priority: optional
Section: universe/sound
Installed-Size: 372
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Multimedia Maintainers
Architecture: amd64
Version: 0.5.2-1
Depends: libc6 (>= 2.7), puredata-core | pd, pd-libdir
Filename: pool/universe/p/pd-cxc/pd-cxc_0.5.2-1_amd64.deb
Size: 74756
MD5sum: 0afbeb22e4368b44a0d968998c22a4d8
SHA1: 2b63101af35f9081156c823525366e4b3c113ca4
SHA256: 2dfbbee59d0cec547ffb71c38c7f1ef4d6c0dd0a7c4d162a011b4093207c6ece
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
Homepage: http://puredata.info
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m
Task: ubuntustudio-audio