How To Install cubeb on Fedora 36
Introduction
In this tutorial we learn how to install cubeb
on Fedora 36.
What is cubeb
Cubeb is a cross-platform library, written in C/C++, that was created and has been maintained by the Firefox Media Team. The role of the library is to communicate with audio devices and to provide audio input and/or output.
We can use yum
or dnf
to install cubeb
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cubeb.
Install cubeb on Fedora 36 Using dnf
title: “How To Install cubeb on Fedora 36”
Update yum database with dnf
using the following command.
linkTitle: “cubeb”
type: “docs”
sudo dnf makecache --refresh
description: “In this tutorial we learn how to install cubeb in Fedora 36. cubeb is A cross platform audio library”
date: “2022-08-17”
After updating yum database, We can install cubeb
using dnf
by running the following command:
lastmod: “2022-08-17”
#image: /images/fedora/36/cubeb-featured.png
---
sudo dnf -y install cubeb
Introduction
In this tutorial we learn how to install cubeb
on Fedora 36.
Install cubeb on Fedora 36 Using yum
What is cubeb
Update yum database with yum
using the following command.
Cubeb is a cross-platform library, written in C/C++, that was created and has been maintained by the Firefox Media Team. The role of the library is to communicate with audio devices and to provide audio input and/or output.
sudo yum makecache --refresh
We can use `yum` or `dnf` to install `cubeb` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cubeb.
Install cubeb on Fedora 36 Using dnf
After updating yum database, We can install cubeb
using yum
by running the following command:
Update yum database with `dnf` using the following command.
sudo yum -y install cubeb
sudo dnf makecache --refresh
## How To Uninstall cubeb on Fedora 36
To uninstall only the cubeb
package we can use the following command:
After updating yum database, We can install cubeb
using dnf
by running the following command:
```bash
sudo dnf remove cubeb
sudo dnf -y install cubeb
## cubeb Package Contents on Fedora 36
## Install cubeb on Fedora 36 Using yum
```bash
Update yum database with `yum` using the following command.
```bash
sudo yum makecache --refresh
After updating yum database, We can install cubeb
using yum
by running the following command:
sudo yum -y install cubeb
How To Uninstall cubeb on Fedora 36
To uninstall only the cubeb
package we can use the following command:
sudo dnf remove cubeb
cubeb Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/59
/usr/lib/.build-id/59/f6661b969adb1953520692f964edbc6a1a60dc
/usr/lib64/libcubeb.so.0
/usr/share/doc/cubeb
/usr/share/doc/cubeb/README.md
/usr/share/licenses/cubeb
/usr/share/licenses/cubeb/LICENSE
/usr/lib/.build-id
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/16a262d70f7a1308aeca43f0155343190e7a8b
/usr/lib/libcubeb.so.0
/usr/share/doc/cubeb
/usr/share/doc/cubeb/README.md
/usr/share/licenses/cubeb
/usr/share/licenses/cubeb/LICENSE
References
* [cubeb website](https://github.com/kinetiknz/cubeb)
## References
## Summary
* [cubeb website](https://github.com/kinetiknz/cubeb)
## Summary
In this tutorial we learn how to install `cubeb` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
In this tutorial we learn how to install `cubeb` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).