How To Install callaudiod on Fedora 36

In this tutorial we learn how to install callaudiod in Fedora 36. callaudiod is Daemon for dealing with audio routing during phone calls

Introduction

In this tutorial we learn how to install callaudiod on Fedora 36.

What is callaudiod

callaudiod is a daemon for dealing with audio routing during phone calls. It provides a D-Bus interface allowing other programs to switch audio profiles output audio to the speaker or back to its original port mute the microphone

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

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

sudo dnf -y install callaudiod

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

sudo yum -y install callaudiod

How To Uninstall callaudiod on Fedora 36

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

sudo dnf remove callaudiod

callaudiod Package Contents on Fedora 36

---
title: "How To Install callaudiod on Fedora 36"
linkTitle: "callaudiod"
type: "docs"
description: "In this tutorial we learn how to install callaudiod in Fedora 36. callaudiod is Daemon for dealing with audio routing during phone calls"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/callaudiod-featured.png
---

## Introduction

In this tutorial we learn how to install `callaudiod` on Fedora 36.

### What is `callaudiod`

> callaudiod is a daemon for dealing with audio routing during phone calls. It provides a D-Bus interface allowing other programs to  switch audio profiles output audio to the speaker or back to its original port mute the microphone  

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

## Install callaudiod on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install callaudiod using dnf by running the following command:

sudo dnf -y install callaudiod

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

sudo yum -y install callaudiod
/usr/bin/callaudiocli
/usr/bin/callaudiod
/usr/include/libcallaudio-0.1
/usr/lib/.build-id
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/bebaebb4f145c10cf15a3d2fa41b3fea1205fe
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/ce7393bfc15c013e847d9752c8c493c98d3fab
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/1e09ef5d7a8d0dbb6f0fc0090548906e65de59
/usr/lib/libcallaudio-0.1.so.0
/usr/share/dbus-1/interfaces/org.mobian_project.CallAudio.xml
/usr/share/dbus-1/services/org.mobian_project.CallAudio.service

How To Uninstall callaudiod on Fedora 36

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

sudo dnf remove callaudiod

callaudiod Package Contents on Fedora 36

```bash

## References

* [callaudiod website](https://gitlab.com/mobian1/callaudiod)

## Summary

In this tutorial we learn how to install `callaudiod` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).

/usr/bin/callaudiocli
/usr/bin/callaudiod
/usr/include/libcallaudio-0.1
/usr/lib/.build-id
/usr/lib/.build-id/10
/usr/lib/.build-id/10/917ceaee028741544244d3baab16dd71bb68ae
/usr/lib/.build-id/23
/usr/lib/.build-id/23/89909cc9564e85dc1c206b1e57577143c360a4
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/406f1e084d65b0510397a5ebc9c641e0711aa3
/usr/lib64/libcallaudio-0.1.so.0
/usr/share/dbus-1/interfaces/org.mobian_project.CallAudio.xml
/usr/share/dbus-1/services/org.mobian_project.CallAudio.service

References

Summary

In this tutorial we learn how to install callaudiod on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).