How To Install faust-doc on Fedora 36
Introduction
In this tutorial we learn how to install faust-doc
on Fedora 36.
What is faust-doc
Faust AUdio STreams is a functional programming language for real-time audio signal processing. This package provides documentation files to help with writing programs with faust.
We can use yum
or dnf
to install faust-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install faust-doc.
Install faust-doc on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install faust-doc
using dnf
by running the following command:
sudo dnf -y install faust-doc
Install faust-doc on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install faust-doc
using yum
by running the following command:
sudo yum -y install faust-doc
How To Uninstall faust-doc on Fedora 36
To uninstall only the faust-doc
package we can use the following command:
sudo dnf remove faust-doc
faust-doc Package Contents on Fedora 36
/usr/share/doc/faust-doc
/usr/share/doc/faust-doc/Faust_tutorial2.pdf
/usr/share/doc/faust-doc/additional documentation
/usr/share/doc/faust-doc/faust-den-haag-april-2006-v6.pdf
/usr/share/doc/faust-doc/faust-quick-reference.pdf
/usr/share/doc/faust-doc/faust-rewriting.pdf
/usr/share/doc/faust-doc/faust-soft-computing.pdf
/usr/share/doc/faust-doc/faust_SMC2009.pdf
/usr/share/doc/faust-doc/faust_tutorial.pdf
/usr/share/doc/faust-doc/illustrations
/usr/share/doc/faust-doc/illustrations/Makefile
/usr/share/doc/faust-doc/illustrations/bandfilter.dsp
/usr/share/doc/faust-doc/illustrations/button.pdf
/usr/share/doc/faust-doc/illustrations/faust-diagram4.pdf
/usr/share/doc/faust-doc/illustrations/faust-diagram5.pdf
/usr/share/doc/faust-doc/illustrations/faust-diagram6.pdf
/usr/share/doc/faust-doc/illustrations/integrator.dsp
/usr/share/doc/faust-doc/illustrations/ms.dsp
/usr/share/doc/faust-doc/illustrations/multiband.dsp
/usr/share/doc/faust-doc/illustrations/syntax-chart.dot
/usr/share/doc/faust-doc/illustrations/syntax-chart.pdf
/usr/share/doc/faust-doc/lac06.pdf
/usr/share/doc/faust-doc/lac07_graef.pdf
/usr/share/doc/faust-doc/lac07_slides_graef.pdf
/usr/share/doc/faust-doc/touchOSC.txt
References
Summary
In this tutorial we learn how to install faust-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).