How to Install and Uninstall faust Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 06,2024

1. Install "faust" package

Please follow the step by step instructions below to install faust on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install faust

2. Uninstall "faust" package

Please follow the step by step instructions below to uninstall faust on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the faust package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: faust
Priority: optional
Section: universe/sound
Installed-Size: 9193
Maintainer: Ubuntu Developers
Original-Maintainer: Mario Lang
Architecture: amd64
Version: 0.9.46-2
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6)
Recommends: ruby, libc6-dev | libc-dev, g++, make, libjack-dev, libgtk2.0-dev
Suggests: kate
Filename: pool/universe/f/faust/faust_0.9.46-2_amd64.deb
Size: 7263660
MD5sum: 4ba5893c7c340d77bf411f24939b950e
SHA1: 362883c2ad4ee3672ea55ba5116e851572f19a66
SHA256: 6d5bd87feed2db5892ade923d9a83685fb8139f3f812d4470931f17292a96564
Description-en: 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.
Description-md5: ae75a699d32c23f382348aac1a1d9d37
Homepage: http://faust.grame.fr/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu