How to Install and Uninstall python3-requests-hawk Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python3-requests-hawk" package

Please follow the guidance below to install python3-requests-hawk on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-requests-hawk

2. Uninstall "python3-requests-hawk" package

In this section, we are going to explain the necessary steps to uninstall python3-requests-hawk on openSUSE Leap:

$ sudo zypper remove python3-requests-hawk

3. Information about the python3-requests-hawk package on openSUSE Leap

Information for package python3-requests-hawk:
----------------------------------------------
Repository : Main Repository
Name : python3-requests-hawk
Version : 1.1.0-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 40.3 KiB
Installed : No
Status : not installed
Source package : python-requests-hawk-1.1.0-bp155.2.10.src
Upstream URL : https://github.com/mozilla-services/requests-hawk
Summary : Hawk authentication strategy for the requests python library
Description :
This project allows you to use the python requests library with the hawk
authentification mechanism.
Hawk itself does not provide any mechanism for obtaining or transmitting the
set of shared credentials required, but this project proposes a scheme we use
across mozilla services projects.