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

Last updated: May 15,2024

1. Install "python2-requests-hawk" package

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

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

2. Uninstall "python2-requests-hawk" package

This is a short guide on how to uninstall python2-requests-hawk on openSUSE Leap:

$ sudo zypper remove python2-requests-hawk

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

Information for package python2-requests-hawk:
----------------------------------------------
Repository : Main Repository
Name : python2-requests-hawk
Version : 1.1.0-bp153.1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 37,6 KiB
Installed : No
Status : not installed
Source package : python-requests-hawk-1.1.0-bp153.1.6.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.