How to Install and Uninstall python311-requests-hawk Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "python311-requests-hawk" package

Please follow the guidance below to install python311-requests-hawk on openSuSE Tumbleweed

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

2. Uninstall "python311-requests-hawk" package

Here is a brief guide to show you how to uninstall python311-requests-hawk on openSuSE Tumbleweed:

$ sudo zypper remove python311-requests-hawk

3. Information about the python311-requests-hawk package on openSuSE Tumbleweed

Information for package python311-requests-hawk:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-requests-hawk
Version : 1.2.1-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 44.8 KiB
Installed : No
Status : not installed
Source package : python-requests-hawk-1.2.1-2.1.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.