How to Install and Uninstall rust-unicode_names2+no_std-devel.noarch Package on Fedora 39

Last updated: September 30,2024

1. Install "rust-unicode_names2+no_std-devel.noarch" package

Learn how to install rust-unicode_names2+no_std-devel.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install rust-unicode_names2+no_std-devel.noarch

2. Uninstall "rust-unicode_names2+no_std-devel.noarch" package

This is a short guide on how to uninstall rust-unicode_names2+no_std-devel.noarch on Fedora 39:

$ sudo dnf remove rust-unicode_names2+no_std-devel.noarch $ sudo dnf autoremove

3. Information about the rust-unicode_names2+no_std-devel.noarch package on Fedora 39

Last metadata expiration check: 3:34:34 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rust-unicode_names2+no_std-devel
Version : 1.2.1
Release : 1.fc39
Architecture : noarch
Size : 7.5 k
Source : rust-unicode_names2-1.2.1-1.fc39.src.rpm
Repository : updates
Summary : Map characters to and from their name given in the Unicode standard
URL : https://crates.io/crates/unicode_names2
License : (MIT OR Apache-2.0) AND Unicode-DFS-2016
Description : Map characters to and from their name given in the Unicode standard.
: This goes to great lengths to be as efficient as possible in both time
: and space, with the full bidirectional tables weighing barely 500 KB but
: still offering O(1)* look-up in both directions. (*more precisely,
: O(length of name).).
:
: This package contains library source intended for building other packages which
: use the "no_std" feature of the "unicode_names2" crate.