How to Install and Uninstall perl-Net-OAuth.noarch Package on Rocky Linux 9

Last updated: May 19,2024

1. Install "perl-Net-OAuth.noarch" package

This is a short guide on how to install perl-Net-OAuth.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install perl-Net-OAuth.noarch

2. Uninstall "perl-Net-OAuth.noarch" package

Please follow the instructions below to uninstall perl-Net-OAuth.noarch on Rocky Linux 9:

$ sudo dnf remove perl-Net-OAuth.noarch $ sudo dnf autoremove

3. Information about the perl-Net-OAuth.noarch package on Rocky Linux 9

Last metadata expiration check: 1:49:44 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Net-OAuth
Version : 0.28
Release : 27.el9
Architecture : noarch
Size : 79 k
Source : perl-Net-OAuth-0.28-27.el9.src.rpm
Repository : epel
Summary : OAuth protocol support library for Perl
URL : https://metacpan.org/release/Net-OAuth
License : GPL+ or Artistic
Description : Perl implementation of OAuth, an open protocol to allow secure API
: authentication in a simple and standard method from desktop and web
: applications. In practical terms, a mechanism for a Consumer to request
: protected resources from a Service Provider on behalf of a user.