How To Install rust-combine-devel on Fedora 36

In this tutorial we learn how to install rust-combine-devel in Fedora 36. rust-combine-devel is Fast parser combinators on arbitrary streams with zero-copy support

Introduction

In this tutorial we learn how to install rust-combine-devel on Fedora 36.

What is rust-combine-devel

Fast parser combinators on arbitrary streams with zero-copy support. This package contains library source intended for building other packages which use the “combine” crate.

We can use yum or dnf to install rust-combine-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rust-combine-devel.

Install rust-combine-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install rust-combine-devel using dnf by running the following command:

sudo dnf -y install rust-combine-devel

Install rust-combine-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install rust-combine-devel using yum by running the following command:

sudo yum -y install rust-combine-devel

How To Uninstall rust-combine-devel on Fedora 36

To uninstall only the rust-combine-devel package we can use the following command:

sudo dnf remove rust-combine-devel

rust-combine-devel Package Contents on Fedora 36

/usr/share/cargo/registry/combine-4.6.3
/usr/share/cargo/registry/combine-4.6.3/.cargo-checksum.json
/usr/share/cargo/registry/combine-4.6.3/CHANGELOG.md
/usr/share/cargo/registry/combine-4.6.3/Cargo.toml
/usr/share/cargo/registry/combine-4.6.3/LICENSE
/usr/share/cargo/registry/combine-4.6.3/README.md
/usr/share/cargo/registry/combine-4.6.3/benches
/usr/share/cargo/registry/combine-4.6.3/benches/data.json
/usr/share/cargo/registry/combine-4.6.3/benches/http-requests.txt
/usr/share/cargo/registry/combine-4.6.3/benches/http.rs
/usr/share/cargo/registry/combine-4.6.3/benches/json.rs
/usr/share/cargo/registry/combine-4.6.3/benches/mp4.rs
/usr/share/cargo/registry/combine-4.6.3/ci.sh
/usr/share/cargo/registry/combine-4.6.3/examples
/usr/share/cargo/registry/combine-4.6.3/examples/async.rs
/usr/share/cargo/registry/combine-4.6.3/examples/date.rs
/usr/share/cargo/registry/combine-4.6.3/examples/ini.rs
/usr/share/cargo/registry/combine-4.6.3/examples/number.rs
/usr/share/cargo/registry/combine-4.6.3/examples/readme.rs
/usr/share/cargo/registry/combine-4.6.3/release.sh
/usr/share/cargo/registry/combine-4.6.3/rustfmt.toml
/usr/share/cargo/registry/combine-4.6.3/src
/usr/share/cargo/registry/combine-4.6.3/src/error.rs
/usr/share/cargo/registry/combine-4.6.3/src/future_ext.rs
/usr/share/cargo/registry/combine-4.6.3/src/lib.rs
/usr/share/cargo/registry/combine-4.6.3/src/parser
/usr/share/cargo/registry/combine-4.6.3/src/parser/byte.rs
/usr/share/cargo/registry/combine-4.6.3/src/parser/char.rs
/usr/share/cargo/registry/combine-4.6.3/src/parser/choice.rs
/usr/share/cargo/registry/combine-4.6.3/src/parser/combinator.rs
/usr/share/cargo/registry/combine-4.6.3/src/parser/error.rs
/usr/share/cargo/registry/combine-4.6.3/src/parser/function.rs
/usr/share/cargo/registry/combine-4.6.3/src/parser/mod.rs
/usr/share/cargo/registry/combine-4.6.3/src/parser/range.rs
/usr/share/cargo/registry/combine-4.6.3/src/parser/regex.rs
/usr/share/cargo/registry/combine-4.6.3/src/parser/repeat.rs
/usr/share/cargo/registry/combine-4.6.3/src/parser/sequence.rs
/usr/share/cargo/registry/combine-4.6.3/src/parser/token.rs
/usr/share/cargo/registry/combine-4.6.3/src/stream
/usr/share/cargo/registry/combine-4.6.3/src/stream/buf_reader.rs
/usr/share/cargo/registry/combine-4.6.3/src/stream/buffered.rs
/usr/share/cargo/registry/combine-4.6.3/src/stream/decoder.rs
/usr/share/cargo/registry/combine-4.6.3/src/stream/easy.rs
/usr/share/cargo/registry/combine-4.6.3/src/stream/mod.rs
/usr/share/cargo/registry/combine-4.6.3/src/stream/position.rs
/usr/share/cargo/registry/combine-4.6.3/src/stream/read.rs
/usr/share/cargo/registry/combine-4.6.3/src/stream/span.rs
/usr/share/cargo/registry/combine-4.6.3/src/stream/state.rs
/usr/share/cargo/registry/combine-4.6.3/tests
/usr/share/cargo/registry/combine-4.6.3/tests/async.rs
/usr/share/cargo/registry/combine-4.6.3/tests/buffered_stream.rs
/usr/share/cargo/registry/combine-4.6.3/tests/parser.rs
/usr/share/cargo/registry/combine-4.6.3/tests/parser_macro.rs
/usr/share/cargo/registry/combine-4.6.3/tests/support
/usr/share/cargo/registry/combine-4.6.3/tests/support/mod.rs
/usr/share/doc/rust-combine-devel
/usr/share/doc/rust-combine-devel/CHANGELOG.md
/usr/share/doc/rust-combine-devel/README.md
/usr/share/licenses/rust-combine-devel
/usr/share/licenses/rust-combine-devel/LICENSE

References

Summary

In this tutorial we learn how to install rust-combine-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).