How To Install faust on Fedora 34
Introduction
In this tutorial we learn how to install faust
on Fedora 34.
What is faust
Faust AUdio STreams is a functional programming language for real-time audio signal processing. Its programming model combines two approaches 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 according to its input signals (and maybe some user interface parameters)
We can use yum
or dnf
to install faust
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install faust.
Install faust on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install faust
using dnf
by running the following command:
sudo dnf -y install faust
Install faust on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install faust
using yum
by running the following command:
sudo yum -y install faust
How To Uninstall faust on Fedora 34
To uninstall only the faust
package we can use the following command:
sudo dnf remove faust
faust Package Contents on Fedora 34
/usr/bin/faust
/usr/lib/.build-id
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/5ef9bb7439e22c36b30d1918acfe95a99f8608
/usr/share/doc/faust
/usr/share/doc/faust/COPYING
/usr/share/doc/faust/README
/usr/share/doc/faust/WHATSNEW
/usr/share/doc/faust/examples
/usr/share/doc/faust/examples/APF.dsp
/usr/share/doc/faust/examples/BPF.dsp
/usr/share/doc/faust/examples/HPF.dsp
/usr/share/doc/faust/examples/LPF.dsp
/usr/share/doc/faust/examples/Makefile
/usr/share/doc/faust/examples/Makefile.compile
/usr/share/doc/faust/examples/Makefile.csound
/usr/share/doc/faust/examples/Makefile.dssicompile
/usr/share/doc/faust/examples/Makefile.iphonecompile
/usr/share/doc/faust/examples/Makefile.ladspacompile
/usr/share/doc/faust/examples/Makefile.mathdoc
/usr/share/doc/faust/examples/Makefile.mspcompile
/usr/share/doc/faust/examples/Makefile.pdcompile
/usr/share/doc/faust/examples/Makefile.qcompile
/usr/share/doc/faust/examples/Makefile.qtcompile
/usr/share/doc/faust/examples/Makefile.sccompile
/usr/share/doc/faust/examples/Makefile.svgcompile
/usr/share/doc/faust/examples/Makefile.vstcompile
/usr/share/doc/faust/examples/Makefile.w32pdcompile
/usr/share/doc/faust/examples/Makefile.w32vstcompile
/usr/share/doc/faust/examples/README
/usr/share/doc/faust/examples/bandfilter.dsp
/usr/share/doc/faust/examples/capture.dsp
/usr/share/doc/faust/examples/cubic_distortion.dsp
/usr/share/doc/faust/examples/dbmeter.dsp
/usr/share/doc/faust/examples/echo.dsp
/usr/share/doc/faust/examples/envelop.dsp
/usr/share/doc/faust/examples/faust-stk
/usr/share/doc/faust/examples/faust-stk/Makefile
/usr/share/doc/faust/examples/faust-stk/Makefile.compile
/usr/share/doc/faust/examples/faust-stk/Makefile.csound
/usr/share/doc/faust/examples/faust-stk/Makefile.dssicompile
/usr/share/doc/faust/examples/faust-stk/Makefile.iphonecompile
/usr/share/doc/faust/examples/faust-stk/Makefile.ladspacompile
/usr/share/doc/faust/examples/faust-stk/Makefile.mathdoc
/usr/share/doc/faust/examples/faust-stk/Makefile.mspcompile
/usr/share/doc/faust/examples/faust-stk/Makefile.pdcompile
/usr/share/doc/faust/examples/faust-stk/Makefile.qcompile
/usr/share/doc/faust/examples/faust-stk/Makefile.qtcompile
/usr/share/doc/faust/examples/faust-stk/Makefile.sccompile
/usr/share/doc/faust/examples/faust-stk/Makefile.svgcompile
/usr/share/doc/faust/examples/faust-stk/Makefile.vstcompile
/usr/share/doc/faust/examples/faust-stk/Makefile.w32vstcompile
/usr/share/doc/faust/examples/faust-stk/NLFeks.dsp
/usr/share/doc/faust/examples/faust-stk/NLFfm.dsp
/usr/share/doc/faust/examples/faust-stk/README
/usr/share/doc/faust/examples/faust-stk/bass.dsp
/usr/share/doc/faust/examples/faust-stk/bass.h
/usr/share/doc/faust/examples/faust-stk/blowBottle.dsp
/usr/share/doc/faust/examples/faust-stk/blowHole.dsp
/usr/share/doc/faust/examples/faust-stk/bowed.dsp
/usr/share/doc/faust/examples/faust-stk/brass.dsp
/usr/share/doc/faust/examples/faust-stk/clarinet.dsp
/usr/share/doc/faust/examples/faust-stk/flute.dsp
/usr/share/doc/faust/examples/faust-stk/flutestk.dsp
/usr/share/doc/faust/examples/faust-stk/glassHarmonica.dsp
/usr/share/doc/faust/examples/faust-stk/harpsi.dsp
/usr/share/doc/faust/examples/faust-stk/harpsichord.h
/usr/share/doc/faust/examples/faust-stk/instrument.h
/usr/share/doc/faust/examples/faust-stk/instrument.lib
/usr/share/doc/faust/examples/faust-stk/modalBar.dsp
/usr/share/doc/faust/examples/faust-stk/modalBar.h
/usr/share/doc/faust/examples/faust-stk/pd-patches
/usr/share/doc/faust/examples/faust-stk/pd-patches/audio-out.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/bottle.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/clarinets.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/fancy
/usr/share/doc/faust/examples/faust-stk/pd-patches/fancy/canon
/usr/share/doc/faust/examples/faust-stk/pd-patches/fancy/canon/audio-out.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/fancy/canon/bass.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/fancy/canon/canon.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/fancy/canon/flute.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/fancy/canon/pachelbel.mid
/usr/share/doc/faust/examples/faust-stk/pd-patches/fancy/daisy
/usr/share/doc/faust/examples/faust-stk/pd-patches/fancy/daisy/audio-out.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/fancy/daisy/daisy.mid
/usr/share/doc/faust/examples/faust-stk/pd-patches/fancy/daisy/daisy.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/fancy/daisy/piano.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/fancy/daisy/voiceForm.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/fancy/take5
/usr/share/doc/faust/examples/faust-stk/pd-patches/fancy/take5/audio-out.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/fancy/take5/blowHole.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/fancy/take5/piano.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/fancy/take5/take5.mid
/usr/share/doc/faust/examples/faust-stk/pd-patches/fancy/take5/take5.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/fancy/turkish-march
/usr/share/doc/faust/examples/faust-stk/pd-patches/fancy/turkish-march/audio-out.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/fancy/turkish-march/harpsi.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/fancy/turkish-march/turkish-march.mid
/usr/share/doc/faust/examples/faust-stk/pd-patches/fancy/turkish-march/turkish-march.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/fancy/what-a-friend
/usr/share/doc/faust/examples/faust-stk/pd-patches/fancy/what-a-friend/audio-out.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/fancy/what-a-friend/bass.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/fancy/what-a-friend/modalBar.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/fancy/what-a-friend/piano.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/fancy/what-a-friend/what-a-friend.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/fancy/what-a-friend/what_a_friend.mid
/usr/share/doc/faust/examples/faust-stk/pd-patches/flutes.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/fm.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/glassBare.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/harpsichord-poly.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/ironBare.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/midi-in.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/modal.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/osc.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/piano-poly.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/plucked.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/saxophone.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/tibetan.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/trumpet.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/violin.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/voiceSynth.pd
/usr/share/doc/faust/examples/faust-stk/pd-patches/woodenBare.pd
/usr/share/doc/faust/examples/faust-stk/phonemes.h
/usr/share/doc/faust/examples/faust-stk/piano.dsp
/usr/share/doc/faust/examples/faust-stk/piano.h
/usr/share/doc/faust/examples/faust-stk/saxophony.dsp
/usr/share/doc/faust/examples/faust-stk/sitar.dsp
/usr/share/doc/faust/examples/faust-stk/tibetanBowl.dsp
/usr/share/doc/faust/examples/faust-stk/tunedBar.dsp
/usr/share/doc/faust/examples/faust-stk/uniBar.dsp
/usr/share/doc/faust/examples/faust-stk/voiceForm.dsp
/usr/share/doc/faust/examples/freeverb.dsp
/usr/share/doc/faust/examples/gate_compressor.dsp
/usr/share/doc/faust/examples/graphic_eq.dsp
/usr/share/doc/faust/examples/highShelf.dsp
/usr/share/doc/faust/examples/karplus.dsp
/usr/share/doc/faust/examples/karplus32.dsp
/usr/share/doc/faust/examples/lfboost.dsp
/usr/share/doc/faust/examples/lowShelf.dsp
/usr/share/doc/faust/examples/lowboost.dsp
/usr/share/doc/faust/examples/lowcut.dsp
/usr/share/doc/faust/examples/matrix.dsp
/usr/share/doc/faust/examples/mixer.dsp
/usr/share/doc/faust/examples/multibandfilter.dsp
/usr/share/doc/faust/examples/noise.dsp
/usr/share/doc/faust/examples/noisemetadata.dsp
/usr/share/doc/faust/examples/notch.dsp
/usr/share/doc/faust/examples/osc.dsp
/usr/share/doc/faust/examples/osc.maxpat
/usr/share/doc/faust/examples/osc.pd
/usr/share/doc/faust/examples/osci.dsp
/usr/share/doc/faust/examples/oscio.maxpat
/usr/share/doc/faust/examples/oscio.pd
/usr/share/doc/faust/examples/panpot.dsp
/usr/share/doc/faust/examples/parametric_eq.dsp
/usr/share/doc/faust/examples/peakNotch.dsp
/usr/share/doc/faust/examples/peakingEQ.dsp
/usr/share/doc/faust/examples/phaser_flanger.dsp
/usr/share/doc/faust/examples/pitch_shifter.dsp
/usr/share/doc/faust/examples/quadecho.dsp
/usr/share/doc/faust/examples/reverb_designer.dsp
/usr/share/doc/faust/examples/reverb_tester.dsp
/usr/share/doc/faust/examples/rewriting
/usr/share/doc/faust/examples/rewriting/Makefile
/usr/share/doc/faust/examples/rewriting/fact.dsp
/usr/share/doc/faust/examples/rewriting/fold.dsp
/usr/share/doc/faust/examples/rewriting/mesh.dsp
/usr/share/doc/faust/examples/rewriting/mesh.pd
/usr/share/doc/faust/examples/rewriting/sample.pd
/usr/share/doc/faust/examples/rewriting/serial.dsp
/usr/share/doc/faust/examples/rewriting/sum.dsp
/usr/share/doc/faust/examples/rewriting/test.pd
/usr/share/doc/faust/examples/smoothdelay.dsp
/usr/share/doc/faust/examples/spat.dsp
/usr/share/doc/faust/examples/spectral_level.dsp
/usr/share/doc/faust/examples/stereoecho.dsp
/usr/share/doc/faust/examples/switcher.dsp
/usr/share/doc/faust/examples/tapiir.dsp
/usr/share/doc/faust/examples/tester.dsp
/usr/share/doc/faust/examples/vcf_wah_pedals.dsp
/usr/share/doc/faust/examples/volume.dsp
/usr/share/doc/faust/examples/vumeter.dsp
/usr/share/doc/faust/examples/zita_rev1.dsp
/usr/share/faust
/usr/share/faust/Makefile.compile
/usr/share/faust/Makefile.csound
/usr/share/faust/Makefile.dssicompile
/usr/share/faust/Makefile.iphonecompile
/usr/share/faust/Makefile.ladspacompile
/usr/share/faust/Makefile.mathdoc
/usr/share/faust/Makefile.mspcompile
/usr/share/faust/Makefile.pdcompile
/usr/share/faust/Makefile.qcompile
/usr/share/faust/Makefile.qtcompile
/usr/share/faust/Makefile.sccompile
/usr/share/faust/Makefile.svgcompile
/usr/share/faust/Makefile.vstcompile
/usr/share/faust/Makefile.w32pdcompile
/usr/share/faust/Makefile.w32vstcompile
/usr/share/faust/VST
/usr/share/faust/VST/Info.plist
/usr/share/faust/VST/PkgInfo
/usr/share/faust/VST/README
/usr/share/faust/VST/VST.xcode
/usr/share/faust/VST/VST.xcode/project.pbxproj
/usr/share/faust/alchemy-as.cpp
/usr/share/faust/alsa-gtk.cpp
/usr/share/faust/alsa-qt.cpp
/usr/share/faust/audio
/usr/share/faust/audio/alsa-dsp.h
/usr/share/faust/audio/audio.h
/usr/share/faust/audio/coreaudio-dsp.h
/usr/share/faust/audio/dsp.h
/usr/share/faust/audio/jack-dsp.h
/usr/share/faust/audio/netjack-dsp.h
/usr/share/faust/audio/oscdsp.h
/usr/share/faust/audio/portaudio-dsp.h
/usr/share/faust/bench.cpp
/usr/share/faust/ca-qt.cpp
/usr/share/faust/csound.cpp
/usr/share/faust/dssi.cpp
/usr/share/faust/effect.lib
/usr/share/faust/filter.lib
/usr/share/faust/gui
/usr/share/faust/gui/FUI.h
/usr/share/faust/gui/GUI.h
/usr/share/faust/gui/OSCUI.h
/usr/share/faust/gui/UI.h
/usr/share/faust/gui/console.h
/usr/share/faust/gui/faustgtk.h
/usr/share/faust/gui/faustqt.h
/usr/share/faust/gui/mocfaustqt.cpp
/usr/share/faust/iPhone
/usr/share/faust/iPhone/CocoaUI.h
/usr/share/faust/iPhone/MainWindow.xib
/usr/share/faust/iPhone/iPhone-Info.plist
/usr/share/faust/iPhone/iPhone.xcodeproj
/usr/share/faust/iPhone/iPhone.xcodeproj/project.pbxproj
/usr/share/faust/iPhone/iPhoneAppDelegate.h
/usr/share/faust/iPhone/iPhoneAppDelegate.mm
/usr/share/faust/iPhone/iPhoneViewController.h
/usr/share/faust/iPhone/iPhoneViewController.m
/usr/share/faust/iPhone/iPhoneViewController.xib
/usr/share/faust/iPhone/iPhone_Prefix.pch
/usr/share/faust/iPhone/icon.png
/usr/share/faust/iPhone/main.m
/usr/share/faust/intrinsic.hh
/usr/share/faust/iphone-cocoa.cpp
/usr/share/faust/jack-console.cpp
/usr/share/faust/jack-gtk.cpp
/usr/share/faust/jack-internal.cpp
/usr/share/faust/jack-qt.cpp
/usr/share/faust/ladspa.cpp
/usr/share/faust/latexheader.tex
/usr/share/faust/math.lib
/usr/share/faust/mathdoctexts-de.txt
/usr/share/faust/mathdoctexts-default.txt
/usr/share/faust/mathdoctexts-en.txt
/usr/share/faust/mathdoctexts-fr.txt
/usr/share/faust/mathdoctexts-it.txt
/usr/share/faust/matlabplot.cpp
/usr/share/faust/max-msp.cpp
/usr/share/faust/maxmsp.lib
/usr/share/faust/minimal.cpp
/usr/share/faust/misc.h
/usr/share/faust/module.cpp
/usr/share/faust/ms-jack-gtk.cpp
/usr/share/faust/music.lib
/usr/share/faust/netjack-qt.cpp
/usr/share/faust/octave.cpp
/usr/share/faust/oscillator.lib
/usr/share/faust/oscio-gtk.cpp
/usr/share/faust/oscio-qt.cpp
/usr/share/faust/oss-gtk.cpp
/usr/share/faust/pa-gtk.cpp
/usr/share/faust/pa-qt.cpp
/usr/share/faust/plot.cpp
/usr/share/faust/pure.cpp
/usr/share/faust/puredata.cpp
/usr/share/faust/q.cpp
/usr/share/faust/reduce.lib
/usr/share/faust/scheduler.cpp
/usr/share/faust/scheduler.h
/usr/share/faust/snd-rt-gtk.cpp
/usr/share/faust/sndfile.cpp
/usr/share/faust/supercollider.cpp
/usr/share/faust/synthfile.cpp
/usr/share/faust/vst.cpp
/usr/share/faust/vst2p4.cpp
/usr/share/faust/vsti-mono.cpp
/usr/share/faust/windowsdll.cpp
References
Summary
In this tutorial we learn how to install faust
on Fedora 34 using yum and dnf.