How to Install and Uninstall rust-twoway+use_std-devel.noarch Package on Fedora 34

Last updated: September 20,2024

1. Install "rust-twoway+use_std-devel.noarch" package

This guide let you learn how to install rust-twoway+use_std-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install rust-twoway+use_std-devel.noarch

2. Uninstall "rust-twoway+use_std-devel.noarch" package

Please follow the instructions below to uninstall rust-twoway+use_std-devel.noarch on Fedora 34:

$ sudo dnf remove rust-twoway+use_std-devel.noarch $ sudo dnf autoremove

3. Information about the rust-twoway+use_std-devel.noarch package on Fedora 34

Last metadata expiration check: 0:04:17 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rust-twoway+use_std-devel
Version : 0.2.2
Release : 1.fc34
Architecture : noarch
Size : 8.2 k
Source : rust-twoway-0.2.2-1.fc34.src.rpm
Repository : updates
Summary : Fast substring search for strings and byte strings
URL : https://crates.io/crates/twoway
License : MIT or ASL 2.0
Description : Fast substring search for strings and byte strings. Optional SSE4.2
: acceleration (if detected at runtime) using pcmpestri. Memchr is the only
: mandatory dependency. The two way algorithm is also used by rust's libstd
: itself, but here it is exposed both for byte strings, using memchr, and
: optionally using a SSE4.2 accelerated version.
:
: This package contains library source intended for building other packages
: which use "use_std" feature of "twoway" crate.