How to Install and Uninstall rust-widestring-devel.noarch Package on Fedora 39

Last updated: October 01,2024

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

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

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

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

This tutorial shows how to uninstall rust-widestring-devel.noarch on Fedora 39:

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

3. Information about the rust-widestring-devel.noarch package on Fedora 39

Last metadata expiration check: 3:35:03 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rust-widestring-devel
Version : 1.0.2
Release : 1.fc39
Architecture : noarch
Size : 70 k
Source : rust-widestring-1.0.2-1.fc39.src.rpm
Repository : updates
Summary : Converting to and from wide strings (UTF-16 and UTF-32)
URL : https://crates.io/crates/widestring
License : MIT OR Apache-2.0
Description : A wide string Rust library for converting to and from wide strings, such
: as those often used in Windows API or other FFI libaries. Both `u16` and
: `u32` string types are provided, including support for UTF-16 and
: UTF-32, malformed encoding, C-style strings, etc.
:
: This package contains library source intended for building other packages which
: use the "widestring" crate.