How to Install and Uninstall libsodium23 Package on openSUSE Leap

Last updated: May 13,2024

1. Install "libsodium23" package

This guide covers the steps necessary to install libsodium23 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libsodium23

2. Uninstall "libsodium23" package

This tutorial shows how to uninstall libsodium23 on openSUSE Leap:

$ sudo zypper remove libsodium23

3. Information about the libsodium23 package on openSUSE Leap

Information for package libsodium23:
------------------------------------
Repository : Main Repository
Name : libsodium23
Version : 1.0.18-150000.4.6.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 355.6 KiB
Installed : No
Status : not installed
Source package : libsodium-1.0.18-150000.4.6.1.src
Upstream URL : https://github.com/jedisct1/libsodium
Summary : Portable NaCl-based crypto library
Description :
NaCl (pronounced "salt") is a new easy-to-use high-speed software library
for network communication, encryption, decryption, signatures, etc. NaCl's goal
is to provide all of the core operations needed to build higher-level cryptographic tools.
Sodium is a portable, cross-compilable, installable, packageable fork of NaCl,
with a compatible API.