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

Last updated: May 01,2024

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

This tutorial shows how to install rust-utf8-cstr+default-devel.noarch on Fedora 35

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

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

Please follow the guidelines below to uninstall rust-utf8-cstr+default-devel.noarch on Fedora 35:

$ 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 35

Last metadata expiration check: 2:20:30 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : rust-utf8-cstr+default-devel
Version : 0.1.6
Release : 3.fc35
Architecture : noarch
Size : 7.2 k
Source : rust-utf8-cstr-0.1.6-3.fc35.src.rpm
Repository : fedora
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.