How to Install and Uninstall rust-str_stack-devel.noarch Package on Fedora 35
Last updated: January 18,2025
1. Install "rust-str_stack-devel.noarch" package
Here is a brief guide to show you how to install rust-str_stack-devel.noarch on Fedora 35
$
sudo dnf update
Copied
$
sudo dnf install
rust-str_stack-devel.noarch
Copied
2. Uninstall "rust-str_stack-devel.noarch" package
This tutorial shows how to uninstall rust-str_stack-devel.noarch on Fedora 35:
$
sudo dnf remove
rust-str_stack-devel.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the rust-str_stack-devel.noarch package on Fedora 35
Last metadata expiration check: 2:05:35 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : rust-str_stack-devel
Version : 0.1.0
Release : 1.fc35
Architecture : noarch
Size : 17 k
Source : rust-str_stack-0.1.0-1.fc35.src.rpm
Repository : updates
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.
Available Packages
Name : rust-str_stack-devel
Version : 0.1.0
Release : 1.fc35
Architecture : noarch
Size : 17 k
Source : rust-str_stack-0.1.0-1.fc35.src.rpm
Repository : updates
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.