How To Install abcMIDI on Fedora 34

abcMIDI is ABC to/from MIDI conversion utilities

Introduction

In this tutorial we learn how to install abcMIDI on Fedora 34.

What is abcMIDI

The abcMIDI package contains four programs music notation to MIDI, midi2abc to convert MIDI files to (a first approximation to) the corresponding ABC, abc2abc to reformat and/or transpose ABC files, and yaps to typeset ABC files as PostScript. For a description of the ABC syntax, please see the ABC userguide which is a part of the abcm2ps. A mirror github repo is at https

We can use yum or dnf to install abcMIDI on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install abcMIDI.

Install abcMIDI 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 abcMIDI using dnf by running the following command:

sudo dnf -y install abcMIDI

Install abcMIDI 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 abcMIDI using yum by running the following command:

sudo yum -y install abcMIDI

How To Uninstall abcMIDI on Fedora 34

To uninstall only the abcMIDI package we can use the following command:

sudo dnf remove abcMIDI

abcMIDI Package Contents on Fedora 34

/usr/bin/abc2abc
/usr/bin/abc2midi
/usr/bin/abcmatch
/usr/bin/mftext
/usr/bin/midi2abc
/usr/bin/midicopy
/usr/bin/yaps
/usr/lib/.build-id
/usr/lib/.build-id/26
/usr/lib/.build-id/26/bbc9d824d6fca1d614523deb5df9999a4977d2
/usr/lib/.build-id/68
/usr/lib/.build-id/68/153d9c07bda321787bdf95954bbbce55eaa130
/usr/lib/.build-id/83
/usr/lib/.build-id/83/8d53de8df926d9fe5c0eca9ac375c0f062543b
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/a3ce1ff0665246d5f8c6e0d5543c3115a3959d
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/de73ebf5f614bca919e895ecaf0baa8ed8354c
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/02d5c90fec439cb5c46a1910d6d2acc4e27858
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/66fea622b826e8bed5c845edac180b6fbcf9f1
/usr/share/doc/abcMIDI
/usr/share/doc/abcMIDI/AUTHORS
/usr/share/doc/abcMIDI/CHANGES
/usr/share/doc/abcMIDI/VERSION
/usr/share/doc/abcMIDI/abcguide.txt
/usr/share/doc/abcMIDI/abcmatch.txt
/usr/share/doc/abcMIDI/history.txt
/usr/share/doc/abcMIDI/midi2abc-stats.txt
/usr/share/doc/abcMIDI/programming
/usr/share/doc/abcMIDI/programming/abc2midi.txt
/usr/share/doc/abcMIDI/programming/coding.txt
/usr/share/doc/abcMIDI/programming/cvs
/usr/share/doc/abcMIDI/programming/cvs/Entries
/usr/share/doc/abcMIDI/programming/cvs/Repository
/usr/share/doc/abcMIDI/programming/cvs/Root
/usr/share/doc/abcMIDI/programming/midi2abc.txt
/usr/share/doc/abcMIDI/programming/split.abc
/usr/share/doc/abcMIDI/programming/yaps.txt
/usr/share/doc/abcMIDI/readme.txt
/usr/share/doc/abcMIDI/yapshelp.txt
/usr/share/licenses/abcMIDI
/usr/share/licenses/abcMIDI/LICENSE
/usr/share/man/man1/abc2abc.1.gz
/usr/share/man/man1/abc2midi.1.gz
/usr/share/man/man1/mftext.1.gz
/usr/share/man/man1/midi2abc.1.gz
/usr/share/man/man1/midicopy.1.gz
/usr/share/man/man1/yaps.1.gz

References

Summary

In this tutorial we learn how to install abcMIDI on Fedora 34 using yum and dnf.