How to Install and Uninstall rust-twoway+pattern-devel.noarch Package on Fedora 36

Last updated: October 05,2024

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

Learn how to install rust-twoway+pattern-devel.noarch on Fedora 36

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

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

This guide covers the steps necessary to uninstall rust-twoway+pattern-devel.noarch on Fedora 36:

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

3. Information about the rust-twoway+pattern-devel.noarch package on Fedora 36

Last metadata expiration check: 4:10:09 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : rust-twoway+pattern-devel
Version : 0.2.2
Release : 3.fc36
Architecture : noarch
Size : 8.1 k
Source : rust-twoway-0.2.2-3.fc36.src.rpm
Repository : fedora
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 "pattern" feature of "twoway" crate.