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

Last updated: July 01,2024

1. Install "stk.x86_64" package

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

$ sudo dnf update $ sudo dnf install stk.x86_64

2. Uninstall "stk.x86_64" package

This tutorial shows how to uninstall stk.x86_64 on Fedora 34:

$ sudo dnf remove stk.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:46:08 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : stk
Version : 4.6.1
Release : 2.fc34
Architecture : x86_64
Size : 505 k
Source : stk-4.6.1-2.fc34.src.rpm
Repository : fedora
Summary : Synthesis ToolKit in C++
URL : https://ccrma.stanford.edu/software/stk/
License : MIT
Description : The Synthesis ToolKit in C++ (STK) is a set of open source audio
: signal processing and algorithmic synthesis classes written in the C++
: programming language. STK was designed to facilitate rapid development
: of music synthesis and audio processing software, with an emphasis on
: cross-platform functionality, realtime control, ease of use, and
: educational example code. The Synthesis ToolKit is extremely portable
: (it's mostly platform-independent C and C++ code), and it's completely
: user-extensible (all source included, no unusual libraries, and no
: hidden drivers). We like to think that this increases the chances that
: our programs will still work in another 5-10 years. In fact, the
: ToolKit has been working continuously for about 10 years now. STK
: currently runs with realtime support (audio and MIDI) on Linux,
: Macintosh OS X, and Windows computer platforms. Generic, non-realtime
: support has been tested under NeXTStep, Sun, and other platforms and
: should work with any standard C++ compiler.