How To Install polkit-qt on Fedora 36
Introduction
In this tutorial we learn how to install polkit-qt
on Fedora 36.
What is polkit-qt
Polkit-qt is a library that lets developers use the PolicyKit API through a nice Qt-styled API.
We can use yum
or dnf
to install polkit-qt
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install polkit-qt.
Install polkit-qt on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
title: “How To Install polkit-qt on Fedora 36”
linkTitle: “polkit-qt”
type: "docs"
sudo dnf makecache --refresh
description: “In this tutorial we learn how to install polkit-qt in Fedora 36. polkit-qt is Qt bindings for PolicyKit”
date: “2022-08-17”
lastmod: “2022-08-17”
After updating yum database, We can install polkit-qt
using dnf
by running the following command:
#image: /images/fedora/36/polkit-qt-featured.png
sudo dnf -y install polkit-qt
## Introduction
Install polkit-qt on Fedora 36 Using yum
In this tutorial we learn how to install polkit-qt
on Fedora 36.
Update yum database with yum
using the following command.
What is polkit-qt
> Polkit-qt is a library that lets developers use the PolicyKit API through a nice Qt-styled API.
sudo yum makecache --refresh
We can use yum
or dnf
to install polkit-qt
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install polkit-qt.
After updating yum database, We can install polkit-qt
using yum
by running the following command:
Install polkit-qt on Fedora 36 Using dnf
sudo yum -y install polkit-qt
Update yum database with dnf
using the following command.
How To Uninstall polkit-qt on Fedora 36
sudo dnf makecache --refresh
To uninstall only the `polkit-qt` package we can use the following command:
sudo dnf remove polkit-qt
After updating yum database, We can install `polkit-qt` using `dnf` by running the following command:
## polkit-qt Package Contents on Fedora 36
sudo dnf -y install polkit-qt
## Install polkit-qt on Fedora 36 Using yum
Update yum database with `yum` using the following command.
```bash
sudo yum makecache --refresh
After updating yum database, We can install polkit-qt
using yum
by running the following command:
sudo yum -y install polkit-qt
How To Uninstall polkit-qt on Fedora 36
To uninstall only the polkit-qt
package we can use the following command:
sudo dnf remove polkit-qt
polkit-qt Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/b6063f7e290d4f4827880c9c8aad4c970b3e1d
/usr/lib/.build-id/22
/usr/lib/.build-id/22/cd5a710ea6b7952a4360ad69de37d8fc09e571
/usr/lib/.build-id/27
/usr/lib/.build-id/27/cbae0ef2d321dbe66f3fdc4382e5e99d95ec9e
/usr/lib64/libpolkit-qt-agent-1.so.1
/usr/lib64/libpolkit-qt-agent-1.so.1.112.0
/usr/lib64/libpolkit-qt-core-1.so.1
/usr/lib64/libpolkit-qt-core-1.so.1.112.0
/usr/lib64/libpolkit-qt-gui-1.so.1
/usr/lib64/libpolkit-qt-gui-1.so.1.112.0
/usr/share/doc/polkit-qt
/usr/share/doc/polkit-qt/AUTHORS
/usr/share/doc/polkit-qt/COPYING
/usr/share/doc/polkit-qt/README
/usr/share/licenses/polkit-qt
/usr/share/licenses/polkit-qt/COPYING
References
Summary
In this tutorial we learn how to install polkit-qt
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/13 /usr/lib/.build-id/13/d091a96a2cf3a595ee032a7b6257d55e803f11 /usr/lib/.build-id/7d /usr/lib/.build-id/7d/4956ad66d961f96739641fce2617f704e04b40 /usr/lib/.build-id/d3 /usr/lib/.build-id/d3/bad02152c06203d794f7c116d4618ac4fe84a5 /usr/lib/libpolkit-qt-agent-1.so.1 /usr/lib/libpolkit-qt-agent-1.so.1.112.0 /usr/lib/libpolkit-qt-core-1.so.1 /usr/lib/libpolkit-qt-core-1.so.1.112.0 /usr/lib/libpolkit-qt-gui-1.so.1 /usr/lib/libpolkit-qt-gui-1.so.1.112.0 /usr/share/doc/polkit-qt /usr/share/doc/polkit-qt/AUTHORS /usr/share/doc/polkit-qt/COPYING /usr/share/doc/polkit-qt/README /usr/share/licenses/polkit-qt /usr/share/licenses/polkit-qt/COPYING
## References
* [polkit-qt website](https://projects.kde.org/projects/kdesupport/polkit-qt-1)
## Summary
In this tutorial we learn how to install `polkit-qt` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).