title: “How To Install signon-plugin-oauth2 on Fedora 36” linkTitle: “signon-plugin-oauth2” title: “How To Install signon-plugin-oauth2 on Fedora 36” type: “docs” linkTitle: “signon-plugin-oauth2” type: “docs” description: “In this tutorial we learn how to install signon-plugin-oauth2 in Fedora 36. signon-plugin-oauth2 is OAuth2 plugin for the Accounts framework” date: “2022-08-17” description: “In this tutorial we learn how to install signon-plugin-oauth2 in Fedora 36. signon-plugin-oauth2 is OAuth2 plugin for the Accounts framework” lastmod: “2022-08-17” date: “2022-08-17” #image: /images/fedora/36/signon-plugin-oauth2-featured.png lastmod: “2022-08-17”
#image: /images/fedora/36/signon-plugin-oauth2-featured.png
Introduction
Introduction
In this tutorial we learn how to install signon-plugin-oauth2 on Fedora 36.
What is signon-plugin-oauth2
In this tutorial we learn how to install signon-plugin-oauth2 on Fedora 36.
OAuth2 plugin for the Accounts framework.
What is signon-plugin-oauth2
OAuth2 plugin for the Accounts framework.
We can use yum or dnf to install signon-plugin-oauth2 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install signon-plugin-oauth2.
We can use yum or dnf to install signon-plugin-oauth2 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install signon-plugin-oauth2.
Install signon-plugin-oauth2 on Fedora 36 Using dnf
Install signon-plugin-oauth2 on Fedora 36 Using dnf
Update yum database with dnf using the following command.
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
```bash
sudo dnf makecache –refresh
After updating yum database, We can install `signon-plugin-oauth2` using `dnf` by running the following command:
After updating yum database, We can install `signon-plugin-oauth2` using `dnf` by running the following command:
```bash
sudo dnf -y install signon-plugin-oauth2
```bash
sudo dnf -y install signon-plugin-oauth2
## Install signon-plugin-oauth2 on Fedora 36 Using yum
## Install signon-plugin-oauth2 on Fedora 36 Using yum
Update yum database with `yum` using the following command.
Update yum database with `yum` using the following command.
```bash
sudo yum makecache --refresh
After updating yum database, We can install signon-plugin-oauth2 using yum by running the following command:
```bash
sudo yum -y install signon-plugin-oauth2
sudo yum makecache --refresh
## How To Uninstall signon-plugin-oauth2 on Fedora 36
After updating yum database, We can install `signon-plugin-oauth2` using `yum` by running the following command:
To uninstall only the `signon-plugin-oauth2` package we can use the following command:
```bash
```bash
sudo yum -y install signon-plugin-oauth2
sudo dnf remove signon-plugin-oauth2
## How To Uninstall signon-plugin-oauth2 on Fedora 36
## signon-plugin-oauth2 Package Contents on Fedora 36
To uninstall only the `signon-plugin-oauth2` package we can use the following command:
```bash
```bash
sudo dnf remove signon-plugin-oauth2
signon-plugin-oauth2 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/5e8c8f429358ac6c83981e908692156850ef8a
/usr/lib64/signon/liboauth2plugin.so
References
Summary
In this tutorial we learn how to install signon-plugin-oauth2 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/a3 /usr/lib/.build-id/a3/f2598b4ceffb5489ac4da89b8a841a3e50ae7e /usr/lib/signon/liboauth2plugin.so
## References
* [signon-plugin-oauth2 website](https://gitlab.com/accounts-sso/signon-plugin-oauth2)
## Summary
In this tutorial we learn how to install `signon-plugin-oauth2` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).