How To Install faust-kate on Fedora 36
Introduction
In this tutorial we learn how to install faust-kate
on Fedora 36.
What is faust-kate
Faust AUdio STreams is a functional programming language for real-time audio signal processing. This package provides Faust code syntax highlighting support for KDE’s Kate/Kwrite.
We can use yum
or dnf
to install faust-kate
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install faust-kate.
Install faust-kate 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-kate
using dnf
by running the following command:
sudo dnf -y install faust-kate
Install faust-kate 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-kate
using yum
by running the following command:
sudo yum -y install faust-kate
How To Uninstall faust-kate on Fedora 36
To uninstall only the faust-kate
package we can use the following command:
sudo dnf remove faust-kate
faust-kate Package Contents on Fedora 36
/usr/share/doc/faust-kate
/usr/share/doc/faust-kate/README
/usr/share/kde4/apps/katepart/syntax/faust.xml
References
Summary
In this tutorial we learn how to install faust-kate
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).