How to Install and Uninstall rust-widestring-devel.noarch Package on AlmaLinux 9

Last updated: October 06,2024

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

Please follow the guidelines below to install rust-widestring-devel.noarch on AlmaLinux 9

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

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

Learn how to uninstall rust-widestring-devel.noarch on AlmaLinux 9:

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

3. Information about the rust-widestring-devel.noarch package on AlmaLinux 9

Last metadata expiration check: 1:43:19 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : rust-widestring-devel
Version : 1.0.2
Release : 1.el9
Architecture : noarch
Size : 65 k
Source : rust-widestring-1.0.2-1.el9.src.rpm
Repository : epel
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.