How to Install and Uninstall rust-peeking_take_while-devel.noarch Package on Fedora 34

Last updated: May 19,2024

1. Install "rust-peeking_take_while-devel.noarch" package

Here is a brief guide to show you how to install rust-peeking_take_while-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install rust-peeking_take_while-devel.noarch

2. Uninstall "rust-peeking_take_while-devel.noarch" package

This guide let you learn how to uninstall rust-peeking_take_while-devel.noarch on Fedora 34:

$ sudo dnf remove rust-peeking_take_while-devel.noarch $ sudo dnf autoremove

3. Information about the rust-peeking_take_while-devel.noarch package on Fedora 34

Last metadata expiration check: 4:31:26 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rust-peeking_take_while-devel
Version : 0.1.2
Release : 10.fc34
Architecture : noarch
Size : 16 k
Source : rust-peeking_take_while-0.1.2-10.fc34.src.rpm
Repository : fedora
Summary : Like `Iterator::take_while`, but calls the predicate on a peeked value
URL : https://crates.io/crates/peeking_take_while
License : ASL 2.0 or MIT
Description : Like `Iterator::take_while`, but calls the predicate on a peeked value. This
: allows you to use `Iterator::by_ref` and `Iterator::take_while` together, and
: still get the first value for which the `take_while` predicate returned false
: after dropping the `by_ref`.
:
: This package contains library source intended for building other packages
: which use "peeking_take_while" crate.