How To Install polkit-docs on Fedora 36
Introduction
In this tutorial we learn how to install polkit-docs
on Fedora 36.
What is polkit-docs
Development documentation for polkit.
We can use yum
or dnf
to install polkit-docs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install polkit-docs.
Install polkit-docs 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 polkit-docs
using dnf
by running the following command:
sudo dnf -y install polkit-docs
Install polkit-docs 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 polkit-docs
using yum
by running the following command:
sudo yum -y install polkit-docs
How To Uninstall polkit-docs on Fedora 36
To uninstall only the polkit-docs
package we can use the following command:
sudo dnf remove polkit-docs
polkit-docs Package Contents on Fedora 36
/usr/share/gtk-doc
/usr/share/gtk-doc/html
/usr/share/gtk-doc/html/polkit-1
/usr/share/gtk-doc/html/polkit-1/Identities.html
/usr/share/gtk-doc/html/polkit-1/PolkitActionDescription.html
/usr/share/gtk-doc/html/polkit-1/PolkitAgentListener.html
/usr/share/gtk-doc/html/polkit-1/PolkitAgentSession.html
/usr/share/gtk-doc/html/polkit-1/PolkitAgentTextListener.html
/usr/share/gtk-doc/html/polkit-1/PolkitAuthority.html
/usr/share/gtk-doc/html/polkit-1/PolkitAuthorizationResult.html
/usr/share/gtk-doc/html/polkit-1/PolkitDetails.html
/usr/share/gtk-doc/html/polkit-1/PolkitIdentity.html
/usr/share/gtk-doc/html/polkit-1/PolkitPermission.html
/usr/share/gtk-doc/html/polkit-1/PolkitSubject.html
/usr/share/gtk-doc/html/polkit-1/PolkitSystemBusName.html
/usr/share/gtk-doc/html/polkit-1/PolkitTemporaryAuthorization.html
/usr/share/gtk-doc/html/polkit-1/PolkitUnixGroup.html
/usr/share/gtk-doc/html/polkit-1/PolkitUnixNetgroup.html
/usr/share/gtk-doc/html/polkit-1/PolkitUnixProcess.html
/usr/share/gtk-doc/html/polkit-1/PolkitUnixSession.html
/usr/share/gtk-doc/html/polkit-1/PolkitUnixUser.html
/usr/share/gtk-doc/html/polkit-1/annotation-glossary.html
/usr/share/gtk-doc/html/polkit-1/eggdbus-interface-org.freedesktop.PolicyKit1.AuthenticationAgent.html
/usr/share/gtk-doc/html/polkit-1/eggdbus-interface-org.freedesktop.PolicyKit1.Authority.html
/usr/share/gtk-doc/html/polkit-1/home.png
/usr/share/gtk-doc/html/polkit-1/index.html
/usr/share/gtk-doc/html/polkit-1/left-insensitive.png
/usr/share/gtk-doc/html/polkit-1/left.png
/usr/share/gtk-doc/html/polkit-1/license.html
/usr/share/gtk-doc/html/polkit-1/manpages.html
/usr/share/gtk-doc/html/polkit-1/overview.html
/usr/share/gtk-doc/html/polkit-1/pkaction.1.html
/usr/share/gtk-doc/html/polkit-1/pkcheck.1.html
/usr/share/gtk-doc/html/polkit-1/pkexec.1.html
/usr/share/gtk-doc/html/polkit-1/pkttyagent.1.html
/usr/share/gtk-doc/html/polkit-1/polit-index.html
/usr/share/gtk-doc/html/polkit-1/polkit-1-PolkitError.html
/usr/share/gtk-doc/html/polkit-1/polkit-1.devhelp2
/usr/share/gtk-doc/html/polkit-1/polkit-agents.html
/usr/share/gtk-doc/html/polkit-1/polkit-apps.html
/usr/share/gtk-doc/html/polkit-1/polkit-architecture.html
/usr/share/gtk-doc/html/polkit-1/polkit-architecture.png
/usr/share/gtk-doc/html/polkit-1/polkit-authentication-agent-example-wheel.html
/usr/share/gtk-doc/html/polkit-1/polkit-authentication-agent-example-wheel.png
/usr/share/gtk-doc/html/polkit-1/polkit-authentication-agent-example.html
/usr/share/gtk-doc/html/polkit-1/polkit-authentication-agent-example.png
/usr/share/gtk-doc/html/polkit-1/polkit-hierarchy.html
/usr/share/gtk-doc/html/polkit-1/polkit-intro.html
/usr/share/gtk-doc/html/polkit-1/polkit.8.html
/usr/share/gtk-doc/html/polkit-1/polkitd.8.html
/usr/share/gtk-doc/html/polkit-1/ref-api.html
/usr/share/gtk-doc/html/polkit-1/ref-authentication-agent-api.html
/usr/share/gtk-doc/html/polkit-1/ref-dbus-api.html
/usr/share/gtk-doc/html/polkit-1/right-insensitive.png
/usr/share/gtk-doc/html/polkit-1/right.png
/usr/share/gtk-doc/html/polkit-1/style.css
/usr/share/gtk-doc/html/polkit-1/subjects.html
/usr/share/gtk-doc/html/polkit-1/up-insensitive.png
/usr/share/gtk-doc/html/polkit-1/up.png
References
Summary
In this tutorial we learn how to install polkit-docs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).