How to Install and Uninstall python39-cryptography Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python39-cryptography" package

This tutorial shows how to install python39-cryptography on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-cryptography

2. Uninstall "python39-cryptography" package

Please follow the guidelines below to uninstall python39-cryptography on openSuSE Tumbleweed:

$ sudo zypper remove python39-cryptography

3. Information about the python39-cryptography package on openSuSE Tumbleweed

Information for package python39-cryptography:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-cryptography
Version : 42.0.4-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 3.9 MiB
Installed : No
Status : not installed
Source package : python-cryptography-42.0.4-1.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.