How to Install and Uninstall erlang-stringprep.x86_64 Package on Fedora 34

Last updated: July 01,2024

1. Install "erlang-stringprep.x86_64" package

In this section, we are going to explain the necessary steps to install erlang-stringprep.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install erlang-stringprep.x86_64

2. Uninstall "erlang-stringprep.x86_64" package

Please follow the instructions below to uninstall erlang-stringprep.x86_64 on Fedora 34:

$ sudo dnf remove erlang-stringprep.x86_64 $ sudo dnf autoremove

3. Information about the erlang-stringprep.x86_64 package on Fedora 34

Last metadata expiration check: 5:47:09 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : erlang-stringprep
Version : 1.0.22
Release : 2.fc34
Architecture : x86_64
Size : 48 k
Source : erlang-stringprep-1.0.22-2.fc34.src.rpm
Repository : fedora
Summary : A framework for preparing Unicode strings to help input and comparison
URL : https://github.com/processone/stringprep/
License : ASL 2.0 and TCL
Description : Stringprep is a framework for preparing Unicode test strings in order to
: increase the likelihood that string input and string comparison work. The
: principle are defined in RFC-3454: Preparation of Internationalized Strings.
: This library is leverage Erlang native NIF mechanism to provide extremely fast
: and efficient processing.