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

Last updated: July 04,2024

1. Install "python312-requests-hawk" package

This tutorial shows how to install python312-requests-hawk on openSuSE Tumbleweed

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

2. Uninstall "python312-requests-hawk" package

Please follow the instructions below to uninstall python312-requests-hawk on openSuSE Tumbleweed:

$ sudo zypper remove python312-requests-hawk

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

Information for package python312-requests-hawk:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-requests-hawk
Version : 1.2.1-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 42.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.