How to Install and Uninstall argon2 Package on openSUSE Leap

Last updated: April 29,2024

1. Install "argon2" package

This is a short guide on how to install argon2 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install argon2

2. Uninstall "argon2" package

Please follow the steps below to uninstall argon2 on openSUSE Leap:

$ sudo zypper remove argon2

3. Information about the argon2 package on openSUSE Leap

Information for package argon2:
-------------------------------
Repository : Main Repository
Name : argon2
Version : 0.0+git20171227.670229c-2.14
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 65.9 KiB
Installed : No
Status : not installed
Source package : argon2-0.0+git20171227.670229c-2.14.src
Upstream URL : https://github.com/P-H-C/phc-winner-argon2
Summary : The reference C implementation of Argon2
Description :
This is the reference C implementation of Argon2, the password-hashing function
that won the Password Hashing Competition (PHC) in 2015.
Argon2 is a password hashing function that is parametrized by a time cost, a
memory cost and a parallelism degree, used to guard against side-channel
attacks, attacks where lots of memory is available, or attacks where a lot of
processing is available.