How To Install rust-tiny_http-devel on Fedora 36

In this tutorial we learn how to install rust-tiny_http-devel in Fedora 36. rust-tiny_http-devel is Low level HTTP server library

Introduction

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

What is rust-tiny_http-devel

Low level HTTP server library. This package contains library source intended for building other packages which use the “tiny_http” crate.

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

Install rust-tiny_http-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-tiny_http-devel using dnf by running the following command:

sudo dnf -y install rust-tiny_http-devel

Install rust-tiny_http-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-tiny_http-devel using yum by running the following command:

sudo yum -y install rust-tiny_http-devel

How To Uninstall rust-tiny_http-devel on Fedora 36

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

sudo dnf remove rust-tiny_http-devel

rust-tiny_http-devel Package Contents on Fedora 36

/usr/share/cargo/registry/tiny_http-0.8.2
/usr/share/cargo/registry/tiny_http-0.8.2/.cargo-checksum.json
/usr/share/cargo/registry/tiny_http-0.8.2/CHANGELOG.md
/usr/share/cargo/registry/tiny_http-0.8.2/Cargo.toml
/usr/share/cargo/registry/tiny_http-0.8.2/LICENSE-APACHE
/usr/share/cargo/registry/tiny_http-0.8.2/LICENSE-MIT
/usr/share/cargo/registry/tiny_http-0.8.2/README.md
/usr/share/cargo/registry/tiny_http-0.8.2/benches
/usr/share/cargo/registry/tiny_http-0.8.2/benches/bench.rs
/usr/share/cargo/registry/tiny_http-0.8.2/examples
/usr/share/cargo/registry/tiny_http-0.8.2/examples/hello-world.rs
/usr/share/cargo/registry/tiny_http-0.8.2/examples/php-cgi-example.php
/usr/share/cargo/registry/tiny_http-0.8.2/examples/php-cgi.rs
/usr/share/cargo/registry/tiny_http-0.8.2/examples/readme-example.rs
/usr/share/cargo/registry/tiny_http-0.8.2/examples/serve-root.rs
/usr/share/cargo/registry/tiny_http-0.8.2/examples/ssl-cert.pem
/usr/share/cargo/registry/tiny_http-0.8.2/examples/ssl-key.pem
/usr/share/cargo/registry/tiny_http-0.8.2/examples/ssl.rs
/usr/share/cargo/registry/tiny_http-0.8.2/examples/websockets.rs
/usr/share/cargo/registry/tiny_http-0.8.2/src
/usr/share/cargo/registry/tiny_http-0.8.2/src/client.rs
/usr/share/cargo/registry/tiny_http-0.8.2/src/common.rs
/usr/share/cargo/registry/tiny_http-0.8.2/src/lib.rs
/usr/share/cargo/registry/tiny_http-0.8.2/src/request.rs
/usr/share/cargo/registry/tiny_http-0.8.2/src/response.rs
/usr/share/cargo/registry/tiny_http-0.8.2/src/test.rs
/usr/share/cargo/registry/tiny_http-0.8.2/src/util
/usr/share/cargo/registry/tiny_http-0.8.2/src/util/custom_stream.rs
/usr/share/cargo/registry/tiny_http-0.8.2/src/util/equal_reader.rs
/usr/share/cargo/registry/tiny_http-0.8.2/src/util/messages_queue.rs
/usr/share/cargo/registry/tiny_http-0.8.2/src/util/mod.rs
/usr/share/cargo/registry/tiny_http-0.8.2/src/util/refined_tcp_stream.rs
/usr/share/cargo/registry/tiny_http-0.8.2/src/util/sequential.rs
/usr/share/cargo/registry/tiny_http-0.8.2/src/util/task_pool.rs
/usr/share/cargo/registry/tiny_http-0.8.2/tests
/usr/share/cargo/registry/tiny_http-0.8.2/tests/input-tests.rs
/usr/share/cargo/registry/tiny_http-0.8.2/tests/network.rs
/usr/share/cargo/registry/tiny_http-0.8.2/tests/non-chunked-buffering.rs
/usr/share/cargo/registry/tiny_http-0.8.2/tests/simple-test.rs
/usr/share/cargo/registry/tiny_http-0.8.2/tests/support
/usr/share/cargo/registry/tiny_http-0.8.2/tests/support/mod.rs
/usr/share/cargo/registry/tiny_http-0.8.2/tests/unblock-test.rs
/usr/share/doc/rust-tiny_http-devel
/usr/share/doc/rust-tiny_http-devel/CHANGELOG.md
/usr/share/doc/rust-tiny_http-devel/README.md
/usr/share/licenses/rust-tiny_http-devel
/usr/share/licenses/rust-tiny_http-devel/LICENSE-APACHE
/usr/share/licenses/rust-tiny_http-devel/LICENSE-MIT

References

Summary

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