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

Last updated: May 10,2024

1. Install "python3-libnacl" package

Please follow the step by step instructions below to install python3-libnacl on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-libnacl

2. Uninstall "python3-libnacl" package

Please follow the instructions below to uninstall python3-libnacl on openSUSE Leap:

$ sudo zypper remove python3-libnacl

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

Information for package python3-libnacl:
----------------------------------------
Repository : Main Repository
Name : python3-libnacl
Version : 1.7.1-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 178.0 KiB
Installed : No
Status : not installed
Source package : python-libnacl-1.7.1-bp155.2.11.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.