How to Install and Uninstall libxcrypt-compat.i686 Package on Fedora 36

Last updated: October 07,2024

1. Install "libxcrypt-compat.i686" package

This guide covers the steps necessary to install libxcrypt-compat.i686 on Fedora 36

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

2. Uninstall "libxcrypt-compat.i686" package

This guide let you learn how to uninstall libxcrypt-compat.i686 on Fedora 36:

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

3. Information about the libxcrypt-compat.i686 package on Fedora 36

Last metadata expiration check: 0:04:59 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : libxcrypt-compat
Version : 4.4.28
Release : 1.fc36
Architecture : i686
Size : 96 k
Source : libxcrypt-4.4.28-1.fc36.src.rpm
Repository : fedora
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.