How To Install abcMIDI on Fedora 36
Introduction
In this tutorial we learn how to install abcMIDI
on Fedora 36.
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 36. In this tutorial we discuss both methods but you only need to choose one of method to install abcMIDI.
Install abcMIDI 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 abcMIDI
using dnf
by running the following command:
sudo dnf -y install abcMIDI
Install abcMIDI 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 abcMIDI
using yum
by running the following command:
sudo yum -y install abcMIDI
How To Uninstall abcMIDI on Fedora 36
To uninstall only the abcMIDI
package we can use the following command:
sudo dnf remove abcMIDI
abcMIDI Package Contents on Fedora 36
/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/11
/usr/lib/.build-id/11/0fd82113c8a40e88711555c2faff8acbb614cd
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/609bb12c89ecfea46ad78aff0eddb883a1ea72
/usr/lib/.build-id/71
/usr/lib/.build-id/71/ed83956e6bcd547e63b68521cc04b61aa929bb
/usr/lib/.build-id/72
/usr/lib/.build-id/72/1179b9b71abf2bcbd75c33d66d18dc778a5c8c
/usr/lib/.build-id/72/c1f969ec683d02d449f43f22b17712efefaaf4
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/7dca4fb73130d772ac912c0bda488390f59a77
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/4630d3242273888ede30ca179e5c5fd08a9067
/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 36 using yum and [dnf]((/fedora/36/dnf/).