How to Install and Uninstall rust-inlinable_string+nightly-devel.noarch Package on Fedora 39

Last updated: September 21,2024

1. Install "rust-inlinable_string+nightly-devel.noarch" package

Please follow the step by step instructions below to install rust-inlinable_string+nightly-devel.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install rust-inlinable_string+nightly-devel.noarch

2. Uninstall "rust-inlinable_string+nightly-devel.noarch" package

Please follow the guidance below to uninstall rust-inlinable_string+nightly-devel.noarch on Fedora 39:

$ sudo dnf remove rust-inlinable_string+nightly-devel.noarch $ sudo dnf autoremove

3. Information about the rust-inlinable_string+nightly-devel.noarch package on Fedora 39

Last metadata expiration check: 4:38:11 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rust-inlinable_string+nightly-devel
Version : 0.1.15
Release : 6.fc39
Architecture : noarch
Size : 8.1 k
Source : rust-inlinable_string-0.1.15-6.fc39.src.rpm
Repository : fedora
Summary : Owned, grow-able UTF-8 string that stores small strings inline
URL : https://crates.io/crates/inlinable_string
License : Apache-2.0 OR MIT
Description : The `inlinable_string` crate provides the `InlinableString` type -- an
: owned, grow-able UTF-8 string that stores small strings inline and
: avoids heap-allocation -- and the `StringExt` trait which abstracts
: string operations over both `std::string::String` and `InlinableString`
: (or even your own custom string type).
:
: This package contains library source intended for building other packages which
: use the "nightly" feature of the "inlinable_string" crate.