How To Install libinstpatch on Fedora 34
Introduction
In this tutorial we learn how to install libinstpatch
on Fedora 34.
What is libinstpatch
libInstPatch stands for lib-Instrument-Patch and is a library for processing digital sample based MIDI instrument “patch” files. The types of files libInstPatch supports are used for creating instrument sounds for wavetable synthesis. libInstPatch provides an object framework (based on GObject) to load patch files into, which can then be edited, converted, compressed and saved. libinstpatch 1.0.0 24.20110806svn386.fc34 x86_64 276 k libinstpatch-1.0.0-24.20110806svn386.fc34.src.rpm updates Instrument file software library http LGPLv2 and GPLv2 and Public Domain libInstPatch stands for lib-Instrument-Patch and is a library for processing digital sample based MIDI instrument “patch” files. The types of files libInstPatch supports are used for creating instrument sounds for wavetable synthesis. libInstPatch provides an object framework (based on GObject) to load patch files into, which can then be edited, converted, compressed and saved.
We can use yum
or dnf
to install libinstpatch
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libinstpatch.
Install libinstpatch 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 libinstpatch
using dnf
by running the following command:
sudo dnf -y install libinstpatch
Install libinstpatch 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 libinstpatch
using yum
by running the following command:
sudo yum -y install libinstpatch
How To Uninstall libinstpatch on Fedora 34
To uninstall only the libinstpatch
package we can use the following command:
sudo dnf remove libinstpatch
libinstpatch Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/17
/usr/lib/.build-id/17/af4ebba014f7b8cb2c49f7fd6f447daa35f6e5
/usr/lib64/libinstpatch-1.0.so.0
/usr/lib64/libinstpatch-1.0.so.0.0.0
/usr/share/doc/libinstpatch
/usr/share/doc/libinstpatch/ABOUT-NLS
/usr/share/doc/libinstpatch/AUTHORS
/usr/share/doc/libinstpatch/ChangeLog
/usr/share/doc/libinstpatch/NEWS
/usr/share/doc/libinstpatch/README
/usr/share/doc/libinstpatch/TODO.tasks
/usr/share/licenses/libinstpatch
/usr/share/licenses/libinstpatch/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/57
/usr/lib/.build-id/57/bc06cc0f1fbd12064636546b549d188164d511
/usr/lib/libinstpatch-1.0.so.0
/usr/lib/libinstpatch-1.0.so.0.0.0
/usr/share/doc/libinstpatch
/usr/share/doc/libinstpatch/ABOUT-NLS
/usr/share/doc/libinstpatch/AUTHORS
/usr/share/doc/libinstpatch/ChangeLog
/usr/share/doc/libinstpatch/NEWS
/usr/share/doc/libinstpatch/README
/usr/share/doc/libinstpatch/TODO.tasks
/usr/share/licenses/libinstpatch
/usr/share/licenses/libinstpatch/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/26e667646e3891e8db39e60717d7da8671f466
/usr/lib/libinstpatch-1.0.so.0
/usr/lib/libinstpatch-1.0.so.0.0.0
/usr/share/doc/libinstpatch
/usr/share/doc/libinstpatch/AUTHORS
/usr/share/doc/libinstpatch/COPYING
/usr/share/doc/libinstpatch/ChangeLog
/usr/share/doc/libinstpatch/NEWS
/usr/share/doc/libinstpatch/README
/usr/lib/.build-id
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/8d122154bf05063d18e9920a9fd836e965cf0a
/usr/lib64/libinstpatch-1.0.so.0
/usr/lib64/libinstpatch-1.0.so.0.0.0
/usr/share/doc/libinstpatch
/usr/share/doc/libinstpatch/AUTHORS
/usr/share/doc/libinstpatch/COPYING
/usr/share/doc/libinstpatch/ChangeLog
/usr/share/doc/libinstpatch/NEWS
/usr/share/doc/libinstpatch/README
References
- [libinstpatch website](http://www.swamiproject.org/ http://www.swamiproject.org/)
Summary
In this tutorial we learn how to install libinstpatch
on Fedora 34 using yum and dnf.