How to Install and Uninstall libxcrypt.x86_64 Package on CentOS Stream 9

Last updated: September 21,2024

1. Install "libxcrypt.x86_64" package

This is a short guide on how to install libxcrypt.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install libxcrypt.x86_64

2. Uninstall "libxcrypt.x86_64" package

Here is a brief guide to show you how to uninstall libxcrypt.x86_64 on CentOS Stream 9:

$ sudo dnf remove libxcrypt.x86_64 $ sudo dnf autoremove

3. Information about the libxcrypt.x86_64 package on CentOS Stream 9

Last metadata expiration check: 0:24:43 ago on Sat Mar 16 16:03:45 2024.
Installed Packages
Name : libxcrypt
Version : 4.4.18
Release : 3.el9
Architecture : x86_64
Size : 264 k
Source : libxcrypt-4.4.18-3.el9.src.rpm
Repository : @System
Summary : Extended crypt library for descrypt, md5crypt, bcrypt, and others
URL : https://github.com/besser82/libxcrypt
License : LGPLv2+ and BSD and Public Domain
Description : libxcrypt is a modern library for one-way hashing of passwords. It
: supports a wide variety of both modern and historical hashing methods:
: yescrypt, gost-yescrypt, scrypt, bcrypt, sha512crypt, sha256crypt,
: md5crypt, SunMD5, sha1crypt, NT, bsdicrypt, bigcrypt, and descrypt.
: It provides the traditional Unix crypt and crypt_r interfaces, as well
: as a set of extended interfaces pioneered by Openwall Linux, crypt_rn,
: crypt_ra, crypt_gensalt, crypt_gensalt_rn, and crypt_gensalt_ra.
:
: libxcrypt is intended to be used by login(1), passwd(1), and other
: similar programs; that is, to hash a small number of passwords during
: an interactive authentication dialogue with a human. It is not suitable
: for use in bulk password-cracking applications, or in any other situation
: where speed is more important than careful handling of sensitive data.
: However, it is intended to be fast and lightweight enough for use in
: servers that must field thousands of login attempts per minute.
:
: This version of the library does not provide the legacy API functions
: that have been provided by glibc's libcrypt.so.1.