How to Install and Uninstall rust-utf8-cstr+default-devel.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "rust-utf8-cstr+default-devel.noarch" package

This is a short guide on how to install rust-utf8-cstr+default-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install rust-utf8-cstr+default-devel.noarch

2. Uninstall "rust-utf8-cstr+default-devel.noarch" package

This is a short guide on how to uninstall rust-utf8-cstr+default-devel.noarch on Fedora 34:

$ sudo dnf remove rust-utf8-cstr+default-devel.noarch $ sudo dnf autoremove

3. Information about the rust-utf8-cstr+default-devel.noarch package on Fedora 34

Last metadata expiration check: 0:01:36 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rust-utf8-cstr+default-devel
Version : 0.1.6
Release : 1.fc34
Architecture : noarch
Size : 7.1 k
Source : rust-utf8-cstr-0.1.6-1.fc34.src.rpm
Repository : updates
Summary : Type wrappers promising null termination and utf-8 validity
URL : https://crates.io/crates/utf8-cstr
License : ASL 2.0 or MIT
Description : Type wrappers promising null termination and utf-8 validity. The intersection
: of `std::ffi::CStr` and `str`.
:
: This package contains library source intended for building other packages
: which use "default" feature of "utf8-cstr" crate.