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

Last updated: June 18,2024

1. Install "python38-cryptography" package

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

$ sudo zypper refresh $ sudo zypper install python38-cryptography

2. Uninstall "python38-cryptography" package

Please follow the step by step instructions below to uninstall python38-cryptography on openSuSE Tumbleweed:

$ sudo zypper remove python38-cryptography

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

Information for package python38-cryptography:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-cryptography
Version : 36.0.0-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 4,3 MiB
Installed : No
Status : not installed
Source package : python-cryptography-36.0.0-1.1.src
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.