How to Install and Uninstall faust.x86_64 Package on Fedora 34

Last updated: May 19,2024

1. Install "faust.x86_64" package

Please follow the step by step instructions below to install faust.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install faust.x86_64

2. Uninstall "faust.x86_64" package

In this section, we are going to explain the necessary steps to uninstall faust.x86_64 on Fedora 34:

$ sudo dnf remove faust.x86_64 $ sudo dnf autoremove

3. Information about the faust.x86_64 package on Fedora 34

Last metadata expiration check: 3:29:13 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : faust
Version : 0.9.46
Release : 20.fc34
Architecture : x86_64
Size : 617 k
Source : faust-0.9.46-20.fc34.src.rpm
Repository : fedora
Summary : Compiled language for real-time audio signal processing
URL : http://faust.grame.fr/
License : GPLv2+ and BSD
Description : Faust AUdio STreams is a functional programming language for real-time audio
: signal processing. Its programming model combines two approaches : functional
: programming and block diagram composition. You can think of FAUST as a
: structured block diagram language with a textual syntax.
:
: FAUST is intended for developers who need to develop efficient C/C++ audio
: plugins for existing systems or full standalone audio applications. Thanks to
: some specific compilation techniques and powerful optimizations, the C++ code
: generated by the Faust compiler is usually very fast. It can generally compete
: with (and sometimes outperform) hand-written C code.
:
: Programming with FAUST is somehow like working with electronic circuits and
: signals. A FAUST program is a list of definitions that defines a signal
: processor block-diagram : a piece of code that produces output signals
: according to its input signals (and maybe some user interface parameters)