How to Install and Uninstall python3-certifi Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python3-certifi" package

Please follow the step by step instructions below to install python3-certifi on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-certifi

2. Uninstall "python3-certifi" package

This is a short guide on how to uninstall python3-certifi on openSUSE Leap:

$ sudo zypper remove python3-certifi

3. Information about the python3-certifi package on openSUSE Leap

Information for package python3-certifi:
----------------------------------------
Repository : Main Repository
Name : python3-certifi
Version : 2018.1.18-150000.3.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 8.3 KiB
Installed : No
Status : not installed
Source package : python-certifi-2018.1.18-150000.3.3.1.src
Upstream URL : https://pypi.python.org/pypi/certifi
Summary : Python package for providing Mozilla's CA Bundle
Description :
This installable Python package contains a CA Bundle that you can reference
in your Python code. This is useful for verifying HTTP requests, for example.
This is the same CA Bundle which ships with the Requests codebase, and is
derived from Mozilla Firefox's canonical set.