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

Last updated: September 25,2024

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

Learn how to install rust-str_stack-devel.noarch on Fedora 38

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

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

Please follow the instructions below to uninstall rust-str_stack-devel.noarch on Fedora 38:

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

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

Last metadata expiration check: 0:23:19 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : rust-str_stack-devel
Version : 0.1.0
Release : 4.fc38
Architecture : noarch
Size : 17 k
Source : rust-str_stack-0.1.0-4.fc38.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.