How to Install and Uninstall argon2 Package on openSuSE Tumbleweed

Last updated: April 29,2024

1. Install "argon2" package

This guide let you learn how to install argon2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install argon2

2. Uninstall "argon2" package

This guide covers the steps necessary to uninstall argon2 on openSuSE Tumbleweed:

$ sudo zypper remove argon2

3. Information about the argon2 package on openSuSE Tumbleweed

Information for package argon2:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : argon2
Version : 20190702-4.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 65.9 KiB
Installed : No
Status : not installed
Source package : argon2-20190702-4.1.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.