How To Install aubio on Fedora 36
Introduction
In this tutorial we learn how to install aubio
on Fedora 36.
What is aubio
aubio is a tool and library for audio labeling. Its features include segmenting a sound file before each of its attacks, performing pitch detection, tapping the beat and producing midi streams from live audio. The name aubio comes from ‘audio’ with a typo transcription errors are likely to be found in the results too. The aim of this project is to provide these automatic labeling features to other audio software. Functions can be used offline in sound editors and software samplers, or online in audio effects and virtual instruments. This package contains the aubio tool.
We can use yum
or dnf
to install aubio
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install aubio.
Install aubio 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 aubio
using dnf
by running the following command:
sudo dnf -y install aubio
Install aubio 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 aubio
using yum
by running the following command:
sudo yum -y install aubio
How To Uninstall aubio on Fedora 36
To uninstall only the aubio
package we can use the following command:
sudo dnf remove aubio
aubio Package Contents on Fedora 36
/usr/bin/aubio
/usr/bin/aubiocut
/usr/bin/aubiomfcc
/usr/bin/aubionotes
/usr/bin/aubioonset
/usr/bin/aubiopitch
/usr/bin/aubioquiet
/usr/bin/aubiotrack
/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/c73f1855ea65a95e6e3e095663ddfa4357b052
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/8e267bc31062fea919b3315f6701a174437d39
/usr/lib/.build-id/52
/usr/lib/.build-id/52/b26dd73b0ed588f535d19bab70a6687609f9d2
/usr/lib/.build-id/87
/usr/lib/.build-id/87/81ba4f6360d8e9019fa6a39f40cae7c71c2602
/usr/lib/.build-id/96
/usr/lib/.build-id/96/69844f1abb395a601017641c97f3f157e84106
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/e3daa5ba99641921cd70cc6c764ed1ccec7fa6
/usr/share/doc/aubio
/usr/share/doc/aubio/AUTHORS
/usr/share/doc/aubio/ChangeLog
/usr/share/doc/aubio/README.md
/usr/share/licenses/aubio
/usr/share/licenses/aubio/COPYING
/usr/share/man/man1/aubio.1.gz
/usr/share/man/man1/aubiocut.1.gz
/usr/share/man/man1/aubiomfcc.1.gz
/usr/share/man/man1/aubionotes.1.gz
/usr/share/man/man1/aubioonset.1.gz
/usr/share/man/man1/aubiopitch.1.gz
/usr/share/man/man1/aubioquiet.1.gz
/usr/share/man/man1/aubiotrack.1.gz
References
Summary
In this tutorial we learn how to install aubio
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).