How to Install and Uninstall libsodium.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 28,2024

1. Install "libsodium.x86_64" package

Please follow the instructions below to install libsodium.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install libsodium.x86_64

2. Uninstall "libsodium.x86_64" package

Please follow the instructions below to uninstall libsodium.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove libsodium.x86_64 $ sudo yum autoremove

3. Information about the libsodium.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : libsodium
Arch : x86_64
Version : 1.0.18
Release : 1.el7
Size : 356 k
Repo : installed
From repo : epel
Summary : The Sodium crypto library
URL : http://libsodium.org/
License : ISC
Description : Sodium is a new, easy-to-use software library for encryption,
: decryption, signatures, password hashing and more. It is a
: portable, cross-compilable, installable, packageable fork of NaCl,
: with a compatible API, and an extended API to improve usability
: even further. Its goal is to provide all of the core operations
: needed to build higher-level cryptographic tools. The design
: choices emphasize security, and "magic constants" have clear
: rationales.
:
: The same cannot be said of NIST curves, where the specific origins
: of certain constants are not described by the standards. And
: despite the emphasis on higher security, primitives are faster
: across-the-board than most implementations of the NIST standards.