How to Install and Uninstall libsodium.x86_64 Package on Fedora 36

Last updated: September 30,2024

1. Install "libsodium.x86_64" package

Please follow the step by step instructions below to install libsodium.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install libsodium.x86_64

2. Uninstall "libsodium.x86_64" package

Please follow the step by step instructions below to uninstall libsodium.x86_64 on Fedora 36:

$ sudo dnf remove libsodium.x86_64 $ sudo dnf autoremove

3. Information about the libsodium.x86_64 package on Fedora 36

Last metadata expiration check: 0:25:32 ago on Thu Sep 8 14:04:51 2022.
Installed Packages
Name : libsodium
Version : 1.0.18
Release : 9.fc36
Architecture : x86_64
Size : 356 k
Source : libsodium-1.0.18-9.fc36.src.rpm
Repository : @System
From repo : fedora
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.