How To Install rust-tokio-socks-devel on Fedora 36
Introduction
In this tutorial we learn how to install rust-tokio-socks-devel on Fedora 36.
What is rust-tokio-socks-devel
Asynchronous SOCKS proxy support for Rust. This package contains library source intended for building other packages which use “tokio-socks” crate.
We can use yum or dnf to install rust-tokio-socks-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rust-tokio-socks-devel.
Install rust-tokio-socks-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-tokio-socks-devel using dnf by running the following command:
sudo dnf -y install rust-tokio-socks-devel
Install rust-tokio-socks-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-tokio-socks-devel using yum by running the following command:
sudo yum -y install rust-tokio-socks-devel
How To Uninstall rust-tokio-socks-devel on Fedora 36
To uninstall only the rust-tokio-socks-devel package we can use the following command:
sudo dnf remove rust-tokio-socks-devel
rust-tokio-socks-devel Package Contents on Fedora 36
/usr/share/cargo/registry/tokio-socks-0.5.1
/usr/share/cargo/registry/tokio-socks-0.5.1/.cargo-checksum.json
/usr/share/cargo/registry/tokio-socks-0.5.1/CHANGELOG.md
/usr/share/cargo/registry/tokio-socks-0.5.1/Cargo.toml
/usr/share/cargo/registry/tokio-socks-0.5.1/LICENSE
/usr/share/cargo/registry/tokio-socks-0.5.1/README.md
/usr/share/cargo/registry/tokio-socks-0.5.1/examples
/usr/share/cargo/registry/tokio-socks-0.5.1/examples/chainproxy.rs
/usr/share/cargo/registry/tokio-socks-0.5.1/examples/socket.rs
/usr/share/cargo/registry/tokio-socks-0.5.1/examples/tor.rs
/usr/share/cargo/registry/tokio-socks-0.5.1/rustfmt.toml
/usr/share/cargo/registry/tokio-socks-0.5.1/src
/usr/share/cargo/registry/tokio-socks-0.5.1/src/error.rs
/usr/share/cargo/registry/tokio-socks-0.5.1/src/lib.rs
/usr/share/cargo/registry/tokio-socks-0.5.1/src/tcp.rs
/usr/share/cargo/registry/tokio-socks-0.5.1/tests
/usr/share/cargo/registry/tokio-socks-0.5.1/tests/common.rs
/usr/share/cargo/registry/tokio-socks-0.5.1/tests/integration_tests.sh
/usr/share/cargo/registry/tokio-socks-0.5.1/tests/long_username_password_auth.cfg
/usr/share/cargo/registry/tokio-socks-0.5.1/tests/long_username_password_auth.rs
/usr/share/cargo/registry/tokio-socks-0.5.1/tests/no_auth.cfg
/usr/share/cargo/registry/tokio-socks-0.5.1/tests/no_auth.rs
/usr/share/cargo/registry/tokio-socks-0.5.1/tests/username_auth.cfg
/usr/share/cargo/registry/tokio-socks-0.5.1/tests/username_auth.rs
/usr/share/doc/rust-tokio-socks-devel
/usr/share/doc/rust-tokio-socks-devel/CHANGELOG.md
/usr/share/doc/rust-tokio-socks-devel/README.md
/usr/share/licenses/rust-tokio-socks-devel
/usr/share/licenses/rust-tokio-socks-devel/LICENSE
References
Summary
In this tutorial we learn how to install rust-tokio-socks-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).