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

Last updated: May 17,2024

1. Install "python36-requests-hawk" package

In this section, we are going to explain the necessary steps to install python36-requests-hawk on openSuSE Tumbleweed

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

2. Uninstall "python36-requests-hawk" package

This guide let you learn how to uninstall python36-requests-hawk on openSuSE Tumbleweed:

$ sudo zypper remove python36-requests-hawk

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

Information for package python36-requests-hawk:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-requests-hawk
Version : 1.1.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 41,1 KiB
Installed : No
Status : not installed
Source package : python-requests-hawk-1.1.1-1.2.src
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.