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

Last updated: May 06,2024

1. Install "python36-cryptography" package

Please follow the instructions below to install python36-cryptography on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-cryptography

2. Uninstall "python36-cryptography" package

This is a short guide on how to uninstall python36-cryptography on openSuSE Tumbleweed:

$ sudo zypper remove python36-cryptography

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

Information for package python36-cryptography:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-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.