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

Last updated: May 21,2024

1. Install "python3-requests-cache" package

This tutorial shows how to install python3-requests-cache on openSUSE Leap

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

2. Uninstall "python3-requests-cache" package

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

$ sudo zypper remove python3-requests-cache

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

Information for package python3-requests-cache:
-----------------------------------------------
Repository : Main Repository
Name : python3-requests-cache
Version : 0.5.2-bp155.2.14
Arch : noarch
Vendor : openSUSE
Installed Size : 145.3 KiB
Installed : No
Status : not installed
Source package : python-requests-cache-0.5.2-bp155.2.14.src
Upstream URL : https://github.com/reclosedev/requests-cache
Summary : Persistent cache for requests library
Description :
Requests-cache is a transparent persistent cache for requests_ (version >= 1.1.0) library.
It can be useful when you are creating some simple data scraper with constantly
changing parsing logic or data format, and don't want to redownload pages or
write complex error handling and persistence.
Requests-cache ignores all cache headers, it just caches the data for the
time you specify.
If you need library which knows how to use HTTP headers and status codes,
take a look at `httpcache `_ and
`CacheControl `_.