How to Install and Uninstall rust-unicode_names2-devel.noarch Package on Fedora 38

Last updated: October 04,2024

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

Here is a brief guide to show you how to install rust-unicode_names2-devel.noarch on Fedora 38

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

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

Please follow the instructions below to uninstall rust-unicode_names2-devel.noarch on Fedora 38:

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

3. Information about the rust-unicode_names2-devel.noarch package on Fedora 38

Last metadata expiration check: 4:21:36 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : rust-unicode_names2-devel
Version : 1.2.1
Release : 1.fc38
Architecture : noarch
Size : 234 k
Source : rust-unicode_names2-1.2.1-1.fc38.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 "unicode_names2" crate.