How To Install pulseaudio-qt on Fedora 36
Introduction
In this tutorial we learn how to install pulseaudio-qt
on Fedora 36.
What is pulseaudio-qt
Pulseaudio-Qt is a library providing Qt bindings to PulseAudio.
We can use yum
or dnf
to install pulseaudio-qt
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pulseaudio-qt.
Install pulseaudio-qt 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 pulseaudio-qt
using dnf
by running the following command:
sudo dnf -y install pulseaudio-qt
Install pulseaudio-qt 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 pulseaudio-qt
using yum
by running the following command:
sudo yum -y install pulseaudio-qt
How To Uninstall pulseaudio-qt on Fedora 36
To uninstall only the pulseaudio-qt
package we can use the following command:
sudo dnf remove pulseaudio-qt
pulseaudio-qt Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/439b7da049acb4c1924b71188330217ffd4e7c
/usr/lib64/libKF5PulseAudioQt.so.1.3.0
/usr/lib64/libKF5PulseAudioQt.so.3
/usr/share/doc/pulseaudio-qt
/usr/share/doc/pulseaudio-qt/README.md
/usr/share/licenses/pulseaudio-qt
/usr/share/licenses/pulseaudio-qt/LGPL-2.1-only.txt
/usr/share/licenses/pulseaudio-qt/LGPL-3.0-only.txt
/usr/share/licenses/pulseaudio-qt/LicenseRef-KDE-Accepted-LGPL.txt
References
Summary
In this tutorial we learn how to install pulseaudio-qt
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install pulseaudio-qt on Fedora 36” linkTitle: “pulseaudio-qt” type: “docs” description: “In this tutorial we learn how to install pulseaudio-qt in Fedora 36. pulseaudio-qt is Qt bindings for PulseAudio” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/pulseaudio-qt-featured.png
Introduction
In this tutorial we learn how to install pulseaudio-qt
on Fedora 36.
What is pulseaudio-qt
Pulseaudio-Qt is a library providing Qt bindings to PulseAudio.
We can use yum
or dnf
to install pulseaudio-qt
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pulseaudio-qt.
Install pulseaudio-qt 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 pulseaudio-qt
using dnf
by running the following command:
sudo dnf -y install pulseaudio-qt
Install pulseaudio-qt 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 pulseaudio-qt
using yum
by running the following command:
sudo yum -y install pulseaudio-qt
How To Uninstall pulseaudio-qt on Fedora 36
To uninstall only the pulseaudio-qt
package we can use the following command:
sudo dnf remove pulseaudio-qt
pulseaudio-qt Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/8a14c8bc85aa94686ff35ceb51f7cea3a936db
/usr/lib/libKF5PulseAudioQt.so.1.3.0
/usr/lib/libKF5PulseAudioQt.so.3
/usr/share/doc/pulseaudio-qt
/usr/share/doc/pulseaudio-qt/README.md
/usr/share/licenses/pulseaudio-qt
/usr/share/licenses/pulseaudio-qt/LGPL-2.1-only.txt
/usr/share/licenses/pulseaudio-qt/LGPL-3.0-only.txt
/usr/share/licenses/pulseaudio-qt/LicenseRef-KDE-Accepted-LGPL.txt
References
Summary
In this tutorial we learn how to install pulseaudio-qt
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).