How To Install liboauth on Fedora 36
Introduction
In this tutorial we learn how to install liboauth
on Fedora 36.
What is liboauth
liboauth is a collection of POSIX-c functions implementing the OAuth Core RFC 5849 standard. liboauth provides functions to escape and encode parameters according to OAuth specification and offers high-level functionality to sign requests or verify OAuth signatures as well as perform HTTP requests.
We can use yum
or dnf
to install liboauth
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install liboauth.
Install liboauth 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 liboauth
using dnf
by running the following command:
sudo dnf -y install liboauth
Install liboauth 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 liboauth
using yum
by running the following command:
sudo yum -y install liboauth
How To Uninstall liboauth on Fedora 36
To uninstall only the liboauth
package we can use the following command:
sudo dnf remove liboauth
liboauth Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/69
/usr/lib/.build-id/69/b27d106330a979541c60048a3d6aebad5da271
/usr/lib/liboauth.so.0
/usr/lib/liboauth.so.0.8.7
/usr/share/doc/liboauth
/usr/share/doc/liboauth/AUTHORS
/usr/share/doc/liboauth/COPYING.MIT
/usr/share/doc/liboauth/README
References
Summary
In this tutorial we learn how to install liboauth
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install liboauth on Fedora 36” linkTitle: “liboauth” type: “docs” description: “In this tutorial we learn how to install liboauth in Fedora 36. liboauth is OAuth library functions” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/liboauth-featured.png
Introduction
In this tutorial we learn how to install liboauth
on Fedora 36.
What is liboauth
liboauth is a collection of POSIX-c functions implementing the OAuth Core RFC 5849 standard. liboauth provides functions to escape and encode parameters according to OAuth specification and offers high-level functionality to sign requests or verify OAuth signatures as well as perform HTTP requests.
We can use yum
or dnf
to install liboauth
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install liboauth.
Install liboauth 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 liboauth
using dnf
by running the following command:
sudo dnf -y install liboauth
Install liboauth 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 liboauth
using yum
by running the following command:
sudo yum -y install liboauth
How To Uninstall liboauth on Fedora 36
To uninstall only the liboauth
package we can use the following command:
sudo dnf remove liboauth
liboauth Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/14
/usr/lib/.build-id/14/56c0cb64516b6719ad931e61c92bb5b426ae5c
/usr/lib64/liboauth.so.0
/usr/lib64/liboauth.so.0.8.7
/usr/share/doc/liboauth
/usr/share/doc/liboauth/AUTHORS
/usr/share/doc/liboauth/COPYING.MIT
/usr/share/doc/liboauth/README
References
Summary
In this tutorial we learn how to install liboauth
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).