How To Install callaudiod on Fedora 34
Introduction
In this tutorial we learn how to install callaudiod
on Fedora 34.
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 callaudiod 0.1.0 1.fc34 x86_64 39 k callaudiod-0.1.0-1.fc34.src.rpm fedora Daemon for dealing with audio routing during phone calls https GPLv3+ 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 34. In this tutorial we discuss both methods but you only need to choose one of method to install callaudiod.
Install callaudiod on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install callaudiod
using dnf
by running the following command:
sudo dnf -y install callaudiod
Install callaudiod on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34
To uninstall only the callaudiod
package we can use the following command:
sudo dnf remove callaudiod
callaudiod Package Contents on Fedora 34
/usr/bin/callaudiocli
/usr/bin/callaudiod
/usr/include/libcallaudio-0.1
/usr/lib/.build-id
/usr/lib/.build-id/20
/usr/lib/.build-id/20/35e388170e22b32a5c752267bb5799855689f0
/usr/lib/.build-id/59
/usr/lib/.build-id/59/67be534a1454d533d05afffe8eff2f82616d26
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/8cc75f05a7660d4d958515dc92f10d84e88c5e
/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
/usr/bin/callaudiocli
/usr/bin/callaudiod
/usr/include/libcallaudio-0.1
/usr/lib/.build-id
/usr/lib/.build-id/51
/usr/lib/.build-id/51/868f175e07ad692d6fcfb022f1032cebeebe06
/usr/lib/.build-id/72
/usr/lib/.build-id/72/eafa046205f7447ffd9c02b3fef0895a572ce4
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/c586311522e103e5abf7006b049786780dc5a2
/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
- [callaudiod website](https://gitlab.com/mobian1/callaudiod https://gitlab.com/mobian1/callaudiod)
Summary
In this tutorial we learn how to install callaudiod
on Fedora 34 using yum and dnf.