How To Install aubio-lib on Fedora 36
Introduction
In this tutorial we learn how to install aubio-lib
on Fedora 36.
What is aubio-lib
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 library.
We can use yum
or dnf
to install aubio-lib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install aubio-lib.
Install aubio-lib 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-lib
using dnf
by running the following command:
sudo dnf -y install aubio-lib
Install aubio-lib 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-lib
using yum
by running the following command:
sudo yum -y install aubio-lib
How To Uninstall aubio-lib on Fedora 36
To uninstall only the aubio-lib
package we can use the following command:
sudo dnf remove aubio-lib
aubio-lib Package Contents on Fedora 36
---
title: "How To Install aubio-lib on Fedora 36"
linkTitle: "aubio-lib"
type: "docs"
description: "In this tutorial we learn how to install aubio-lib in Fedora 36. aubio-lib is An audio labeling library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/aubio-lib-featured.png
---
## Introduction
In this tutorial we learn how to install `aubio-lib` on Fedora 36.
/usr/lib/.build-id
/usr/lib/.build-id/90
/usr/lib/.build-id/90/e953ca8c005b2ab0a6a35c502a032fdfcdd674
/usr/lib/libaubio.so.5
/usr/lib/libaubio.so.5.4.8
/usr/share/licenses/aubio-lib
/usr/share/licenses/aubio-lib/COPYING
### What is `aubio-lib`
> 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 library.
We can use yum
or dnf
to install aubio-lib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install aubio-lib.
References
Install aubio-lib on Fedora 36 Using dnf
Summary
Update yum database with dnf
using the following command.
In this tutorial we learn how to install `aubio-lib` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
sudo dnf makecache --refresh
After updating yum database, We can install aubio-lib
using dnf
by running the following command:
sudo dnf -y install aubio-lib
Install aubio-lib 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-lib
using yum
by running the following command:
sudo yum -y install aubio-lib
How To Uninstall aubio-lib on Fedora 36
To uninstall only the aubio-lib
package we can use the following command:
sudo dnf remove aubio-lib
aubio-lib Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/c02c3a0267b1f034faa470f2d9f6731ea22568
/usr/lib64/libaubio.so.5
/usr/lib64/libaubio.so.5.4.8
/usr/share/licenses/aubio-lib
/usr/share/licenses/aubio-lib/COPYING
References
Summary
In this tutorial we learn how to install aubio-lib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).