How to Install and Uninstall rust-widestring+std-devel.noarch Package on Oracle Linux 9

Last updated: September 24,2024

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

This tutorial shows how to install rust-widestring+std-devel.noarch on Oracle Linux 9

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

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

Please follow the steps below to uninstall rust-widestring+std-devel.noarch on Oracle Linux 9:

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

3. Information about the rust-widestring+std-devel.noarch package on Oracle Linux 9

Last metadata expiration check: 0:41:12 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-widestring+std-devel
Version : 1.0.2
Release : 1.el9
Architecture : noarch
Size : 7.3 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 "std" feature of the "widestring" crate.