How to Install and Uninstall faust Package on Kali Linux

Last updated: May 10,2024

1. Install "faust" package

In this section, we are going to explain the necessary steps to install faust on Kali Linux

$ sudo apt update $ sudo apt install faust

2. Uninstall "faust" package

Learn how to uninstall faust on Kali Linux:

$ sudo apt remove faust $ sudo apt autoclean && sudo apt autoremove

3. Information about the faust package on Kali Linux

Package: faust
Version: 2.70.3+ds-1
Installed-Size: 9018
Maintainer: Debian Multimedia Maintainers
Architecture: amd64
Depends: faust-common (<< 2.70.3+ds+1~), faust-common (>= 2.70.3+ds-1), libfaust2 (= 2.70.3+ds-1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm16, libsndfile1 (>= 1.0.20), libstdc++6 (>= 13.1)
Recommends: g++ | c++-compiler, libc6-dev | libc-dev, make, perl, python3, ruby, zip
Suggests: ca-certificates, cargo, catkin, dssi-dev, feh, firefox, graphviz, inkscape, julia, ladspa-sdk, libasound-dev, libboost-dev, libcsound64-dev, libfaust-static, libgtk2.0-dev, libjack-dev | libjack-jackd2-dev, librtaudio-dev, libsndfile-dev, lv2-dev, octave, pkg-config, portaudio19-dev, puredata-dev, qtbase5-dev, supercollider-dev, texlive-latex-extra, xdg-utils
Size: 1869708
SHA256: 86fc55e306a176dcfef63d34cd955ccd405dcee4469b940ffde5d809ce271199
SHA1: ffef21193f19ae99702c0bb9458e3586a8cf7d14
MD5sum: fd298b140aa6b326a40b20e567077ee0
Description: functional programming language for realtime audio applications
Faust is a functional programming language specifically designed for realtime
audio applications and plugins. The syntax of the language is block diagram
oriented. The faust compiler translate signal processing specifications into
optimized C++ code for signal processing applications.
.
The generated code can be wrapped into an 'architecture file' in order to
create for example a standalone jack/gtk application. Several architecture
file are provided and additional ones are fairly easy to add.
.
Syntax highlighting of faust files for various editors is included in the
'faust-common' package (which will be automatically installed along this
package).
Description-md5:
Homepage: https://faust.grame.fr/
Section: sound
Priority: optional
Filename: pool/main/f/faust/faust_2.70.3+ds-1_amd64.deb