How to Install and Uninstall rust-inlinable_string+default-devel.noarch Package on Fedora 36

Last updated: October 06,2024

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

Please follow the instructions below to install rust-inlinable_string+default-devel.noarch on Fedora 36

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

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

Here is a brief guide to show you how to uninstall rust-inlinable_string+default-devel.noarch on Fedora 36:

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

3. Information about the rust-inlinable_string+default-devel.noarch package on Fedora 36

Last metadata expiration check: 4:42:02 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rust-inlinable_string+default-devel
Version : 0.1.15
Release : 2.fc36
Architecture : noarch
Size : 7.5 k
Source : rust-inlinable_string-0.1.15-2.fc36.src.rpm
Repository : updates
Summary : Owned, grow-able UTF-8 string that stores small strings inline
URL : https://crates.io/crates/inlinable_string
License : ASL 2.0 or MIT
Description : `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 "default" feature of the "inlinable_string" crate.