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

Last updated: May 08,2024

1. Install "python2-libnacl" package

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

$ sudo zypper refresh $ sudo zypper install python2-libnacl

2. Uninstall "python2-libnacl" package

Please follow the step by step instructions below to uninstall python2-libnacl on openSUSE Leap:

$ sudo zypper remove python2-libnacl

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

Information for package python2-libnacl:
----------------------------------------
Repository : Main Repository
Name : python2-libnacl
Version : 1.7.1-bp153.1.15
Arch : x86_64
Vendor : openSUSE
Installed Size : 143,4 KiB
Installed : No
Status : not installed
Source package : python-libnacl-1.7.1-bp153.1.15.src
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.