How to Install and Uninstall R-argon2.x86_64 Package on Fedora 34

Last updated: July 05,2024

1. Install "R-argon2.x86_64" package

This guide let you learn how to install R-argon2.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install R-argon2.x86_64

2. Uninstall "R-argon2.x86_64" package

Please follow the instructions below to uninstall R-argon2.x86_64 on Fedora 34:

$ sudo dnf remove R-argon2.x86_64 $ sudo dnf autoremove

3. Information about the R-argon2.x86_64 package on Fedora 34

Last metadata expiration check: 4:47:33 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : R-argon2
Version : 0.2.0
Release : 11.fc34
Architecture : x86_64
Size : 47 k
Source : R-argon2-0.2.0-11.fc34.src.rpm
Repository : fedora
Summary : Secure Password Hashing
URL : https://CRAN.R-project.org/package=argon2
License : BSD
Description : Utilities for secure password hashing via the argon2 algorithm. It is a
: relatively new hashing algorithm and is believed to be very secure. The
: 'argon2' implementation included in the package is the reference
: implementation. The package also includes some utilities that should be
: useful for digest authentication, including a wrapper of 'blake2b'. For
: similar R packages, see sodium and 'bcrypt'. See
: or
: for more information.