How to Install and Uninstall python311-libnacl Package on openSuSE Tumbleweed

Last updated: June 21,2024

1. Install "python311-libnacl" package

In this section, we are going to explain the necessary steps to install python311-libnacl on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-libnacl

2. Uninstall "python311-libnacl" package

Please follow the instructions below to uninstall python311-libnacl on openSuSE Tumbleweed:

$ sudo zypper remove python311-libnacl

3. Information about the python311-libnacl package on openSuSE Tumbleweed

Information for package python311-libnacl:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-libnacl
Version : 2.1.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 203.4 KiB
Installed : No
Status : not installed
Source package : python-libnacl-2.1.0-1.1.src
Upstream URL : https://github.com/saltstack/libnacl
Summary : Python bindings for libsodium based on ctypes
Description :
This library is used to gain direct access to the functions exposed by Daniel J. Bernstein's nacl library via libsodium.
It has been constructed to maintain extensive documentation on how to use nacl as well as being completely portable. The file
in libnacl/__init__.py can be pulled out and placed directly in any project to give a single file binding to all of nacl.