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

Last updated: May 18,2024

1. Install "erlang-stringprep.x86_64" package

This tutorial shows how to install erlang-stringprep.x86_64 on Fedora 35

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

2. Uninstall "erlang-stringprep.x86_64" package

Here is a brief guide to show you how to uninstall erlang-stringprep.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 5:28:23 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : erlang-stringprep
Version : 1.0.22
Release : 3.fc35
Architecture : x86_64
Size : 48 k
Source : erlang-stringprep-1.0.22-3.fc35.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.