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

Last updated: October 06,2024

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

This guide covers the steps necessary to install rust-twoway+pattern-devel.noarch on Fedora 35

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

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

This is a short guide on how to uninstall rust-twoway+pattern-devel.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:29:44 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : rust-twoway+pattern-devel
Version : 0.2.2
Release : 2.fc35
Architecture : noarch
Size : 8.1 k
Source : rust-twoway-0.2.2-2.fc35.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.