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

Last updated: May 10,2024

1. Install "python3-cryptography" package

Please follow the instructions below to install python3-cryptography on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-cryptography

2. Uninstall "python3-cryptography" package

Please follow the guidelines below to uninstall python3-cryptography on openSUSE Leap:

$ sudo zypper remove python3-cryptography

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

Information for package python3-cryptography:
---------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python3-cryptography
Version : 3.3.2-150400.23.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 2.5 MiB
Installed : No
Status : not installed
Source package : python3-cryptography-3.3.2-150400.23.1.src
Upstream URL : https://cryptography.io/en/latest/
Summary : Python library which exposes cryptographic recipes and primitives
Description :
cryptography is a package designed to expose cryptographic
recipes and primitives to Python developers. Our goal is
for it to be your "cryptographic standard library". It
supports Python 2.7, Python 3.4+, and PyPy-5.3+.
cryptography includes both high level recipes, and low
level interfaces to common cryptographic algorithms such as
symmetric ciphers, message digests and key derivation
functions.