How To Install liboauth2 on Fedora 36
Introduction
In this tutorial we learn how to install liboauth2
on Fedora 36.
What is liboauth2
liboauth2 library provides primitives to create OAuth 2.x and OpenID Connect servers and clients
We can use yum
or dnf
to install liboauth2
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install liboauth2.
Install liboauth2 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 liboauth2
using dnf
by running the following command:
sudo dnf -y install liboauth2
Install liboauth2 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 liboauth2
using yum
by running the following command:
sudo yum -y install liboauth2
How To Uninstall liboauth2 on Fedora 36
To uninstall only the liboauth2
package we can use the following command:
sudo dnf remove liboauth2
liboauth2 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/ad1c7a494e042459ab134033ccd621c45c5ef9
/usr/lib/liboauth2.so.0
/usr/lib/liboauth2.so.0.0.0
/usr/share/doc/liboauth2
/usr/share/doc/liboauth2/README.md
/usr/share/licenses/liboauth2
/usr/share/licenses/liboauth2/LICENSE
References
Summary
In this tutorial we learn how to install liboauth2
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install liboauth2 on Fedora 36” linkTitle: “liboauth2” type: “docs” description: “In this tutorial we learn how to install liboauth2 in Fedora 36. liboauth2 is Generic library to build OAuth 2.x and OpenID Connect servers and clients in C” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/liboauth2-featured.png
Introduction
In this tutorial we learn how to install liboauth2
on Fedora 36.
What is liboauth2
liboauth2 library provides primitives to create OAuth 2.x and OpenID Connect servers and clients
We can use yum
or dnf
to install liboauth2
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install liboauth2.
Install liboauth2 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 liboauth2
using dnf
by running the following command:
sudo dnf -y install liboauth2
Install liboauth2 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 liboauth2
using yum
by running the following command:
sudo yum -y install liboauth2
How To Uninstall liboauth2 on Fedora 36
To uninstall only the liboauth2
package we can use the following command:
sudo dnf remove liboauth2
liboauth2 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/18338854a98f549b3c07e1eb7d1f90f757fa35
/usr/lib64/liboauth2.so.0
/usr/lib64/liboauth2.so.0.0.0
/usr/share/doc/liboauth2
/usr/share/doc/liboauth2/README.md
/usr/share/licenses/liboauth2
/usr/share/licenses/liboauth2/LICENSE
References
Summary
In this tutorial we learn how to install liboauth2
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).