How to Install and Uninstall rust-str_stack-devel.noarch Package on Fedora 36

Last updated: May 23,2024

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

Please follow the step by step instructions below to install rust-str_stack-devel.noarch on Fedora 36

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

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

Please follow the guidance below to uninstall rust-str_stack-devel.noarch on Fedora 36:

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

3. Information about the rust-str_stack-devel.noarch package on Fedora 36

Last metadata expiration check: 3:30:46 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : rust-str_stack-devel
Version : 0.1.0
Release : 2.fc36
Architecture : noarch
Size : 17 k
Source : rust-str_stack-0.1.0-2.fc36.src.rpm
Repository : fedora
Summary : String allocator for allocating many write-once strings
URL : https://crates.io/crates/str_stack
License : MIT or ASL 2.0
Description : String allocator for allocating many write-once strings.
: This library is primarily useful for parsing where you need to repeatedly build
: many strings, use them, and then throw them away. Instead of allocating many
: independent strings, this library will put them all in the same buffer.
:
: This package contains library source intended for building other packages
: which use "str_stack" crate.