How to Install and Uninstall libxcrypt-compat.x86_64 Package on Rocky Linux 9

Last updated: July 01,2024

1. Install "libxcrypt-compat.x86_64" package

Here is a brief guide to show you how to install libxcrypt-compat.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install libxcrypt-compat.x86_64

2. Uninstall "libxcrypt-compat.x86_64" package

This is a short guide on how to uninstall libxcrypt-compat.x86_64 on Rocky Linux 9:

$ sudo dnf remove libxcrypt-compat.x86_64 $ sudo dnf autoremove

3. Information about the libxcrypt-compat.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:28:18 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : libxcrypt-compat
Version : 4.4.18
Release : 3.el9
Architecture : x86_64
Size : 88 k
Source : libxcrypt-4.4.18-3.el9.src.rpm
Repository : appstream
Summary : Compatibility library providing legacy API functions
URL : https://github.com/besser82/libxcrypt
License : LGPLv2+ and BSD and Public Domain
Description : This package contains the library providing the compatibility API
: for applications that are linked against glibc's libxcrypt, or that
: are still using the unsafe and deprecated, encrypt, encrypt_r,
: setkey, setkey_r, and fcrypt functions, which are still required by
: recent versions of POSIX, the Single UNIX Specification, and various
: other standards.
:
: All existing binary executables linked against glibc's libcrypt should
: work unmodified with the library supplied by this package.